:doc:`DataExchange <../../dataexchange>` / Client / tag_resource

************
tag_resource
************



.. py:method:: DataExchange.Client.tag_resource(**kwargs)

  

  This operation tags a resource.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/TagResource>`_  


  **Request Syntax**
  ::

    response = client.tag_resource(
        ResourceArn='string',
        Tags={
            'string': 'string'
        }
    )
    
  :type ResourceArn: string
  :param ResourceArn: **[REQUIRED]** 

    An Amazon Resource Name (ARN) that uniquely identifies an AWS resource.

    

  
  :type Tags: dict
  :param Tags: **[REQUIRED]** 

    A label that consists of a customer-defined key and an optional value.

    

  
    - *(string) --* 

    
      - *(string) --* 

      


  
  :returns: None