Custom Layer Cloudwatch Configuration
    data class CustomLayerCloudwatchConfiguration(val enabled: Boolean? = null, val logStreams: List<CustomLayerCloudwatchConfigurationLogStream>? = null)
Constructors
Link copied to clipboard
                fun CustomLayerCloudwatchConfiguration(enabled: Boolean? = null, logStreams: List<CustomLayerCloudwatchConfigurationLogStream>? = null)