Untag Resource
cloudwatchinternetmonitor_untag_resource | R Documentation |
Removes a tag from a resource¶
Description¶
Removes a tag from a resource.
Usage¶
cloudwatchinternetmonitor_untag_resource(ResourceArn, TagKeys)
Arguments¶
ResourceArn |
[required] The Amazon Resource Name (ARN) for a tag you remove a resource from. |
TagKeys |
[required] Tag keys that you remove from a resource. |
Value¶
An empty list.
Request syntax¶
svc$untag_resource(
ResourceArn = "string",
TagKeys = list(
"string"
)
)