This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::MWAA::Environment LoggingConfiguration
The type of Apache Airflow logs to send to CloudWatch Logs.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "DagProcessingLogs" :ModuleLoggingConfiguration, "SchedulerLogs" :ModuleLoggingConfiguration, "TaskLogs" :ModuleLoggingConfiguration, "WebserverLogs" :ModuleLoggingConfiguration, "WorkerLogs" :ModuleLoggingConfiguration}
YAML
DagProcessingLogs:ModuleLoggingConfigurationSchedulerLogs:ModuleLoggingConfigurationTaskLogs:ModuleLoggingConfigurationWebserverLogs:ModuleLoggingConfigurationWorkerLogs:ModuleLoggingConfiguration
Properties
- DagProcessingLogs
- 
                    Defines the processing logs sent to CloudWatch Logs and the logging level to send. Required: No Type: ModuleLoggingConfiguration Update requires: No interruption 
- SchedulerLogs
- 
                    Defines the scheduler logs sent to CloudWatch Logs and the logging level to send. Required: No Type: ModuleLoggingConfiguration Update requires: No interruption 
- TaskLogs
- 
                    Defines the task logs sent to CloudWatch Logs and the logging level to send. Required: No Type: ModuleLoggingConfiguration Update requires: No interruption 
- WebserverLogs
- 
                    Defines the web server logs sent to CloudWatch Logs and the logging level to send. Required: No Type: ModuleLoggingConfiguration Update requires: No interruption 
- WorkerLogs
- 
                    Defines the worker logs sent to CloudWatch Logs and the logging level to send. Required: No Type: ModuleLoggingConfiguration Update requires: No interruption