S3Tables / Client / get_table_bucket_metrics_configuration

get_table_bucket_metrics_configuration

S3Tables.Client.get_table_bucket_metrics_configuration(**kwargs)

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

response = client.get_table_bucket_metrics_configuration(
    tableBucketARN='string'
)
Parameters:

tableBucketARN (string) –

[REQUIRED]

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

Return type:

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.

Exceptions

  • S3Tables.Client.exceptions.InternalServerErrorException

  • S3Tables.Client.exceptions.ForbiddenException

  • S3Tables.Client.exceptions.NotFoundException

  • S3Tables.Client.exceptions.TooManyRequestsException

  • S3Tables.Client.exceptions.ConflictException

  • S3Tables.Client.exceptions.BadRequestException