Untag Resource
route53resolver_untag_resource | R Documentation |
Removes one or more tags from a specified resource¶
Description¶
Removes one or more tags from a specified resource.
Usage¶
route53resolver_untag_resource(ResourceArn, TagKeys)
Arguments¶
ResourceArn |
[required] The Amazon Resource Name (ARN) for the resource that
you want to remove tags from. To get the ARN for a resource, use the
applicable
|
TagKeys |
[required] The tags that you want to remove to the specified resource. |
Value¶
An empty list.
Request syntax¶
svc$untag_resource(
ResourceArn = "string",
TagKeys = list(
"string"
)
)