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

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

Instance Attribute Details

#dynamodb_exportString

Specifies the DynamoDB export configuration for the ELT operation.

Returns:

  • (String)


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_jsonBoolean

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

Returns:

  • (Boolean)


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