Windows Based Sli Args
data class WindowsBasedSliArgs(val goodBadMetricFilter: Output<String>? = null, val goodTotalRatioThreshold: Output<PerformanceThresholdArgs>? = null, val metricMeanInRange: Output<MetricRangeArgs>? = null, val metricSumInRange: Output<MetricRangeArgs>? = null, val windowPeriod: Output<String>? = null) : ConvertibleToJava<WindowsBasedSliArgs>
A WindowsBasedSli defines good_service as the count of time windows for which the provided service was of good quality. Criteria for determining if service was good are embedded in the window_criterion.
Constructors
Link copied to clipboard
fun WindowsBasedSliArgs(goodBadMetricFilter: Output<String>? = null, goodTotalRatioThreshold: Output<PerformanceThresholdArgs>? = null, metricMeanInRange: Output<MetricRangeArgs>? = null, metricSumInRange: Output<MetricRangeArgs>? = null, windowPeriod: Output<String>? = null)