rules

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


@JvmName(name = "rqdblulydbaapmjt")
suspend fun rules(values: List<Output<AutomationSourceRuleSetRuleArgs>>)
@JvmName(name = "ooqevnfrypvkoxrx")
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 = "rolfdtekybhnjrqy")
suspend fun rules(argument: List<suspend AutomationSourceRuleSetRuleArgsBuilder.() -> Unit>)
@JvmName(name = "tbkcnjbytkrbigll")
suspend fun rules(vararg argument: suspend AutomationSourceRuleSetRuleArgsBuilder.() -> Unit)
@JvmName(name = "hhiieyawhmpefwsd")
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'.