Class: Aws::Glue::Types::DynamoDBELTConnectorSource

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Specifies a DynamoDB ELT connector source for extracting data from DynamoDB tables.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_optionsTypes::DDBELTConnectionOptions

The connection options for the DynamoDB ELT connector source.



11025
11026
11027
11028
11029
11030
11031
# File 'lib/aws-sdk-glue/types.rb', line 11025

class DynamoDBELTConnectorSource < Struct.new(
  :name,
  :connection_options,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the DynamoDB ELT connector source.

Returns:

  • (String)


11025
11026
11027
11028
11029
11030
11031
# File 'lib/aws-sdk-glue/types.rb', line 11025

class DynamoDBELTConnectorSource < Struct.new(
  :name,
  :connection_options,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end

#output_schemasArray<Types::GlueSchema>

Specifies the data schema for the DynamoDB ELT connector source.

Returns:



11025
11026
11027
11028
11029
11030
11031
# File 'lib/aws-sdk-glue/types.rb', line 11025

class DynamoDBELTConnectorSource < Struct.new(
  :name,
  :connection_options,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end