Static Web Layer Load Based Auto Scaling Upscaling Args
data class StaticWebLayerLoadBasedAutoScalingUpscalingArgs(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<StaticWebLayerLoadBasedAutoScalingUpscalingArgs>
Constructors
Link copied to clipboard
fun StaticWebLayerLoadBasedAutoScalingUpscalingArgs(alarms: Output<List<String>>? = null, cpuThreshold: Output<Double>? = null, ignoreMetricsTime: Output<Int>? = null, instanceCount: Output<Int>? = null, loadThreshold: Output<Double>? = null, memoryThreshold: Output<Double>? = null, thresholdsWaitTime: Output<Int>? = null)