Interface MonitoringAlertPolicyConditionsConditionThresholdTrigger
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
MonitoringAlertPolicyConditionsConditionThresholdTrigger.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.931Z") @Stability(Stable) public interface MonitoringAlertPolicyConditionsConditionThresholdTrigger extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMonitoringAlertPolicyConditionsConditionThresholdTrigger.BuilderA builder forMonitoringAlertPolicyConditionsConditionThresholdTriggerstatic classMonitoringAlertPolicyConditionsConditionThresholdTrigger.Jsii$ProxyAn implementation forMonitoringAlertPolicyConditionsConditionThresholdTrigger
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static MonitoringAlertPolicyConditionsConditionThresholdTrigger.Builderbuilder()default NumbergetCount()The absolute number of time series that must fail the predicate for the condition to be triggered.default NumbergetPercent()The percentage of time series that must fail the predicate for the condition to be triggered.
-
-
-
Method Detail
-
getCount
@Stability(Stable) @Nullable default Number getCount()
The absolute number of time series that must fail the predicate for the condition to be triggered.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_alert_policy#count MonitoringAlertPolicy#count}
-
getPercent
@Stability(Stable) @Nullable default Number getPercent()
The percentage of time series that must fail the predicate for the condition to be triggered.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_alert_policy#percent MonitoringAlertPolicy#percent}
-
builder
@Stability(Stable) static MonitoringAlertPolicyConditionsConditionThresholdTrigger.Builder builder()
-
-