eks_disassociate_identity_provider_config: Disassociates an identity provider configuration from a...

View source: R/eks_operations.R

eks_disassociate_identity_provider_configR Documentation

Disassociates an identity provider configuration from a cluster

Description

Disassociates an identity provider configuration from a cluster. If you disassociate an identity provider from your cluster, users included in the provider can no longer access the cluster. However, you can still access the cluster with Amazon Web Services IAM users.

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 the cluster to disassociate an identity provider from.

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.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.