policies

@JvmName(name = "mniyuwrwpewjiuhs")
suspend fun policies(value: Output<List<HPAScalingPolicyArgs>>)
@JvmName(name = "nucocsesjnadwmqe")
suspend fun policies(value: List<HPAScalingPolicyArgs>?)

Parameters

value

policies is a list of potential scaling polices which can be used during scaling. At least one policy must be specified, otherwise the HPAScalingRules will be discarded as invalid


@JvmName(name = "jsfgpteaqtntrjhf")
suspend fun policies(vararg values: Output<HPAScalingPolicyArgs>)


@JvmName(name = "uemgbklufudmetkt")
suspend fun policies(values: List<Output<HPAScalingPolicyArgs>>)
@JvmName(name = "cxogghwrmdensdow")
suspend fun policies(vararg values: HPAScalingPolicyArgs)

Parameters

values

policies is a list of potential scaling polices which can be used during scaling. At least one policy must be specified, otherwise the HPAScalingRules will be discarded as invalid


@JvmName(name = "hemdklealrfryyix")
suspend fun policies(argument: List<suspend HPAScalingPolicyArgsBuilder.() -> Unit>)
@JvmName(name = "kprluuxkgdfnayvl")
suspend fun policies(vararg argument: suspend HPAScalingPolicyArgsBuilder.() -> Unit)
@JvmName(name = "ujbsvaiilcgtatmb")
suspend fun policies(argument: suspend HPAScalingPolicyArgsBuilder.() -> Unit)

Parameters

argument

policies is a list of potential scaling polices which can be used during scaling. At least one policy must be specified, otherwise the HPAScalingRules will be discarded as invalid