:doc:`S3Tables <../../s3tables>` / Client / get_table_bucket_metrics_configuration

**************************************
get_table_bucket_metrics_configuration
**************************************



.. py:method:: 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 <https://docs.aws.amazon.com/goto/WebAPI/s3tables-2018-05-10/GetTableBucketMetricsConfiguration>`_  


  **Request Syntax**
  ::

    response = 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.

        
  
  **Exceptions**
  
  *   :py:class:`S3Tables.Client.exceptions.InternalServerErrorException`

  
  *   :py:class:`S3Tables.Client.exceptions.ForbiddenException`

  
  *   :py:class:`S3Tables.Client.exceptions.NotFoundException`

  
  *   :py:class:`S3Tables.Client.exceptions.TooManyRequestsException`

  
  *   :py:class:`S3Tables.Client.exceptions.ConflictException`

  
  *   :py:class:`S3Tables.Client.exceptions.BadRequestException`

  