Tag Resource
timestreamwrite_tag_resource | R Documentation |
Associates a set of tags with a Timestream resource¶
Description¶
Associates 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.
Usage¶
timestreamwrite_tag_resource(ResourceARN, Tags)
Arguments¶
ResourceARN |
[required] Identifies the Timestream resource to which tags should be added. This value is an Amazon Resource Name (ARN). |
Tags |
[required] The tags to be assigned to the Timestream resource. |
Value¶
An empty list.
Request syntax¶
svc$tag_resource(
ResourceARN = "string",
Tags = list(
list(
Key = "string",
Value = "string"
)
)
)