single Select Observations
suspend fun singleSelectObservations(value: Output<List<AlertRuleAnomalyDuplicateSingleSelectObservationArgs>>)
suspend fun singleSelectObservations(value: List<AlertRuleAnomalyDuplicateSingleSelectObservationArgs>?)
Parameters
value
A list of single_select_observation
blocks as defined below.
suspend fun singleSelectObservations(vararg values: Output<AlertRuleAnomalyDuplicateSingleSelectObservationArgs>)
suspend fun singleSelectObservations(values: List<Output<AlertRuleAnomalyDuplicateSingleSelectObservationArgs>>)
suspend fun singleSelectObservations(vararg values: AlertRuleAnomalyDuplicateSingleSelectObservationArgs)
Parameters
values
A list of single_select_observation
blocks as defined below.
suspend fun singleSelectObservations(argument: List<suspend AlertRuleAnomalyDuplicateSingleSelectObservationArgsBuilder.() -> Unit>)
suspend fun singleSelectObservations(vararg argument: suspend AlertRuleAnomalyDuplicateSingleSelectObservationArgsBuilder.() -> Unit)
suspend fun singleSelectObservations(argument: suspend AlertRuleAnomalyDuplicateSingleSelectObservationArgsBuilder.() -> Unit)
Parameters
argument
A list of single_select_observation
blocks as defined below.