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

IdentityProviderConfig

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

An object representing an identity provider configuration.

interface IdentityProviderConfig {
name: string;
type: string;
}

§Properties

§
name: string
[src]

The name of the identity provider configuration.

§
type: string
[src]

The type of the identity provider configuration.