conditions

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


@JvmName(name = "xqnpmfktskpaemoo")
suspend fun conditions(value: Output<List<AuthomationRuleConditionArgs>>)
@JvmName(name = "hmykurlgceiyjfrn")
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 = "negiuudsjxrkfwtq")
suspend fun conditions(values: List<Output<AuthomationRuleConditionArgs>>)
@JvmName(name = "exwdxuyxpjwidegj")
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 = "qgutooqircxtuygq")
suspend fun conditions(argument: List<suspend AuthomationRuleConditionArgsBuilder.() -> Unit>)
@JvmName(name = "mhpgeqxsoiyaktku")
suspend fun conditions(vararg argument: suspend AuthomationRuleConditionArgsBuilder.() -> Unit)
@JvmName(name = "vwhvxflstlvkails")
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.