Untag Resource
| timestreamquery_untag_resource | R Documentation | 
Removes the association of tags from a Timestream query resource¶
Description¶
Removes the association of tags from a Timestream query resource.
Usage¶
timestreamquery_untag_resource(ResourceARN, TagKeys)
Arguments¶
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.  | 
Value¶
An empty list.
Request syntax¶
svc$untag_resource(
  ResourceARN = "string",
  TagKeys = list(
    "string"
  )
)