:doc:`EventBridgeScheduler <../../scheduler>` / Client / list_tags_for_resource

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



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

  

  Lists the tags associated with the Scheduler resource.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/scheduler-2021-06-30/ListTagsForResource>`_  


  **Request Syntax**
  ::

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

    The ARN of the EventBridge Scheduler resource for which you want to view tags.

    

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

    
    ::

      {
          'Tags': [
              {
                  'Key': 'string',
                  'Value': 'string'
              },
          ]
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **Tags** *(list) --* 

        The list of tags associated with the specified resource.

        
        

        - *(dict) --* 

          Tag to associate with a schedule group.

          
          

          - **Key** *(string) --* 

            The key for the tag.

            
          

          - **Value** *(string) --* 

            The value for the tag.

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

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

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

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

  