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

OIDC

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

An object representing the OpenID Connect (OIDC) identity provider information for the cluster.

interface OIDC {
issuer?: string | null;
}

§Properties

§
issuer?: string | null
[src]

The issuer URL for the OIDC identity provider.