KinesisVideo / Client / list_tags_for_resource

list_tags_for_resource#

KinesisVideo.Client.list_tags_for_resource(**kwargs)#

Returns a list of tags associated with the specified signaling channel.

See also: AWS API Documentation

Request Syntax

response = client.list_tags_for_resource(
    NextToken='string',
    ResourceARN='string'
)
Parameters:
  • NextToken (string) – If you specify this parameter and the result of a ListTagsForResource call is truncated, the response includes a token that you can use in the next request to fetch the next batch of tags.

  • ResourceARN (string) –

    [REQUIRED]

    The Amazon Resource Name (ARN) of the signaling channel for which you want to list tags.

Return type:

dict

Returns:

Response Syntax

{
    'NextToken': 'string',
    'Tags': {
        'string': 'string'
    }
}

Response Structure

  • (dict) –

    • NextToken (string) –

      If you specify this parameter and the result of a ListTagsForResource call is truncated, the response includes a token that you can use in the next request to fetch the next set of tags.

    • Tags (dict) –

      A map of tag keys and values associated with the specified signaling channel.

      • (string) –

        • (string) –

Exceptions