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

OidcIdentityProviderConfig

import type { OidcIdentityProviderConfig } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/eks.ts";
interface OidcIdentityProviderConfig {
clientId?: string | null;
clusterName?: string | null;
groupsClaim?: string | null;
groupsPrefix?: string | null;
identityProviderConfigArn?: string | null;
identityProviderConfigName?: string | null;
issuerUrl?: string | null;
requiredClaims?: {
[key: string]: string | null | undefined;
}
| null;
status?: configStatus | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
usernameClaim?: string | null;
usernamePrefix?: string | null;
}

§Properties

§
clientId?: string | null
[src]
§
clusterName?: string | null
[src]
§
groupsClaim?: string | null
[src]
§
groupsPrefix?: string | null
[src]
§
identityProviderConfigArn?: string | null
[src]
§
identityProviderConfigName?: string | null
[src]
§
issuerUrl?: string | null
[src]
§
requiredClaims?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
status?: configStatus | null
[src]
§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
usernameClaim?: string | null
[src]
§
usernamePrefix?: string | null
[src]