RedshiftServerless / Client / tag_resource

tag_resource#

RedshiftServerless.Client.tag_resource(**kwargs)#

Assigns one or more tags to a resource.

See also: AWS API Documentation

Request Syntax

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

    [REQUIRED]

    The Amazon Resource Name (ARN) of the resource to tag.

  • tags (list) –

    [REQUIRED]

    The map of the key-value pairs used to tag the resource.

    • (dict) –

      A map of key-value pairs.

      • key (string) – [REQUIRED]

        The key to use in the tag.

      • value (string) – [REQUIRED]

        The value of the tag.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • RedshiftServerless.Client.exceptions.InternalServerException

  • RedshiftServerless.Client.exceptions.ResourceNotFoundException

  • RedshiftServerless.Client.exceptions.ValidationException

  • RedshiftServerless.Client.exceptions.TooManyTagsException

  • RedshiftServerless.Client.exceptions.ThrottlingException