Interface MonitoringAlertPolicyConditionsConditionThresholdForecastOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
MonitoringAlertPolicyConditionsConditionThresholdForecastOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.930Z") @Stability(Stable) public interface MonitoringAlertPolicyConditionsConditionThresholdForecastOptions extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMonitoringAlertPolicyConditionsConditionThresholdForecastOptions.Builderstatic classMonitoringAlertPolicyConditionsConditionThresholdForecastOptions.Jsii$ProxyAn implementation forMonitoringAlertPolicyConditionsConditionThresholdForecastOptions
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static MonitoringAlertPolicyConditionsConditionThresholdForecastOptions.Builderbuilder()StringgetForecastHorizon()The length of time into the future to forecast whether a timeseries will violate the threshold.
-
-
-
Method Detail
-
getForecastHorizon
@Stability(Stable) @NotNull String getForecastHorizon()
The length of time into the future to forecast whether a timeseries will violate the threshold.If the predicted value is found to violate the threshold, and the violation is observed in all forecasts made for the Configured 'duration', then the timeseries is considered to be failing. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_alert_policy#forecast_horizon MonitoringAlertPolicy#forecast_horizon}
-
builder
@Stability(Stable) static MonitoringAlertPolicyConditionsConditionThresholdForecastOptions.Builder builder()
-
-