policies

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


@JvmName(name = "fdcgrypqdftaulch")
suspend fun policies(values: List<Output<HPAScalingPolicyArgs>>)
@JvmName(name = "lewnxbicdgfmhsxn")
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 = "cysmtvsqofjenyii")
suspend fun policies(argument: List<suspend HPAScalingPolicyArgsBuilder.() -> Unit>)
@JvmName(name = "jbmokvriaueuqfkc")
suspend fun policies(vararg argument: suspend HPAScalingPolicyArgsBuilder.() -> Unit)
@JvmName(name = "lmjxyxkmqklodxrl")
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