S3Tables / Client / put_table_bucket_policy

put_table_bucket_policy#

S3Tables.Client.put_table_bucket_policy(**kwargs)#

Creates a new maintenance configuration or replaces an existing table bucket policy for a table bucket.

See also: AWS API Documentation

Request Syntax

response = client.put_table_bucket_policy(
    tableBucketARN='string',
    resourcePolicy='string'
)
Parameters:
  • tableBucketARN (string) –

    [REQUIRED]

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

  • resourcePolicy (string) –

    [REQUIRED]

    The name of the resource policy.

Returns:

None

Exceptions