Environment Module Logging Configuration Args
data class EnvironmentModuleLoggingConfigurationArgs(val cloudWatchLogGroupArn: Output<String>? = null, val enabled: Output<Boolean>? = null, val logLevel: Output<EnvironmentLoggingLevel>? = null) : ConvertibleToJava<EnvironmentModuleLoggingConfigurationArgs>
Logging configuration for a specific airflow component.
Constructors
Link copied to clipboard
constructor(cloudWatchLogGroupArn: Output<String>? = null, enabled: Output<Boolean>? = null, logLevel: Output<EnvironmentLoggingLevel>? = null)
Properties
Link copied to clipboard
The ARN of the CloudWatch Logs log group for each type of Apache Airflow log type that you have enabled.
Link copied to clipboard
Defines the Apache Airflow logs to send for the log type (e.g. DagProcessingLogs
) to CloudWatch Logs. Valid values: CRITICAL
, ERROR
, WARNING
, INFO
.