Class: Aws::Glue::Types::DDBELTCatalogAdditionalOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::DDBELTCatalogAdditionalOptions
- Defined in:
- gems/aws-sdk-glue/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.
7648 7649 7650 7651 7652 7653 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7648 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.
7648 7649 7650 7651 7652 7653 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7648 class DDBELTCatalogAdditionalOptions < Struct.new( :dynamodb_export, :dynamodb_unnest_ddb_json) SENSITIVE = [] include Aws::Structure end |