Learn R Programming

paws.compute (version 0.1.12)

eks_untag_resource: Deletes specified tags from a resource

Description

Deletes specified tags from a resource.

Usage

eks_untag_resource(resourceArn, tagKeys)

Value

An empty list.

Arguments

resourceArn

[required] The Amazon Resource Name (ARN) of the resource from which to delete tags. Currently, the supported resources are Amazon EKS clusters and managed node groups.

tagKeys

[required] The keys of the tags to be removed.

Request syntax

svc$untag_resource(
  resourceArn = "string",
  tagKeys = list(
    "string"
  )
)