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

ModuleLoggingConfiguration

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

Describes the Apache Airflow log details for the log type (e.g. DagProcessingLogs).

interface ModuleLoggingConfiguration {
CloudWatchLogGroupArn?: string | null;
Enabled?: boolean | null;
LogLevel?: LoggingLevel | null;
}

§Properties

§
CloudWatchLogGroupArn?: string | null
[src]

The Amazon Resource Name (ARN) for the CloudWatch Logs group where the Apache Airflow log type (e.g. DagProcessingLogs) is published. For example, arn:aws:logs:us-east-1:123456789012:log-group:airflow-MyMWAAEnvironment-MwaaEnvironment-DAGProcessing:*.

§
Enabled?: boolean | null
[src]

Indicates whether the Apache Airflow log type (e.g. DagProcessingLogs) is enabled.

§
LogLevel?: LoggingLevel | null
[src]

The Apache Airflow log level for the log type (e.g. DagProcessingLogs).