rules

@JvmName(name = "vrhpsirytmbvcrdu")
suspend fun rules(value: Output<List<AutomationSourceRuleSetRuleArgs>>)
@JvmName(name = "qojxjdgkrmcsjeho")
suspend fun rules(value: List<AutomationSourceRuleSetRuleArgs>)

Parameters

value

One or more rule blocks as defined below.

NOTE: This automation will trigger when all of the rules in this rule_set are evaluated as 'true'. This is equivalent to a logical 'AND'.


@JvmName(name = "alaqskwlxxilclyk")
suspend fun rules(vararg values: Output<AutomationSourceRuleSetRuleArgs>)


@JvmName(name = "cfqlagdvslcahual")
suspend fun rules(values: List<Output<AutomationSourceRuleSetRuleArgs>>)
@JvmName(name = "kvxndnhqvusfiihh")
suspend fun rules(vararg values: AutomationSourceRuleSetRuleArgs)

Parameters

values

One or more rule blocks as defined below.

NOTE: This automation will trigger when all of the rules in this rule_set are evaluated as 'true'. This is equivalent to a logical 'AND'.


@JvmName(name = "mnwkpibetdajqhvw")
suspend fun rules(argument: List<suspend AutomationSourceRuleSetRuleArgsBuilder.() -> Unit>)
@JvmName(name = "uhbinmfoslqvkuok")
suspend fun rules(vararg argument: suspend AutomationSourceRuleSetRuleArgsBuilder.() -> Unit)
@JvmName(name = "jpbbuepurlohnsfn")
suspend fun rules(argument: suspend AutomationSourceRuleSetRuleArgsBuilder.() -> Unit)

Parameters

argument

One or more rule blocks as defined below.

NOTE: This automation will trigger when all of the rules in this rule_set are evaluated as 'true'. This is equivalent to a logical 'AND'.