EnvironmentLoggingConfigurationTaskLogs

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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

Enabling or disabling the collection of logs

Link copied to clipboard
val logLevel: String? = null

Logging level. Valid values: CRITICAL, ERROR, WARNING, INFO, DEBUG. Will be INFO by default.