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).
Identity Provider Configs
Section titled “Identity Provider Configs”// initconst listIdentityProviderConfigs = yield* AWS.EKS.ListIdentityProviderConfigs(cluster);
// runtimeconst { identityProviderConfigs } = yield* listIdentityProviderConfigs();