Learn R Programming

paws.compute (version 0.7.0)

eks_disassociate_identity_provider_config: Disassociates an identity provider configuration from a cluster

Description

Disassociates an identity provider configuration from a cluster.

See https://www.paws-r-sdk.com/docs/eks_disassociate_identity_provider_config/ for full documentation.

Usage

eks_disassociate_identity_provider_config(
  clusterName,
  identityProviderConfig,
  clientRequestToken = NULL
)

Arguments

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.