Interface MonitoringSloRequestBasedSliGoodTotalRatio
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
MonitoringSloRequestBasedSliGoodTotalRatio.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.964Z") @Stability(Stable) public interface MonitoringSloRequestBasedSliGoodTotalRatio extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMonitoringSloRequestBasedSliGoodTotalRatio.BuilderA builder forMonitoringSloRequestBasedSliGoodTotalRatiostatic classMonitoringSloRequestBasedSliGoodTotalRatio.Jsii$ProxyAn implementation forMonitoringSloRequestBasedSliGoodTotalRatio
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static MonitoringSloRequestBasedSliGoodTotalRatio.Builderbuilder()default StringgetBadServiceFilter()A TimeSeries monitoring filter quantifying bad service provided, either demanded service that was not provided or demanded service that was of inadequate quality.default StringgetGoodServiceFilter()A TimeSeries monitoring filter quantifying good service provided.default StringgetTotalServiceFilter()A TimeSeries monitoring filter quantifying total demanded service.
-
-
-
Method Detail
-
getBadServiceFilter
@Stability(Stable) @Nullable default String getBadServiceFilter()
A TimeSeries monitoring filter quantifying bad service provided, either demanded service that was not provided or demanded service that was of inadequate quality.Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE. Exactly two of 'good_service_filter','bad_service_filter','total_service_filter' must be set (good + bad = total is assumed). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_slo#bad_service_filter MonitoringSlo#bad_service_filter}
-
getGoodServiceFilter
@Stability(Stable) @Nullable default String getGoodServiceFilter()
A TimeSeries monitoring filter quantifying good service provided. Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.Exactly two of 'good_service_filter','bad_service_filter','total_service_filter' must be set (good + bad = total is assumed). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_slo#good_service_filter MonitoringSlo#good_service_filter}
-
getTotalServiceFilter
@Stability(Stable) @Nullable default String getTotalServiceFilter()
A TimeSeries monitoring filter quantifying total demanded service.Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE. Exactly two of 'good_service_filter','bad_service_filter','total_service_filter' must be set (good + bad = total is assumed). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_slo#total_service_filter MonitoringSlo#total_service_filter}
-
builder
@Stability(Stable) static MonitoringSloRequestBasedSliGoodTotalRatio.Builder builder()
-
-