range

@JvmName(name = "mpgujidhlojubddx")
suspend fun range(value: Output<SloWindowsBasedSliMetricMeanInRangeRangeArgs>)
@JvmName(name = "vkwyovrabihqeagb")
suspend fun range(value: SloWindowsBasedSliMetricMeanInRangeRangeArgs)

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. Mean value X of time_series values should satisfy range.min <= X <= range.max for a good service. Structure is documented below.


@JvmName(name = "grofqkylmadpwtul")
suspend fun range(argument: suspend SloWindowsBasedSliMetricMeanInRangeRangeArgsBuilder.() -> 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. Mean value X of time_series values should satisfy range.min <= X <= range.max for a good service. Structure is documented below.