Interface MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformance
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformance.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.977Z") @Stability(Stable) public interface MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformance extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformance.Builderstatic classMonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformance.Jsii$ProxyAn implementation forMonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformance
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformance.Builderbuilder()default MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformanceDistributionCutgetDistributionCut()distribution_cut block.default MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformanceGoodTotalRatiogetGoodTotalRatio()good_total_ratio block.
-
-
-
Method Detail
-
getDistributionCut
@Stability(Stable) @Nullable default MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformanceDistributionCut getDistributionCut()
distribution_cut block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_slo#distribution_cut MonitoringSlo#distribution_cut}
-
getGoodTotalRatio
@Stability(Stable) @Nullable default MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformanceGoodTotalRatio getGoodTotalRatio()
good_total_ratio block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_slo#good_total_ratio MonitoringSlo#good_total_ratio}
-
builder
@Stability(Stable) static MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformance.Builder builder()
-
-