Interface MonitoringSloWindowsBasedSliGoodTotalRatioThreshold
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
MonitoringSloWindowsBasedSliGoodTotalRatioThreshold.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.975Z") @Stability(Stable) public interface MonitoringSloWindowsBasedSliGoodTotalRatioThreshold extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMonitoringSloWindowsBasedSliGoodTotalRatioThreshold.BuilderA builder forMonitoringSloWindowsBasedSliGoodTotalRatioThresholdstatic classMonitoringSloWindowsBasedSliGoodTotalRatioThreshold.Jsii$ProxyAn implementation forMonitoringSloWindowsBasedSliGoodTotalRatioThreshold
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static MonitoringSloWindowsBasedSliGoodTotalRatioThreshold.Builderbuilder()default MonitoringSloWindowsBasedSliGoodTotalRatioThresholdBasicSliPerformancegetBasicSliPerformance()basic_sli_performance block.default MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformancegetPerformance()performance block.default NumbergetThreshold()If window performance >= threshold, the window is counted as good.
-
-
-
Method Detail
-
getBasicSliPerformance
@Stability(Stable) @Nullable default MonitoringSloWindowsBasedSliGoodTotalRatioThresholdBasicSliPerformance getBasicSliPerformance()
basic_sli_performance block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_slo#basic_sli_performance MonitoringSlo#basic_sli_performance}
-
getPerformance
@Stability(Stable) @Nullable default MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformance getPerformance()
performance block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_slo#performance MonitoringSlo#performance}
-
getThreshold
@Stability(Stable) @Nullable default Number getThreshold()
If window performance >= threshold, the window is counted as good.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 MonitoringSloWindowsBasedSliGoodTotalRatioThreshold.Builder builder()
-
-