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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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.



10585
10586
10587
10588
10589
10590
10591
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10585

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)


10585
10586
10587
10588
10589
10590
10591
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10585

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:



10585
10586
10587
10588
10589
10590
10591
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10585

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