Interface MonitoringSloWindowsBasedSliGoodTotalRatioThresholdBasicSliPerformanceLatency
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
MonitoringSloWindowsBasedSliGoodTotalRatioThresholdBasicSliPerformanceLatency.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.976Z") @Stability(Stable) public interface MonitoringSloWindowsBasedSliGoodTotalRatioThresholdBasicSliPerformanceLatency extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMonitoringSloWindowsBasedSliGoodTotalRatioThresholdBasicSliPerformanceLatency.Builderstatic classMonitoringSloWindowsBasedSliGoodTotalRatioThresholdBasicSliPerformanceLatency.Jsii$ProxyAn implementation forMonitoringSloWindowsBasedSliGoodTotalRatioThresholdBasicSliPerformanceLatency
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static MonitoringSloWindowsBasedSliGoodTotalRatioThresholdBasicSliPerformanceLatency.Builderbuilder()StringgetThreshold()A duration string, e.g.
-
-
-
Method Detail
-
getThreshold
@Stability(Stable) @NotNull String getThreshold()
A duration string, e.g. 10s. Good service is defined to be the count of requests made to this service that return in no more than threshold.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_slo#threshold MonitoringSlo#threshold}
-
builder
@Stability(Stable) static MonitoringSloWindowsBasedSliGoodTotalRatioThresholdBasicSliPerformanceLatency.Builder builder()
-
-