eks_disassociate_identity_provider_config {paws.compute} | 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. |