Nodejs App Layer Cloudwatch Configuration Args
data class NodejsAppLayerCloudwatchConfigurationArgs(val enabled: Output<Boolean>? = null, val logStreams: Output<List<NodejsAppLayerCloudwatchConfigurationLogStreamArgs>>? = null) : ConvertibleToJava<NodejsAppLayerCloudwatchConfigurationArgs>
Constructors
Link copied to clipboard
constructor(enabled: Output<Boolean>? = null, logStreams: Output<List<NodejsAppLayerCloudwatchConfigurationLogStreamArgs>>? = null)