Associate an identity provider configuration to a cluster.
See https://www.paws-r-sdk.com/docs/eks_associate_identity_provider_config/ for full documentation.
eks_associate_identity_provider_config(
clusterName,
oidc,
tags = NULL,
clientRequestToken = NULL
)
[required] The name of the cluster to associate the configuration to.
[required] An object representing an OpenID Connect (OIDC) identity provider configuration.
The metadata to apply to the configuration to assist with categorization and organization. Each tag consists of a key and an optional value. You define both.
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.