View source: R/eks_operations.R
eks_update_pod_identity_association | R Documentation |
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.
eks_update_pod_identity_association(
clusterName,
associationId,
roleArn = NULL,
clientRequestToken = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.