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

LoggingConfiguration

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

Describes the Apache Airflow log types that are published to CloudWatch Logs.

interface LoggingConfiguration {
DagProcessingLogs?: ModuleLoggingConfiguration | null;
SchedulerLogs?: ModuleLoggingConfiguration | null;
TaskLogs?: ModuleLoggingConfiguration | null;
WebserverLogs?: ModuleLoggingConfiguration | null;
WorkerLogs?: ModuleLoggingConfiguration | null;
}

§Properties

§
DagProcessingLogs?: ModuleLoggingConfiguration | null
[src]

The Airflow DAG processing logs published to CloudWatch Logs and the log level.

§
SchedulerLogs?: ModuleLoggingConfiguration | null
[src]

The Airflow scheduler logs published to CloudWatch Logs and the log level.

§

The Airflow task logs published to CloudWatch Logs and the log level.

§
WebserverLogs?: ModuleLoggingConfiguration | null
[src]

The Airflow web server logs published to CloudWatch Logs and the log level.

§

The Airflow worker logs published to CloudWatch Logs and the log level.