policies

@JvmName(name = "khyifokkvqirkwye")
suspend fun policies(value: Output<List<HPAScalingPolicyArgs>>)
@JvmName(name = "padcqblfhkighjrw")
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 = "hejebcopenkkfnux")
suspend fun policies(vararg values: Output<HPAScalingPolicyArgs>)


@JvmName(name = "btcdrcmoumxofuwb")
suspend fun policies(values: List<Output<HPAScalingPolicyArgs>>)
@JvmName(name = "vuhcstbsovjpkfcq")
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 = "jdpmlpfackdtqspn")
suspend fun policies(argument: List<suspend HPAScalingPolicyArgsBuilder.() -> Unit>)
@JvmName(name = "euvgmtarjtkmvtxv")
suspend fun policies(vararg argument: suspend HPAScalingPolicyArgsBuilder.() -> Unit)
@JvmName(name = "vvtsjfmrhgprohsv")
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