EnvironmentModuleLoggingConfiguration

data class EnvironmentModuleLoggingConfiguration(val cloudWatchLogGroupArn: String? = null, val enabled: Boolean? = null, val logLevel: EnvironmentLoggingLevel? = null)

Logging configuration for a specific airflow component.

Constructors

Link copied to clipboard
fun EnvironmentModuleLoggingConfiguration(cloudWatchLogGroupArn: String? = null, enabled: Boolean? = null, logLevel: EnvironmentLoggingLevel? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val enabled: Boolean? = null
Link copied to clipboard