forecast Options
suspend fun forecastOptions(value: Output<AlertPolicyConditionConditionThresholdForecastOptionsArgs>)
Parameters
value
When this field is present, the MetricThreshold
condition forecasts whether the time series is predicted to violate the threshold within the forecastHorizon
. When this field is not set, the MetricThreshold
tests the current value of the timeseries against the threshold. Structure is documented below.
suspend fun forecastOptions(argument: suspend AlertPolicyConditionConditionThresholdForecastOptionsArgsBuilder.() -> Unit)
Parameters
argument
When this field is present, the MetricThreshold
condition forecasts whether the time series is predicted to violate the threshold within the forecastHorizon
. When this field is not set, the MetricThreshold
tests the current value of the timeseries against the threshold. Structure is documented below.