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