targetValue

@JvmName(name = "ncxiamptjsdfuqdf")
suspend fun targetValue(value: Output<Double>)
@JvmName(name = "iavxeibaeamgfmbw")
suspend fun targetValue(value: Double)

Parameters

value

The target value for the metric. Although this property accepts numbers of type Double, it won't accept values that are either too small or too large. Values must be in the range of -2^360 to 2^360. The value must be a valid number based on the choice of metric. For example, if the metric is CPU utilization, then the target value is a percent value that represents how much of the CPU can be used before scaling out.