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.



10643
10644
10645
10646
10647
10648
10649
# File 'lib/aws-sdk-glue/types.rb', line 10643

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)


10643
10644
10645
10646
10647
10648
10649
# File 'lib/aws-sdk-glue/types.rb', line 10643

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:



10643
10644
10645
10646
10647
10648
10649
# File 'lib/aws-sdk-glue/types.rb', line 10643

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