MediaConnect / Client / list_tags_for_global_resource

list_tags_for_global_resource

MediaConnect.Client.list_tags_for_global_resource(**kwargs)

Lists the tags associated with 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.list_tags_for_global_resource(
    ResourceArn='string'
)
Parameters:

ResourceArn (string) –

[REQUIRED]

The Amazon Resource Name (ARN) of the global resource whose tags you want to list.

Return type:

dict

Returns:

Response Syntax

{
    'Tags': {
        'string': 'string'
    }
}

Response Structure

  • (dict) –

    • Tags (dict) –

      A map of tag keys and values associated with the global resource.

      • (string) –

        • (string) –

Exceptions

  • MediaConnect.Client.exceptions.BadRequestException

  • MediaConnect.Client.exceptions.InternalServerErrorException

  • MediaConnect.Client.exceptions.NotFoundException