View source: R/eks_operations.R
eks_associate_identity_provider_config | R Documentation |
Associates 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
)
clusterName |
[required] The name of your cluster. |
oidc |
[required] An object representing an OpenID Connect (OIDC) identity provider configuration. |
tags |
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. |
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.