s3tables_put_table_replication: Creates or updates the replication configuration for a...

View source: R/s3tables_operations.R

s3tables_put_table_replicationR Documentation

Creates or updates the replication configuration for a specific table

Description

Creates or updates the replication configuration for a specific table. This operation allows you to define table-level replication independently of bucket-level replication, providing granular control over which tables are replicated and where.

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

Usage

s3tables_put_table_replication(tableArn, versionToken = NULL, configuration)

Arguments

tableArn

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

versionToken

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

configuration

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


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