Untag Resource
proton_untag_resource | R Documentation |
Remove a customer tag from a resource¶
Description¶
Remove a customer tag from a resource. A tag is a key-value pair of metadata associated with an Proton resource.
For more information, see Proton resources and tagging in the Proton User Guide.
Usage¶
proton_untag_resource(resourceArn, tagKeys)
Arguments¶
resourceArn |
[required] The Amazon Resource Name (ARN) of the resource to remove customer tags from. |
tagKeys |
[required] A list of customer tag keys that indicate the customer tags to be removed from the resource. |
Value¶
An empty list.
Request syntax¶
svc$untag_resource(
resourceArn = "string",
tagKeys = list(
"string"
)
)