Values.ModuleLoggingConfigurationInputSourceEnables the Apache Airflow log type (e.g. DagProcessingLogs) and defines the log level to send to CloudWatch Logs (e.g. INFO).
type nonrec t = {enabled : LoggingEnabled.t;Indicates whether to enable the Apache Airflow log type (e.g. DagProcessingLogs).
*)logLevel : LoggingLevel.t;Defines the Apache Airflow log level (e.g. INFO) to send to CloudWatch Logs.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of LoggingEnabled.t | `Enum of string ]) list ]