AutomationRuleSetArgs

data class AutomationRuleSetArgs(val rules: Output<List<AutomationTriggeringRuleArgs>>? = null) : ConvertibleToJava<AutomationRuleSetArgs>

A rule set which evaluates all its rules upon an event interception. Only when all the included rules in the rule set will be evaluated as 'true', will the event trigger the defined actions.

Constructors

Link copied to clipboard
constructor(rules: Output<List<AutomationTriggeringRuleArgs>>? = null)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): AutomationRuleSetArgs