Custom Layer Cloudwatch Configuration Args
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)