conditions

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


@JvmName(name = "awyfjpadixnhfodc")
suspend fun conditions(value: Output<List<AutomationRuleConditionArgs>>)
@JvmName(name = "mkrctgacgwrwkjuf")
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 = "ogamvxsecqpqyhof")
suspend fun conditions(values: List<Output<AutomationRuleConditionArgs>>)
@JvmName(name = "xxjmhsrwgnsyprlu")
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 = "vclrifloimjxkuje")
suspend fun conditions(argument: List<suspend AutomationRuleConditionArgsBuilder.() -> Unit>)
@JvmName(name = "cnbwrweawxxxcpdd")
suspend fun conditions(vararg argument: suspend AutomationRuleConditionArgsBuilder.() -> Unit)
@JvmName(name = "nyoqjhtipnhpipda")
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.