ChimeSDKIdentity / Client / tag_resource

tag_resource#

ChimeSDKIdentity.Client.tag_resource(**kwargs)#

Applies the specified tags to the specified Amazon Chime SDK identity resource.

See also: AWS API Documentation

Request Syntax

response = client.tag_resource(
    ResourceARN='string',
    Tags=[
        {
            'Key': 'string',
            'Value': 'string'
        },
    ]
)
Parameters:
  • ResourceARN (string) –

    [REQUIRED]

    The resource ARN.

  • Tags (list) –

    [REQUIRED]

    The tag key-value pairs.

    • (dict) –

      A tag object containing a key-value pair.

      • Key (string) – [REQUIRED]

        The key in a tag.

      • Value (string) – [REQUIRED]

        The value in a tag.

Returns:

None

Exceptions