eks_update_pod_identity_association: Updates a EKS Pod Identity association

View source: R/eks_operations.R

eks_update_pod_identity_associationR Documentation

Updates a EKS Pod Identity association

Description

Updates a EKS Pod Identity association. Only the IAM role can be changed; an association can't be moved between clusters, namespaces, or service accounts. If you need to edit the namespace or service account, you need to delete the association and then create a new association with your desired settings.

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

Usage

eks_update_pod_identity_association(
  clusterName,
  associationId,
  roleArn = NULL,
  clientRequestToken = NULL
)

Arguments

clusterName

[required] The name of the cluster that you want to update the association in.

associationId

[required] The ID of the association to be updated.

roleArn

The new IAM role to change the

clientRequestToken

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.


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