Untag Resource
eks_untag_resource | R Documentation |
Deletes specified tags from an Amazon EKS resource¶
Description¶
Deletes specified tags from an Amazon EKS resource.
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. |
Value¶
An empty list.
Request syntax¶
svc$untag_resource(
resourceArn = "string",
tagKeys = list(
"string"
)
)