conditions

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


@JvmName(name = "dklesmvnmewijftd")
suspend fun conditions(value: Output<List<AuthomationRuleConditionArgs>>)
@JvmName(name = "vhyxeuevwbtbdagy")
suspend fun conditions(value: List<AuthomationRuleConditionArgs>?)

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 = "hjppqppddmdgevdj")
suspend fun conditions(values: List<Output<AuthomationRuleConditionArgs>>)
@JvmName(name = "jyrbmrxyrytqraav")
suspend fun conditions(vararg values: AuthomationRuleConditionArgs)

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 = "ranfsxiqepelujcb")
suspend fun conditions(argument: List<suspend AuthomationRuleConditionArgsBuilder.() -> Unit>)
@JvmName(name = "dkjblhkmldxxhqnm")
suspend fun conditions(vararg argument: suspend AuthomationRuleConditionArgsBuilder.() -> Unit)
@JvmName(name = "geyrfmgaebetqlrg")
suspend fun conditions(argument: suspend AuthomationRuleConditionArgsBuilder.() -> 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.