S3Tables / Client / delete_table_bucket_replication

delete_table_bucket_replication

S3Tables.Client.delete_table_bucket_replication(**kwargs)

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.

See also: AWS API Documentation

Request Syntax

response = client.delete_table_bucket_replication(
    tableBucketARN='string',
    versionToken='string'
)
Parameters:
  • tableBucketARN (string) –

    [REQUIRED]

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

  • versionToken (string) – A version token from a previous GetTableBucketReplication call. Use this token to ensure you’re deleting the expected version of the configuration.

Returns:

None

Exceptions

  • S3Tables.Client.exceptions.InternalServerErrorException

  • S3Tables.Client.exceptions.ForbiddenException

  • S3Tables.Client.exceptions.NotFoundException

  • S3Tables.Client.exceptions.AccessDeniedException

  • S3Tables.Client.exceptions.TooManyRequestsException

  • S3Tables.Client.exceptions.ConflictException

  • S3Tables.Client.exceptions.BadRequestException