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

DisassociateIdentityProviderConfigRequest

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

§Properties

§
clientRequestToken?: string | null
[src]

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

§
clusterName: string
[src]

The name of the cluster to disassociate an identity provider from.

§
identityProviderConfig: IdentityProviderConfig
[src]

An object that represents an identity provider configuration.