:doc:`MediaConnect <../../mediaconnect>` / Client / tag_global_resource

*******************
tag_global_resource
*******************



.. py:method:: MediaConnect.Client.tag_global_resource(**kwargs)

  

  Adds tags to a global resource in AWS Elemental MediaConnect. The API supports the following global resources: router inputs, router outputs and router network interfaces.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/TagGlobalResource>`_  


  **Request Syntax**
  ::

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

    The Amazon Resource Name (ARN) of the global resource to tag.

    

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

    A map of tag keys and values to add to the global resource.

    

  
    - *(string) --* 

    
      - *(string) --* 

      


  
  :returns: None
  **Exceptions**
  
  *   :py:class:`MediaConnect.Client.exceptions.BadRequestException`

  
  *   :py:class:`MediaConnect.Client.exceptions.InternalServerErrorException`

  
  *   :py:class:`MediaConnect.Client.exceptions.NotFoundException`

  