MediaConnect / Client / tag_global_resource

tag_global_resource

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

Request Syntax

response = client.tag_global_resource(
    ResourceArn='string',
    Tags={
        'string': 'string'
    }
)
Parameters:
  • ResourceArn (string) –

    [REQUIRED]

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

  • Tags (dict) –

    [REQUIRED]

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

    • (string) –

      • (string) –

Returns:

None

Exceptions

  • MediaConnect.Client.exceptions.BadRequestException

  • MediaConnect.Client.exceptions.InternalServerErrorException

  • MediaConnect.Client.exceptions.NotFoundException