:doc:`MediaPackageVod <../../mediapackage-vod>` / Client / tag_resource

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



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

  Adds tags to the specified resource. You can specify one or more tags to add.

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/TagResource>`_  


  **Request Syntax**
  ::

    response = client.tag_resource(
        ResourceArn='string',
        Tags={
            'string': 'string'
        }
    )
    
  :type ResourceArn: string
  :param ResourceArn: **[REQUIRED]** The Amazon Resource Name (ARN) for the resource. You can get this from the response to any request to the resource.

  
  :type Tags: dict
  :param Tags: **[REQUIRED]** A collection of tags associated with a resource

  
    - *(string) --* 

    
      - *(string) --* 

      


  
  :returns: None