Untag Resource
ecr_untag_resource | R Documentation |
Deletes specified tags from a resource¶
Description¶
Deletes specified tags from a resource.
Usage¶
Arguments¶
resourceArn
[required] The Amazon Resource Name (ARN) of the resource from which to remove tags. Currently, the only supported resource is an Amazon ECR repository.
tagKeys
[required] The keys of the tags to be removed.
Value¶
An empty list.