rules

@JvmName(name = "qpqgukqhntqynokc")
suspend fun rules(value: Output<List<AutomationSourceRuleSetRuleArgs>>)
@JvmName(name = "dysoopufwhyesdab")
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 = "bmurfdfydvcqqicy")
suspend fun rules(vararg values: Output<AutomationSourceRuleSetRuleArgs>)


@JvmName(name = "hgncktbihkafgvba")
suspend fun rules(values: List<Output<AutomationSourceRuleSetRuleArgs>>)
@JvmName(name = "ciubqkdnqrodndlx")
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 = "gqgottdgjghlbbgm")
suspend fun rules(argument: List<suspend AutomationSourceRuleSetRuleArgsBuilder.() -> Unit>)
@JvmName(name = "wxfkdyqywspcgtfx")
suspend fun rules(vararg argument: suspend AutomationSourceRuleSetRuleArgsBuilder.() -> Unit)
@JvmName(name = "frojpllwqrtjehxm")
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'.