class Aws::MWAA::Types::ModuleLoggingConfiguration

Defines the type of logs to send for the Apache Airflow log type (e.g. `DagProcessingLogs`). Valid values: `CloudWatchLogGroupArn`, `Enabled`, `LogLevel`.

@!attribute [rw] cloud_watch_log_group_arn

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:*`.
@return [String]

@!attribute [rw] enabled

Indicates whether to enable the Apache Airflow log type (e.g.
`DagProcessingLogs`) in CloudWatch Logs.
@return [Boolean]

@!attribute [rw] log_level

Defines the Apache Airflow logs to send for the log type (e.g.
`DagProcessingLogs`) to CloudWatch Logs. Valid values: `CRITICAL`,
`ERROR`, `WARNING`, `INFO`.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/mwaa-2020-07-01/ModuleLoggingConfiguration AWS API Documentation

Constants

SENSITIVE