ChimeSDKVoice / Client / tag_resource

tag_resource#

ChimeSDKVoice.Client.tag_resource(**kwargs)#

Adds a tag to the specified resource.

See also: AWS API Documentation

Request Syntax

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

    [REQUIRED]

    The ARN of the resource being tagged.

  • Tags (list) –

    [REQUIRED]

    A list of the tags being added to the resource.

    • (dict) –

      Describes a tag applied to a resource.

      • Key (string) – [REQUIRED]

        The tag’s key.

      • Value (string) – [REQUIRED]

        The tag’s value.

Returns:

None

Exceptions