s3tables_put_table_bucket_replication: Creates or updates the replication configuration for a table...

View source: R/s3tables_operations.R

s3tables_put_table_bucket_replicationR Documentation

Creates or updates the replication configuration for a table bucket

Description

Creates or updates the replication configuration for a table bucket. This operation defines how tables in the source bucket are replicated to destination buckets. Replication helps ensure data availability and disaster recovery across regions or accounts.

See https://www.paws-r-sdk.com/docs/s3tables_put_table_bucket_replication/ for full documentation.

Usage

s3tables_put_table_bucket_replication(
  tableBucketARN,
  versionToken = NULL,
  configuration
)

Arguments

tableBucketARN

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

versionToken

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

configuration

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


paws.storage documentation built on May 30, 2026, 9:13 a.m.