deleteTableBucketReplication
inline suspend fun S3TablesClient.deleteTableBucketReplication(crossinline block: DeleteTableBucketReplicationRequest.Builder.() -> Unit): DeleteTableBucketReplicationResponse
Deletes the replication configuration for a table bucket. After deletion, new table updates will no longer be replicated to destination buckets, though existing replicated tables will remain in destination buckets.
Permissions
You must have the s3tables:DeleteTableBucketReplication permission to use this operation.