ecr_untag_resource: Deletes specified tags from a resource
Description
Deletes specified tags from a resource.
Usage
ecr_untag_resource(resourceArn, tagKeys)
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.
Request syntax
svc$untag_resource(
resourceArn = "string",
tagKeys = list(
"string"
)
)