autoscalingPolicy

@JvmName(name = "ohhlsibqxpoophbf")
suspend fun autoscalingPolicy(value: Output<AutoscalingPolicyArgs>)
@JvmName(name = "puspbghbqwmvfgrl")
suspend fun autoscalingPolicy(value: AutoscalingPolicyArgs?)

Parameters

value

The configuration parameters for the autoscaling algorithm. You can define one or more signals for an autoscaler: cpuUtilization, customMetricUtilizations, and loadBalancingUtilization. If none of these are specified, the default will be to autoscale based on cpuUtilization to 0.6 or 60%.


@JvmName(name = "mygqjrjtanegnsqf")
suspend fun autoscalingPolicy(argument: suspend AutoscalingPolicyArgsBuilder.() -> Unit)

Parameters

argument

The configuration parameters for the autoscaling algorithm. You can define one or more signals for an autoscaler: cpuUtilization, customMetricUtilizations, and loadBalancingUtilization. If none of these are specified, the default will be to autoscale based on cpuUtilization to 0.6 or 60%.