conditions

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


@JvmName(name = "dxtsrcjuhiabqfaj")
suspend fun conditions(value: Output<List<AutomationRuleConditionArgs>>)
@JvmName(name = "bbmqmdwdbswoccgj")
suspend fun conditions(value: List<AutomationRuleConditionArgs>?)

Deprecated

This is deprecated in favor of `condition_json`

Parameters

value

One or more condition blocks as defined below.

Note: condition only supports the Property condition type. Please use condition_json if you want other condition types.


@JvmName(name = "mnhvgcwfukfictsw")
suspend fun conditions(values: List<Output<AutomationRuleConditionArgs>>)
@JvmName(name = "nhuxwrfybkimfous")
suspend fun conditions(vararg values: AutomationRuleConditionArgs)

Deprecated

This is deprecated in favor of `condition_json`

Parameters

values

One or more condition blocks as defined below.

Note: condition only supports the Property condition type. Please use condition_json if you want other condition types.


@JvmName(name = "hqhymdnblxhsbvyg")
suspend fun conditions(argument: List<suspend AutomationRuleConditionArgsBuilder.() -> Unit>)
@JvmName(name = "pgwcadixmqlygjyi")
suspend fun conditions(vararg argument: suspend AutomationRuleConditionArgsBuilder.() -> Unit)
@JvmName(name = "cpwgbiwvinchiwnr")
suspend fun conditions(argument: suspend AutomationRuleConditionArgsBuilder.() -> Unit)

Deprecated

This is deprecated in favor of `condition_json`

Parameters

argument

One or more condition blocks as defined below.

Note: condition only supports the Property condition type. Please use condition_json if you want other condition types.