Delete Table Replication
| s3tables_delete_table_replication | R Documentation |
Deletes the replication configuration for a specific table¶
Description¶
Deletes the replication configuration for a specific table. After deletion, new updates to this table will no longer be replicated to destination tables, though existing replicated copies will remain in destination buckets.
Permissions¶
You must have the s3tables:DeleteTableReplication permission to use
this operation.
Usage¶
s3tables_delete_table_replication(tableArn, versionToken)
Arguments¶
tableArn |
[required] The Amazon Resource Name (ARN) of the table. |
versionToken |
[required] A version token from a previous GetTableReplication call. Use this token to ensure you're deleting the expected version of the configuration. |
Value¶
An empty list.
Request syntax¶
svc$delete_table_replication(
tableArn = "string",
versionToken = "string"
)