eks_tag_resource: Associates the specified tags to an Amazon EKS resource with...

View source: R/eks_operations.R

eks_tag_resourceR Documentation

Associates the specified tags to an Amazon EKS resource with the specified resourceArn

Description

Associates the specified tags to an Amazon EKS resource with the specified resourceArn. If existing tags on a resource are not specified in the request parameters, they aren't changed. When a resource is deleted, the tags associated with that resource are also deleted. Tags that you create for Amazon EKS resources don't propagate to any other resources associated with the cluster. For example, if you tag a cluster with this operation, that tag doesn't automatically propagate to the subnets and nodes associated with the cluster.

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

Usage

eks_tag_resource(resourceArn, tags)

Arguments

resourceArn

[required] The Amazon Resource Name (ARN) of the resource to add tags to.

tags

[required] Metadata that assists with categorization and organization. Each tag consists of a key and an optional value. You define both. Tags don't propagate to any other cluster or Amazon Web Services resources.


paws.compute documentation built on May 29, 2024, 9:16 a.m.