AmplifyUIBuilder / Client / tag_resource

tag_resource#

AmplifyUIBuilder.Client.tag_resource(**kwargs)#

Tags the resource with a tag key and value.

See also: AWS API Documentation

Request Syntax

response = client.tag_resource(
    resourceArn='string',
    tags={
        'string': 'string'
    }
)
Parameters:
  • resourceArn (string) –

    [REQUIRED]

    The Amazon Resource Name (ARN) to use to tag a resource.

  • tags (dict) –

    [REQUIRED]

    A list of tag key value pairs for a specified Amazon Resource Name (ARN).

    • (string) –

      • (string) –

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions