Class: Aws::Glue::Types::DynamoDBCatalogSource

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

Overview

Specifies a DynamoDB data source in the Glue Data Catalog.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#additional_optionsTypes::DDBELTCatalogAdditionalOptions

Specifies additional connection options for the DynamoDB data source.



10615
10616
10617
10618
10619
10620
10621
10622
10623
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10615

class DynamoDBCatalogSource < Struct.new(
  :name,
  :database,
  :table,
  :pitr_enabled,
  :additional_options)
  SENSITIVE = []
  include Aws::Structure
end

#databaseString

The name of the database to read from.

Returns:

  • (String)


10615
10616
10617
10618
10619
10620
10621
10622
10623
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10615

class DynamoDBCatalogSource < Struct.new(
  :name,
  :database,
  :table,
  :pitr_enabled,
  :additional_options)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the data source.

Returns:

  • (String)


10615
10616
10617
10618
10619
10620
10621
10622
10623
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10615

class DynamoDBCatalogSource < Struct.new(
  :name,
  :database,
  :table,
  :pitr_enabled,
  :additional_options)
  SENSITIVE = []
  include Aws::Structure
end

#pitr_enabledBoolean

Specifies whether Point-in-Time Recovery (PITR) is enabled for the DynamoDB table. When set to true, allows reading from a specific point in time. The default value is false.

Returns:

  • (Boolean)


10615
10616
10617
10618
10619
10620
10621
10622
10623
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10615

class DynamoDBCatalogSource < Struct.new(
  :name,
  :database,
  :table,
  :pitr_enabled,
  :additional_options)
  SENSITIVE = []
  include Aws::Structure
end

#tableString

The name of the table in the database to read from.

Returns:

  • (String)


10615
10616
10617
10618
10619
10620
10621
10622
10623
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10615

class DynamoDBCatalogSource < Struct.new(
  :name,
  :database,
  :table,
  :pitr_enabled,
  :additional_options)
  SENSITIVE = []
  include Aws::Structure
end