Class: Aws::Glue::Types::DDBELTCatalogAdditionalOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::DDBELTCatalogAdditionalOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Specifies additional options for DynamoDB ELT catalog operations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dynamodb_export ⇒ String
Specifies the DynamoDB export configuration for the ELT operation.
-
#dynamodb_unnest_ddb_json ⇒ Boolean
Specifies whether to unnest DynamoDB JSON format.
Instance Attribute Details
#dynamodb_export ⇒ String
Specifies the DynamoDB export configuration for the ELT operation.
7667 7668 7669 7670 7671 7672 |
# File 'lib/aws-sdk-glue/types.rb', line 7667 class DDBELTCatalogAdditionalOptions < Struct.new( :dynamodb_export, :dynamodb_unnest_ddb_json) SENSITIVE = [] include Aws::Structure end |
#dynamodb_unnest_ddb_json ⇒ Boolean
Specifies whether to unnest DynamoDB JSON format. When set to ‘true`, nested JSON structures in DynamoDB items are flattened.
7667 7668 7669 7670 7671 7672 |
# File 'lib/aws-sdk-glue/types.rb', line 7667 class DDBELTCatalogAdditionalOptions < Struct.new( :dynamodb_export, :dynamodb_unnest_ddb_json) SENSITIVE = [] include Aws::Structure end |