Skip to content

Delete Table Bucket Replication

s3tables_delete_table_bucket_replication R Documentation

Deletes the replication configuration for a table bucket

Description

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.

Usage

s3tables_delete_table_bucket_replication(tableBucketARN, versionToken)

Arguments

tableBucketARN

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

versionToken

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

Value

An empty list.

Request syntax

svc$delete_table_bucket_replication(
  tableBucketARN = "string",
  versionToken = "string"
)