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

ModuleLoggingConfigurationInput

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

Enables the Apache Airflow log type (e.g. DagProcessingLogs) and defines the log level to send to CloudWatch Logs (e.g. INFO).

interface ModuleLoggingConfigurationInput {
Enabled: boolean;
LogLevel: LoggingLevel;
}

§Properties

§
Enabled: boolean
[src]

Indicates whether to enable the Apache Airflow log type (e.g. DagProcessingLogs).

§

Defines the Apache Airflow log level (e.g. INFO) to send to CloudWatch Logs.