Values.LoggingConfigurationInputSourceDefines the Apache Airflow log types to send to CloudWatch Logs.
type nonrec t = {dagProcessingLogs : ModuleLoggingConfigurationInput.t option;Publishes Airflow DAG processing logs to CloudWatch Logs.
*)schedulerLogs : ModuleLoggingConfigurationInput.t option;Publishes Airflow scheduler logs to CloudWatch Logs.
*)webserverLogs : ModuleLoggingConfigurationInput.t option;Publishes Airflow web server logs to CloudWatch Logs.
*)workerLogs : ModuleLoggingConfigurationInput.t option;Publishes Airflow worker logs to CloudWatch Logs.
*)taskLogs : ModuleLoggingConfigurationInput.t option;Publishes Airflow task logs to CloudWatch Logs.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `Boolean of LoggingEnabled.t | `Enum of string ])
list ])
list ]