Nodejs App Layer Load Based Auto Scaling Downscaling
data class NodejsAppLayerLoadBasedAutoScalingDownscaling(val alarms: List<String>? = null, val cpuThreshold: Double? = null, val ignoreMetricsTime: Int? = null, val instanceCount: Int? = null, val loadThreshold: Double? = null, val memoryThreshold: Double? = null, val thresholdsWaitTime: Int? = null)