Learn R Programming

paws.compute (version 0.7.0)

ecr_untag_resource: Deletes specified tags from a resource

Description

Deletes specified tags from a resource.

See https://www.paws-r-sdk.com/docs/ecr_untag_resource/ for full documentation.

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.