Skip to content

Tag resource

async_boto.validation.timestream_write.tag_resource

TagResourceRequest

Bases: BaseModel

Associates a set of tags with a Timestream resource.

ATTRIBUTE 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 instance-attribute

Tags

TagResourceResponse

Bases: BaseModel

The response returned by the service when a TagResource action is successful.