Class: Aws::S3Tables::Types::PutTableReplicationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configurationTypes::TableReplicationConfiguration

The replication configuration to apply to the table, including the IAM role and replication rules.



1816
1817
1818
1819
1820
1821
1822
# File 'lib/aws-sdk-s3tables/types.rb', line 1816

class PutTableReplicationRequest < Struct.new(
  :table_arn,
  :version_token,
  :configuration)
  SENSITIVE = []
  include Aws::Structure
end

#table_arnString

The Amazon Resource Name (ARN) of the source table.

Returns:

  • (String)


1816
1817
1818
1819
1820
1821
1822
# File 'lib/aws-sdk-s3tables/types.rb', line 1816

class PutTableReplicationRequest < Struct.new(
  :table_arn,
  :version_token,
  :configuration)
  SENSITIVE = []
  include Aws::Structure
end

#version_tokenString

A version token from a previous GetTableReplication call. Use this token to ensure you’re updating the expected version of the configuration.

Returns:

  • (String)


1816
1817
1818
1819
1820
1821
1822
# File 'lib/aws-sdk-s3tables/types.rb', line 1816

class PutTableReplicationRequest < Struct.new(
  :table_arn,
  :version_token,
  :configuration)
  SENSITIVE = []
  include Aws::Structure
end