CustomLayerCloudwatchConfiguration

data class CustomLayerCloudwatchConfiguration(val enabled: Boolean? = null, val logStreams: List<CustomLayerCloudwatchConfigurationLogStream>? = null)

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, logStreams: List<CustomLayerCloudwatchConfigurationLogStream>? = null)

Types

Link copied to clipboard
object Companion

Properties

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

A block the specifies how an opsworks logs look like. See Log Streams.