Untag Resource
athena_untag_resource | R Documentation |
Removes one or more tags from an Athena resource¶
Description¶
Removes one or more tags from an Athena resource.
Usage¶
athena_untag_resource(ResourceARN, TagKeys)
Arguments¶
ResourceARN |
[required] Specifies the ARN of the resource from which tags are to be removed. |
TagKeys |
[required] A comma-separated list of one or more tag keys whose tags are to be removed from the specified resource. |
Value¶
An empty list.
Request syntax¶
svc$untag_resource(
ResourceARN = "string",
TagKeys = list(
"string"
)
)