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

AwsEksClusterLoggingClusterLoggingDetails

import type { AwsEksClusterLoggingClusterLoggingDetails } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

Details for a cluster logging configuration.

interface AwsEksClusterLoggingClusterLoggingDetails {
Enabled?: boolean | null;
Types?: string[] | null;
}

§Properties

§
Enabled?: boolean | null
[src]

Whether the logging types that are listed in Types are enabled.

§
Types?: string[] | null
[src]

A list of logging types. Valid values are as follows:

  • api
    
  • audit
    
  • authenticator
    
  • controllerManager
    
  • scheduler