Untag Resource
ecrpublic_untag_resource | R Documentation |
Deletes specified tags from a resource¶
Description¶
Deletes specified tags from a resource.
Usage¶
ecrpublic_untag_resource(resourceArn, tagKeys)
Arguments¶
resourceArn |
[required] The Amazon Resource Name (ARN) of the resource to delete tags from. Currently, the supported resource is an Amazon ECR Public repository. |
tagKeys |
[required] The keys of the tags to be removed. |
Value¶
An empty list.
Request syntax¶
svc$untag_resource(
resourceArn = "string",
tagKeys = list(
"string"
)
)