threshold Observations
suspend fun thresholdObservations(value: Output<List<AlertRuleAnomalyDuplicateThresholdObservationArgs>>)
Parameters
value
A list of threshold_observation blocks as defined below.
NOTE: un-specified
multi_select_observation,single_select_observation,prioritized_exclude_observationandthreshold_observationwill be inherited from the built-in Anomaly Alert Rule.
suspend fun thresholdObservations(vararg values: Output<AlertRuleAnomalyDuplicateThresholdObservationArgs>)
suspend fun thresholdObservations(values: List<Output<AlertRuleAnomalyDuplicateThresholdObservationArgs>>)
Parameters
values
A list of threshold_observation blocks as defined below.
NOTE: un-specified
multi_select_observation,single_select_observation,prioritized_exclude_observationandthreshold_observationwill be inherited from the built-in Anomaly Alert Rule.
suspend fun thresholdObservations(argument: List<suspend AlertRuleAnomalyDuplicateThresholdObservationArgsBuilder.() -> Unit>)
suspend fun thresholdObservations(vararg argument: suspend AlertRuleAnomalyDuplicateThresholdObservationArgsBuilder.() -> Unit)
suspend fun thresholdObservations(argument: suspend AlertRuleAnomalyDuplicateThresholdObservationArgsBuilder.() -> Unit)
Parameters
argument
A list of threshold_observation blocks as defined below.
NOTE: un-specified
multi_select_observation,single_select_observation,prioritized_exclude_observationandthreshold_observationwill be inherited from the built-in Anomaly Alert Rule.