Amazon S3 Tables

2025/11/12 - Amazon S3 Tables - 3 new api methods

Changes  Adds support for request metrics metrics APIs for S3 Tables

DeleteTableBucketMetricsConfiguration (new) Link ¶

Deletes the metrics configuration for a table bucket.

Permissions

You must have the s3tables:DeleteTableBucketMetricsConfiguration permission to use this operation.

See also: AWS API Documentation

Request Syntax

client.delete_table_bucket_metrics_configuration(
    tableBucketARN='string'
)
type tableBucketARN:

string

param tableBucketARN:

[REQUIRED]

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

returns:

None

GetTableBucketMetricsConfiguration (new) Link ¶

Gets the metrics configuration for a table bucket.

Permissions

You must have the s3tables:GetTableBucketMetricsConfiguration permission to use this operation.

See also: AWS API Documentation

Request Syntax

client.get_table_bucket_metrics_configuration(
    tableBucketARN='string'
)
type tableBucketARN:

string

param tableBucketARN:

[REQUIRED]

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

rtype:

dict

returns:

Response Syntax

{
    'tableBucketARN': 'string',
    'id': 'string'
}

Response Structure

  • (dict) --

    • tableBucketARN (string) --

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

    • id (string) --

      The unique identifier of the metrics configuration.

PutTableBucketMetricsConfiguration (new) Link ¶

Sets the metrics configuration for a table bucket.

Permissions

You must have the s3tables:PutTableBucketMetricsConfiguration permission to use this operation.

See also: AWS API Documentation

Request Syntax

client.put_table_bucket_metrics_configuration(
    tableBucketARN='string'
)
type tableBucketARN:

string

param tableBucketARN:

[REQUIRED]

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

returns:

None