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
)
[required] The name of the cluster that you want to update the association in.
[required] The ID of the association to be updated.
The new IAM role to change the
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.