Untag Resource
imagebuilder_untag_resource | R Documentation |
Removes a tag from a resource¶
Description¶
Removes a tag from a resource.
Usage¶
imagebuilder_untag_resource(resourceArn, tagKeys)
Arguments¶
resourceArn |
[required] The Amazon Resource Name (ARN) of the resource that you want to untag. |
tagKeys |
[required] The tag keys to remove from the resource. |
Value¶
An empty list.
Request syntax¶
svc$untag_resource(
resourceArn = "string",
tagKeys = list(
"string"
)
)