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:GetTableBucketMetricsConfigurationpermission 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.InternalServerErrorExceptionS3Tables.Client.exceptions.ForbiddenExceptionS3Tables.Client.exceptions.NotFoundExceptionS3Tables.Client.exceptions.TooManyRequestsExceptionS3Tables.Client.exceptions.ConflictExceptionS3Tables.Client.exceptions.BadRequestException