ruleExecutionMode property
The execution mode of the rule in the dectector
FIRST_MATCHED
indicates that Amazon Fraud Detector evaluates
rules sequentially, first to last, stopping at the first matched rule.
Amazon Fraud dectector then provides the outcomes for that single rule.
ALL_MATCHED
indicates that Amazon Fraud Detector evaluates all
rules and returns the outcomes for all matched rules. You can define and
edit the rule mode at the detector version level, when it is in draft
status.
Implementation
final RuleExecutionMode? ruleExecutionMode;