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

DescribeIdentityProviderConfigResponse

import type { DescribeIdentityProviderConfigResponse } from "https://aws-api.deno.dev/v0.3/services/eks.ts?docs=full";
interface DescribeIdentityProviderConfigResponse {
identityProviderConfig?: IdentityProviderConfigResponse | null;
}

§Properties

§
identityProviderConfig?: IdentityProviderConfigResponse | null
[src]

The object that represents an OpenID Connect (OIDC) identity provider configuration.