class Aws::MWAA::Types::ModuleLoggingConfigurationInput
Defines the type of logs to send for the Apache Airflow log type (e.g. `DagProcessingLogs`). Valid values: `CloudWatchLogGroupArn`, `Enabled`, `LogLevel`.
@note When making an API call, you may pass ModuleLoggingConfigurationInput
data as a hash: { enabled: false, # required log_level: "CRITICAL", # required, accepts CRITICAL, ERROR, WARNING, INFO, DEBUG }
@!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/ModuleLoggingConfigurationInput AWS API Documentation
Constants
- SENSITIVE