Skip to content

ListIdentityProviderConfigs

Source: src/AWS/EKS/ListIdentityProviderConfigs.ts

Runtime binding for eks:ListIdentityProviderConfigs.

Enumerates the OIDC identity provider configurations associated with the bound cluster. The cluster clusterName is injected from the bound Cluster and eks:ListIdentityProviderConfigs is granted on the cluster’s ARN. Provide the implementation with Effect.provide(AWS.EKS.ListIdentityProviderConfigsHttp).

// init
const listIdentityProviderConfigs =
yield* AWS.EKS.ListIdentityProviderConfigs(cluster);
// runtime
const { identityProviderConfigs } = yield* listIdentityProviderConfigs();