:doc:`MarketplaceDeploymentService <../../marketplace-deployment>` / Client / list_tags_for_resource

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



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

  

  Lists all tags that have been added to a deployment parameter resource.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/marketplace-deployment-2023-01-25/ListTagsForResource>`_  


  **Request Syntax**
  ::

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

    The Amazon Resource Name (ARN) associated with the deployment parameter resource you want to list tags on.

    

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

    
    ::

      {
          'tags': {
              'string': 'string'
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **tags** *(dict) --* 

        A map of key-value pairs, where each pair represents a tag present on the resource.

        
        

        - *(string) --* 
          

          - *(string) --* 
    
  
  
  **Exceptions**
  
  *   :py:class:`MarketplaceDeploymentService.Client.exceptions.ThrottlingException`

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

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

  
  *   :py:class:`MarketplaceDeploymentService.Client.exceptions.ValidationException`

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

  