eks_untag_resource {paws.compute} | R Documentation |
Deletes specified tags from an Amazon EKS resource
Description
Deletes specified tags from an Amazon EKS resource.
See https://www.paws-r-sdk.com/docs/eks_untag_resource/ for full documentation.
Usage
eks_untag_resource(resourceArn, tagKeys)
Arguments
resourceArn |
[required] The Amazon Resource Name (ARN) of the resource to delete tags from. |
tagKeys |
[required] The keys of the tags to remove. |
[Package paws.compute version 0.7.0 Index]