View source: R/eks_operations.R
eks_disassociate_identity_provider_config | R Documentation |
Disassociates an identity provider configuration from a cluster.
See https://www.paws-r-sdk.com/docs/eks_disassociate_identity_provider_config/ for full documentation.
eks_disassociate_identity_provider_config(
clusterName,
identityProviderConfig,
clientRequestToken = NULL
)
clusterName |
[required] The name of your cluster. |
identityProviderConfig |
[required] An object representing an identity provider configuration. |
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.