conditions

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


@JvmName(name = "qdbdhnlptphgalol")
suspend fun conditions(value: Output<List<AutomationRuleConditionArgs>>)
@JvmName(name = "heiqjxymxihelopr")
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 = "sbbprrwdwhpjkeoa")
suspend fun conditions(values: List<Output<AutomationRuleConditionArgs>>)
@JvmName(name = "npjxqonjyjkkmfox")
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 = "wfpxfrdtwjvctxeo")
suspend fun conditions(argument: List<suspend AutomationRuleConditionArgsBuilder.() -> Unit>)
@JvmName(name = "owaecmmhkmdjmvax")
suspend fun conditions(vararg argument: suspend AutomationRuleConditionArgsBuilder.() -> Unit)
@JvmName(name = "qxstcbuhukpdnglw")
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.