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

LogSetup

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

An object representing the enabled or disabled Kubernetes control plane logs for your cluster.

interface LogSetup {
enabled?: boolean | null;
types?: LogType[] | null;
}

§Properties

§
enabled?: boolean | null
[src]

If a log type is enabled, that log type exports its control plane logs to CloudWatch Logs. If a log type isn't enabled, that log type doesn't export its control plane logs. Each individual log type can be enabled or disabled independently.

§
types?: LogType[] | null
[src]

The available cluster control plane log types.