Interface MonitoringSloWindowsBasedSliMetricSumInRange
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
MonitoringSloWindowsBasedSliMetricSumInRange.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.979Z") @Stability(Stable) public interface MonitoringSloWindowsBasedSliMetricSumInRange extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMonitoringSloWindowsBasedSliMetricSumInRange.BuilderA builder forMonitoringSloWindowsBasedSliMetricSumInRangestatic classMonitoringSloWindowsBasedSliMetricSumInRange.Jsii$ProxyAn implementation forMonitoringSloWindowsBasedSliMetricSumInRange
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static MonitoringSloWindowsBasedSliMetricSumInRange.Builderbuilder()MonitoringSloWindowsBasedSliMetricSumInRangeRangegetRange()range block.StringgetTimeSeries()A monitoring filter specifying the TimeSeries to use for evaluating window quality.
-
-
-
Method Detail
-
getRange
@Stability(Stable) @NotNull MonitoringSloWindowsBasedSliMetricSumInRangeRange 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 quality. The provided TimeSeries must have ValueType = INT64 or ValueType = DOUBLE and MetricKind = GAUGE.Summed value 'X' should satisfy 'range.min <= X <= range.max' for a good window. 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 MonitoringSloWindowsBasedSliMetricSumInRange.Builder builder()
-
-