Static Web Layer Load Based Auto Scaling Downscaling Args
data class StaticWebLayerLoadBasedAutoScalingDownscalingArgs(val alarms: Output<List<String>>? = null, val cpuThreshold: Output<Double>? = null, val ignoreMetricsTime: Output<Int>? = null, val instanceCount: Output<Int>? = null, val loadThreshold: Output<Double>? = null, val memoryThreshold: Output<Double>? = null, val thresholdsWaitTime: Output<Int>? = null) : ConvertibleToJava<StaticWebLayerLoadBasedAutoScalingDownscalingArgs>