ChimeSDKMeetings / Client / tag_resource

tag_resource#

ChimeSDKMeetings.Client.tag_resource(**kwargs)#

The resource that supports tags.

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.

  • Tags (list) –

    [REQUIRED]

    Lists the requested tags.

    • (dict) –

      A key-value pair that you define.

      • Key (string) – [REQUIRED]

        The tag’s key.

      • Value (string) – [REQUIRED]

        The tag’s value.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions