Standard App Version Automatic Scaling Standard Scheduler Settings Args
data class StandardAppVersionAutomaticScalingStandardSchedulerSettingsArgs(val maxInstances: Output<Int>? = null, val minInstances: Output<Int>? = null, val targetCpuUtilization: Output<Double>? = null, val targetThroughputUtilization: Output<Double>? = null) : ConvertibleToJava<StandardAppVersionAutomaticScalingStandardSchedulerSettingsArgs>
Properties
Link copied to clipboard
Maximum number of instances to run for this version. Set to zero to disable maxInstances configuration.
Link copied to clipboard
Minimum number of instances to run for this version. Set to zero to disable minInstances configuration.
Link copied to clipboard
Target CPU utilization ratio to maintain when scaling. Should be a value in the range 0.50, 0.95, zero, or a negative value.
Link copied to clipboard
Target throughput utilization ratio to maintain when scaling. Should be a value in the range 0.50, 0.95, zero, or a negative value.