Values.LoggingConfigurationSourceDescribes the Apache Airflow log types that are published to CloudWatch Logs.
type nonrec t = {dagProcessingLogs : ModuleLoggingConfiguration.t option;The Airflow DAG processing logs published to CloudWatch Logs and the log level.
*)schedulerLogs : ModuleLoggingConfiguration.t option;The Airflow scheduler logs published to CloudWatch Logs and the log level.
*)webserverLogs : ModuleLoggingConfiguration.t option;The Airflow web server logs published to CloudWatch Logs and the log level.
*)workerLogs : ModuleLoggingConfiguration.t option;The Airflow worker logs published to CloudWatch Logs and the log level.
*)taskLogs : ModuleLoggingConfiguration.t option;The Airflow task logs published to CloudWatch Logs and the log level.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of LoggingEnabled.t
| `Enum of string
| `String of CloudWatchLogGroupArn.t ])
list ])
list ]