Automation Triggering Rule Args
data class AutomationTriggeringRuleArgs(val expectedValue: Output<String>? = null, val operator: Output<Either<String, Operator>>? = null, val propertyJPath: Output<String>? = null, val propertyType: Output<Either<String, PropertyType>>? = null) : ConvertibleToJava<AutomationTriggeringRuleArgs>
A rule which is evaluated upon event interception. The rule is configured by comparing a specific value from the event model to an expected value. This comparison is done by using one of the supported operators set.