ChimeSDKIdentity / Client / list_tags_for_resource

list_tags_for_resource#

ChimeSDKIdentity.Client.list_tags_for_resource(**kwargs)#

Lists the tags applied to an Amazon Chime SDK identity resource.

See also: AWS API Documentation

Request Syntax

response = client.list_tags_for_resource(
    ResourceARN='string'
)
Parameters:

ResourceARN (string) –

[REQUIRED]

The ARN of the resource.

Return type:

dict

Returns:

Response Syntax

{
    'Tags': [
        {
            'Key': 'string',
            'Value': 'string'
        },
    ]
}

Response Structure

  • (dict) –

    • Tags (list) –

      The tag key-value pairs.

      • (dict) –

        A tag object containing a key-value pair.

        • Key (string) –

          The key in a tag.

        • Value (string) –

          The value in a tag.

Exceptions