:doc:`RuntimeforBedrockDataAutomation <../../bedrock-data-automation-runtime>` / Client / list_tags_for_resource

**********************
list_tags_for_resource
**********************



.. py:method:: RuntimeforBedrockDataAutomation.Client.list_tags_for_resource(**kwargs)

  

  List tags for an Amazon Bedrock Data Automation resource

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/bedrock-data-automation-runtime-2024-06-13/ListTagsForResource>`_  


  **Request Syntax**
  ::

    response = client.list_tags_for_resource(
        resourceARN='string'
    )
    
  :type resourceARN: string
  :param resourceARN: **[REQUIRED]** 

    ARN of a taggable resource

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'tags': [
              {
                  'key': 'string',
                  'value': 'string'
              },
          ]
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **tags** *(list) --* 

        List of tags

        
        

        - *(dict) --* 

          Key value pair of a tag

          
          

          - **key** *(string) --* 

            Defines the context of the tag.

            
          

          - **value** *(string) --* 

            Defines the value within the context. e.g. <key=reason, value=training>.

            
      
    
  
  **Exceptions**
  
  *   :py:class:`RuntimeforBedrockDataAutomation.Client.exceptions.ValidationException`

  
  *   :py:class:`RuntimeforBedrockDataAutomation.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`RuntimeforBedrockDataAutomation.Client.exceptions.InternalServerException`

  
  *   :py:class:`RuntimeforBedrockDataAutomation.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`RuntimeforBedrockDataAutomation.Client.exceptions.ThrottlingException`

  