View source: R/timestreamwrite_operations.R
timestreamwrite_untag_resource | R Documentation |
Removes the association of tags from a Timestream resource.
See https://www.paws-r-sdk.com/docs/timestreamwrite_untag_resource/ for full documentation.
timestreamwrite_untag_resource(ResourceARN, TagKeys)
ResourceARN |
[required] The Timestream resource that the tags will be removed from. This value is an Amazon Resource Name (ARN). |
TagKeys |
[required] A list of tags keys. Existing tags of the resource whose keys are members of this list will be removed from the Timestream resource. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.