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

Logging

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

An object representing the logging configuration for resources in your cluster.

interface Logging {
clusterLogging?: LogSetup[] | null;
}

§Properties

§
clusterLogging?: LogSetup[] | null
[src]

The cluster control plane logging configuration for your cluster.