Skip to content

Tag resource

async_boto.validation.timestream_query.tag_resource

TagResourceRequest

Bases: BaseModel

Associate a set of tags with a Timestream resource. You can then activate these user-defined tags so that they appear on the Billing and Cost Management console for cost allocation tracking.

PARAMETER DESCRIPTION
ResourceARN

Identifies the Timestream resource to which tags should be added. This value is an Amazon Resource Name (ARN).

TYPE: str

Tags

The tags to be assigned to the Timestream resource.

TYPE: List[Tag]

ResourceARN instance-attribute

ResourceARN

Tags class-attribute instance-attribute

Tags = Field(..., min_length=0, max_length=200)

TagResourceResponse

Bases: BaseModel

The response returned by the service when a TagResource action is successful. If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.