AWS cli medium security documentation change
Summary
Added PitrEnabled parameter for DynamoDB Point-in-Time Recovery
Security assessment
Directly addresses data protection through recovery capabilities. PITR helps prevent data loss from accidental deletions/corruptions
Diff
diff --git a/cli/latest/reference/glue/update-job.md b/cli/latest/reference/glue/update-job.md index ec3463d0d..734063725 100644 --- a//cli/latest/reference/glue/update-job.md +++ b//cli/latest/reference/glue/update-job.md @@ -15 +15 @@ - * [AWS CLI 2.27.63 Command Reference](../../index.html) » + * [AWS CLI 2.28.0 Command Reference](../../index.html) » @@ -324,0 +325,4 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/glue-2 +>>>>>>>> +>>>>>>>> GlueStudioType -> (string) +>>>>>>>> +>>>>>>>>> The data type of the column as defined in Glue Studio. @@ -422,0 +427,4 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/glue-2 +>>>>>>>> +>>>>>>>> GlueStudioType -> (string) +>>>>>>>> +>>>>>>>>> The data type of the column as defined in Glue Studio. @@ -474,0 +483,4 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/glue-2 +>>>>>>>> +>>>>>>>> GlueStudioType -> (string) +>>>>>>>> +>>>>>>>>> The data type of the column as defined in Glue Studio. @@ -490,0 +503,32 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/glue-2 +>>>> +>>>> PartitionPredicate -> (string) +>>>> +>>>>> Partitions satisfying this predicate are deleted. Files within the retention period in these partitions are not deleted. +>>>> +>>>> OutputSchemas -> (list) +>>>> +>>>>> Specifies the data schema for the catalog source. +>>>>> +>>>>> (structure) +>>>>> +>>>>>> Specifies a user-defined schema when a schema cannot be determined by Glue. +>>>>>> +>>>>>> Columns -> (list) +>>>>>> +>>>>>>> Specifies the column definitions that make up a Glue schema. +>>>>>>> +>>>>>>> (structure) +>>>>>>> +>>>>>>>> Specifies a single column in a Glue schema definition. +>>>>>>>> +>>>>>>>> Name -> (string) +>>>>>>>> +>>>>>>>>> The name of the column in the Glue Studio schema. +>>>>>>>> +>>>>>>>> Type -> (string) +>>>>>>>> +>>>>>>>>> The hive type for this column in the Glue Studio schema. +>>>>>>>> +>>>>>>>> GlueStudioType -> (string) +>>>>>>>> +>>>>>>>>> The data type of the column as defined in Glue Studio. @@ -667,92 +710,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/glue-2 ->>> ->>> S3ExcelSource -> (structure) ->>> ->>>> Defines configuration parameters for reading Excel files from Amazon S3. ->>>> ->>>> Name -> (string) ->>>> ->>>>> The name of the S3 Excel data source. ->>>> ->>>> Paths -> (list) ->>>> ->>>>> The S3 paths where the Excel files are located. ->>>>> ->>>>> (string) ->>>> ->>>> CompressionType -> (string) ->>>> ->>>>> The compression format used for the Excel files. ->>>> ->>>> Exclusions -> (list) ->>>> ->>>>> Patterns to exclude specific files or paths from processing. ->>>>> ->>>>> (string) ->>>> ->>>> GroupSize -> (string) ->>>> ->>>>> Defines the size of file groups for batch processing. ->>>> ->>>> GroupFiles -> (string) ->>>> ->>>>> Specifies how files should be grouped for processing. ->>>> ->>>> Recurse -> (boolean) ->>>> ->>>>> Indicates whether to recursively process subdirectories. ->>>> ->>>> MaxBand -> (integer) ->>>> ->>>>> The maximum number of processing bands to use. ->>>> ->>>> MaxFilesInBand -> (integer) ->>>> ->>>>> The maximum number of files to process in each band. ->>>> ->>>> AdditionalOptions -> (structure) ->>>> ->>>>> Additional configuration options for S3 direct source processing. ->>>>> ->>>>> BoundedSize -> (long) ->>>>> ->>>>>> Sets the upper limit for the target size of the dataset in bytes that will be processed. ->>>>> ->>>>> BoundedFiles -> (long) ->>>>> ->>>>>> Sets the upper limit for the target number of files that will be processed. ->>>>> ->>>>> EnableSamplePath -> (boolean) ->>>>> ->>>>>> Sets option to enable a sample path. ->>>>> ->>>>> SamplePath -> (string) ->>>>> ->>>>>> If enabled, specifies the sample path. ->>>> ->>>> NumberRows -> (long) ->>>> ->>>>> The number of rows to process from each Excel file. ->>>> ->>>> SkipFooter -> (integer) ->>>> ->>>>> The number of rows to skip at the end of each Excel file. ->>>> ->>>> OutputSchemas -> (list) ->>>> ->>>>> The AWS Glue schemas to apply to the processed data. ->>>>> ->>>>> (structure) ->>>>> ->>>>>> Specifies a user-defined schema when a schema cannot be determined by Glue. ->>>>>> ->>>>>> Columns -> (list) ->>>>>> ->>>>>>> Specifies the column definitions that make up a Glue schema. ->>>>>>> ->>>>>>> (structure) ->>>>>>> ->>>>>>>> Specifies a single column in a Glue schema definition. ->>>>>>>> ->>>>>>>> Name -> (string) ->>>>>>>> ->>>>>>>>> The name of the column in the Glue Studio schema. @@ -760 +712 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/glue-2 ->>>>>>>> Type -> (string) +>>>>>>>> GlueStudioType -> (string) @@ -762 +714 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/glue-2 ->>>>>>>>> The hive type for this column in the Glue Studio schema. +>>>>>>>>> The data type of the column as defined in Glue Studio. @@ -858,0 +811,4 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/glue-2 +>>>>>>>> +>>>>>>>> GlueStudioType -> (string) +>>>>>>>> +>>>>>>>>> The data type of the column as defined in Glue Studio. @@ -946,0 +903,4 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/glue-2 +>>>>>>>> +>>>>>>>> GlueStudioType -> (string) +>>>>>>>> +>>>>>>>>> The data type of the column as defined in Glue Studio. @@ -978,0 +939,16 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/glue-2 +>>>> +>>>> PitrEnabled -> (boolean) +>>>> +>>>>> Specifies whether Point-in-Time Recovery (PITR) is enabled for the DynamoDB table. When set to `true` , allows reading from a specific point in time. The default value is `false` . +>>>> +>>>> AdditionalOptions -> (structure) +>>>> +>>>>> Specifies additional connection options for the DynamoDB data source. +>>>>> +>>>>> DynamodbExport -> (string) +>>>>> +>>>>>> Specifies the DynamoDB export configuration for the ELT operation. +>>>>> +>>>>> DynamodbUnnestDDBJson -> (boolean) +>>>>> +>>>>>> Specifies whether to unnest DynamoDB JSON format. When set to `true` , nested JSON structures in DynamoDB items are flattened. @@ -1040,0 +1017,4 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/glue-2 +>>>>>>>> +>>>>>>>> GlueStudioType -> (string) +>>>>>>>> +>>>>>>>>> The data type of the column as defined in Glue Studio. @@ -1098,0 +1079,4 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/glue-2 +>>>>>>>> +>>>>>>>> GlueStudioType -> (string) +>>>>>>>> +>>>>>>>>> The data type of the column as defined in Glue Studio. @@ -1218,0 +1203,12 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/glue-2 +>>>> +>>>> AutoDataQuality -> (structure) +>>>> +>>>>> Specifies whether to automatically enable data quality evaluation for the S3 catalog target. When set to `true` , data quality checks are performed automatically during the write operation. +>>>>> +>>>>> IsEnabled -> (boolean) +>>>>> +>>>>>> Specifies whether automatic data quality evaluation is enabled. When set to `true` , data quality checks are performed automatically.