Class: Aws::S3Tables::Types::PutTableBucketReplicationRequest

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::TableBucketReplicationConfiguration

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



1675
1676
1677
1678
1679
1680
1681
# File 'lib/aws-sdk-s3tables/types.rb', line 1675

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

#table_bucket_arnString

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



1675
1676
1677
1678
1679
1680
1681
# File 'lib/aws-sdk-s3tables/types.rb', line 1675

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

#version_tokenString

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



1675
1676
1677
1678
1679
1680
1681
# File 'lib/aws-sdk-s3tables/types.rb', line 1675

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