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.
8390 8391 8392 8393 8394 8395 |
# File 'lib/aws-sdk-glue/types.rb', line 8390 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.
8390 8391 8392 8393 8394 8395 |
# File 'lib/aws-sdk-glue/types.rb', line 8390 class DDBELTCatalogAdditionalOptions < Struct.new( :dynamodb_export, :dynamodb_unnest_ddb_json) SENSITIVE = [] include Aws::Structure end |