CustomLayerCloudwatchConfigurationArgs

data class CustomLayerCloudwatchConfigurationArgs(val enabled: Output<Boolean>? = null, val logStreams: Output<List<CustomLayerCloudwatchConfigurationLogStreamArgs>>? = null) : ConvertibleToJava<CustomLayerCloudwatchConfigurationArgs>

Constructors

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

Properties

Link copied to clipboard
val enabled: Output<Boolean>? = null
Link copied to clipboard

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

Functions

Link copied to clipboard
open override fun toJava(): CustomLayerCloudwatchConfigurationArgs