S3Tables / Client / delete_table_replication
delete_table_replication¶
- S3Tables.Client.delete_table_replication(**kwargs)¶
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:DeleteTableReplicationpermission to use this operation.See also: AWS API Documentation
Request Syntax
response = client.delete_table_replication( tableArn='string', versionToken='string' )
- Parameters:
tableArn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the table.
versionToken (string) –
[REQUIRED]
A version token from a previous GetTableReplication call. Use this token to ensure you’re deleting the expected version of the configuration.
- Returns:
None
Exceptions