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

LogType

import type { LogType } from "https://aws-api.deno.dev/v0.3/services/eks.ts?docs=full";
type LogType =
| "api"
| "audit"
| "authenticator"
| "controllerManager"
| "scheduler"

§Type

§
"api" | "audit" | "authenticator" | "controllerManager" | "scheduler" | cmnP.UnexpectedEnumValue
[src]