View source: R/ecr_operations.R
ecr_untag_resource | R Documentation |
Deletes specified tags from a resource.
See https://www.paws-r-sdk.com/docs/ecr_untag_resource/ for full documentation.
ecr_untag_resource(resourceArn, tagKeys)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.