Values.ModuleLoggingConfigurationSourceDescribes the Apache Airflow log details for the log type (e.g. DagProcessingLogs).
type nonrec t = {enabled : LoggingEnabled.t option;Indicates whether the Apache Airflow log type (e.g. DagProcessingLogs) is enabled.
*)logLevel : LoggingLevel.t option;The Apache Airflow log level for the log type (e.g. DagProcessingLogs).
*)cloudWatchLogGroupArn : CloudWatchLogGroupArn.t option;The Amazon Resource Name (ARN) for the CloudWatch Logs group where the Apache Airflow log type (e.g. DagProcessingLogs) is published. For example, arn:aws:logs:us-east-1:123456789012:log-group:airflow-MyMWAAEnvironment-MwaaEnvironment-DAGProcessing:*.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of LoggingEnabled.t
| `Enum of string
| `String of CloudWatchLogGroupArn.t ])
list ]