TimestreamInfluxDB / Client / tag_resource

tag_resource#

TimestreamInfluxDB.Client.tag_resource(**kwargs)#

Tags are composed of a Key/Value pairs. You can use tags to categorize and track your Timestream for InfluxDB resources.

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) of the tagged resource.

  • tags (dict) –

    [REQUIRED]

    A list of tags used to categorize and track resources.

    • (string) –

      • (string) –

Returns:

None

Exceptions