Class: Aws::Glue::Types::DDBELTCatalogAdditionalOptions

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#dynamodb_exportString

Specifies the DynamoDB export configuration for the ELT operation.

Returns:

  • (String)


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_jsonBoolean

Specifies whether to unnest DynamoDB JSON format. When set to true, nested JSON structures in DynamoDB items are flattened.

Returns:

  • (Boolean)


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