range

@JvmName(name = "sfvygwtmckrxgaxu")
suspend fun range(value: Output<SloRequestBasedSliDistributionCutRangeArgs>)
@JvmName(name = "fksjcvhlhjjrgbmo")
suspend fun range(value: SloRequestBasedSliDistributionCutRangeArgs)

Parameters

value

Range of numerical values. The computed good_service will be the count of values x in the Distribution such that range.min <= x <= range.max. inclusive of min and max. Open ranges can be defined by setting just one of min or max. Structure is documented below.


@JvmName(name = "kfnpnkctpelxlqep")
suspend fun range(argument: suspend SloRequestBasedSliDistributionCutRangeArgsBuilder.() -> Unit)

Parameters

argument

Range of numerical values. The computed good_service will be the count of values x in the Distribution such that range.min <= x <= range.max. inclusive of min and max. Open ranges can be defined by setting just one of min or max. Structure is documented below.