conditions

@JvmName(name = "aurnbjfbxylmpviv")
suspend fun conditions(value: Output<List<ConditionArgs>>)
@JvmName(name = "velkrqhhcktkhvfy")
suspend fun conditions(value: List<ConditionArgs>?)

Parameters

value

A list of conditions for the policy. The conditions are combined by AND or OR according to the combiner field. If the combined conditions evaluate to true, then an incident is created. A policy can have from one to six conditions. If condition_time_series_query_language is present, it must be the only condition. If condition_monitoring_query_language is present, it must be the only condition.


@JvmName(name = "qsxavtwpxtrelxoo")
suspend fun conditions(vararg values: Output<ConditionArgs>)


@JvmName(name = "iopkohxhqeqqigdy")
suspend fun conditions(values: List<Output<ConditionArgs>>)
@JvmName(name = "vvdlwsovkhfrhcam")
suspend fun conditions(vararg values: ConditionArgs)

Parameters

values

A list of conditions for the policy. The conditions are combined by AND or OR according to the combiner field. If the combined conditions evaluate to true, then an incident is created. A policy can have from one to six conditions. If condition_time_series_query_language is present, it must be the only condition. If condition_monitoring_query_language is present, it must be the only condition.


@JvmName(name = "qhpkuegdwodedxmf")
suspend fun conditions(argument: List<suspend ConditionArgsBuilder.() -> Unit>)
@JvmName(name = "yrnpxmwngdpgngdg")
suspend fun conditions(vararg argument: suspend ConditionArgsBuilder.() -> Unit)
@JvmName(name = "rjyrwfririhmsvcm")
suspend fun conditions(argument: suspend ConditionArgsBuilder.() -> Unit)

Parameters

argument

A list of conditions for the policy. The conditions are combined by AND or OR according to the combiner field. If the combined conditions evaluate to true, then an incident is created. A policy can have from one to six conditions. If condition_time_series_query_language is present, it must be the only condition. If condition_monitoring_query_language is present, it must be the only condition.