rules

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


@JvmName(name = "guwymqvlobhhybtx")
suspend fun rules(values: List<Output<AutomationSourceRuleSetRuleArgs>>)
@JvmName(name = "bugcufvtkybgljpe")
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 = "qjfctsuqbbxlsjkw")
suspend fun rules(argument: List<suspend AutomationSourceRuleSetRuleArgsBuilder.() -> Unit>)
@JvmName(name = "nwkjkcofjjdieymo")
suspend fun rules(vararg argument: suspend AutomationSourceRuleSetRuleArgsBuilder.() -> Unit)
@JvmName(name = "oqkypkyetapsrjma")
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'.