autoscalingPolicy

@JvmName(name = "agemkbpvhtcyxsaf")
suspend fun autoscalingPolicy(value: Output<AutoscalerAutoscalingPolicyArgs>)
@JvmName(name = "nywbvrtsfhwtadvc")
suspend fun autoscalingPolicy(value: AutoscalerAutoscalingPolicyArgs?)

Parameters

value

The configuration parameters for the autoscaling algorithm. You can define one or more of the policies 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%. Structure is documented below.


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

Parameters

argument

The configuration parameters for the autoscaling algorithm. You can define one or more of the policies 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%. Structure is documented below.