policies

@JvmName(name = "eopeaunjxrnivufc")
suspend fun policies(value: Output<List<HPAScalingPolicyPatchArgs>>)
@JvmName(name = "vdbakjoyuqnsepnb")
suspend fun policies(value: List<HPAScalingPolicyPatchArgs>?)

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 = "glmjnuceckawjmmp")
suspend fun policies(vararg values: Output<HPAScalingPolicyPatchArgs>)


@JvmName(name = "orbxlkfncjtddpyb")
suspend fun policies(values: List<Output<HPAScalingPolicyPatchArgs>>)
@JvmName(name = "siqkpmrxlndgytke")
suspend fun policies(vararg values: HPAScalingPolicyPatchArgs)

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 = "syiqlwwgnqyrdxqf")
suspend fun policies(argument: List<suspend HPAScalingPolicyPatchArgsBuilder.() -> Unit>)
@JvmName(name = "djiaamqnrymgwxps")
suspend fun policies(vararg argument: suspend HPAScalingPolicyPatchArgsBuilder.() -> Unit)
@JvmName(name = "fjldmxvdgbduelmd")
suspend fun policies(argument: suspend HPAScalingPolicyPatchArgsBuilder.() -> 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