Interface MonitoringSloWindowsBasedSliMetricMeanInRange
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
MonitoringSloWindowsBasedSliMetricMeanInRange.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.978Z") @Stability(Stable) public interface MonitoringSloWindowsBasedSliMetricMeanInRange extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMonitoringSloWindowsBasedSliMetricMeanInRange.BuilderA builder forMonitoringSloWindowsBasedSliMetricMeanInRangestatic classMonitoringSloWindowsBasedSliMetricMeanInRange.Jsii$ProxyAn implementation forMonitoringSloWindowsBasedSliMetricMeanInRange
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static MonitoringSloWindowsBasedSliMetricMeanInRange.Builderbuilder()MonitoringSloWindowsBasedSliMetricMeanInRangeRangegetRange()range block.StringgetTimeSeries()A monitoring filter specifying the TimeSeries to use for evaluating window The provided TimeSeries must have ValueType = INT64 or ValueType = DOUBLE and MetricKind = GAUGE.
-
-
-
Method Detail
-
getRange
@Stability(Stable) @NotNull MonitoringSloWindowsBasedSliMetricMeanInRangeRange getRange()
range block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_slo#range MonitoringSlo#range}
-
getTimeSeries
@Stability(Stable) @NotNull String getTimeSeries()
A monitoring filter specifying the TimeSeries to use for evaluating window The provided TimeSeries must have ValueType = INT64 or ValueType = DOUBLE and MetricKind = GAUGE. Mean value 'X' should satisfy 'range.min <= X <= range.max' under good service.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_slo#time_series MonitoringSlo#time_series}
-
builder
@Stability(Stable) static MonitoringSloWindowsBasedSliMetricMeanInRange.Builder builder()
-
-