Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DescribeIdentityProviderConfigRequest

import type { DescribeIdentityProviderConfigRequest } from "https://aws-api.deno.dev/v0.3/services/eks.ts?docs=full";
interface DescribeIdentityProviderConfigRequest {
clusterName: string;
identityProviderConfig: IdentityProviderConfig;
}

§Properties

§
clusterName: string
[src]

The cluster name that the identity provider configuration is associated to.

§
identityProviderConfig: IdentityProviderConfig
[src]

An object that represents an identity provider configuration.