Interface MonitoringAlertPolicyConditionsConditionAbsentTrigger
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
MonitoringAlertPolicyConditionsConditionAbsentTrigger.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.925Z") @Stability(Stable) public interface MonitoringAlertPolicyConditionsConditionAbsentTrigger extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMonitoringAlertPolicyConditionsConditionAbsentTrigger.BuilderA builder forMonitoringAlertPolicyConditionsConditionAbsentTriggerstatic classMonitoringAlertPolicyConditionsConditionAbsentTrigger.Jsii$ProxyAn implementation forMonitoringAlertPolicyConditionsConditionAbsentTrigger
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static MonitoringAlertPolicyConditionsConditionAbsentTrigger.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 MonitoringAlertPolicyConditionsConditionAbsentTrigger.Builder builder()
-
-