Chatbot / Client / tag_resource

tag_resource#

Chatbot.Client.tag_resource(**kwargs)#

Applies the supplied tags to a configuration.

See also: AWS API Documentation

Request Syntax

response = client.tag_resource(
    ResourceARN='string',
    Tags=[
        {
            'TagKey': 'string',
            'TagValue': 'string'
        },
    ]
)
Parameters:
  • ResourceARN (string) – [REQUIRED] The ARN of the configuration.

  • Tags (list) –

    [REQUIRED] A list of tags to apply to the configuration.

    • (dict) – A tag applied to the configuration.

      • TagKey (string) – [REQUIRED] The tag key.

      • TagValue (string) – [REQUIRED] The tag value.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions