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

AssociateIdentityProviderConfigRequest

import type { AssociateIdentityProviderConfigRequest } from "https://aws-api.deno.dev/v0.3/services/eks.ts?docs=full";
interface AssociateIdentityProviderConfigRequest {
clientRequestToken?: string | null;
clusterName: string;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
clientRequestToken?: string | null
[src]

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

§
clusterName: string
[src]

The name of the cluster to associate the configuration to.

§

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

§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The metadata to apply to the configuration to assist with categorization and organization. Each tag consists of a key and an optional value. You define both.