RuleVerdictExpression
A verdict expression is evaluated against verdicts of the email.
Contents
- Evaluate
-
The verdict to evaluate in a verdict condition expression.
Type: RuleVerdictToEvaluate object
Note: This object is a Union. Only one member of this object can be specified or returned.
Required: Yes
- Operator
-
The matching operator for a verdict condition expression.
Type: String
Valid Values:
EQUALS | NOT_EQUALS
Required: Yes
- Values
-
The values to match with the email's verdict using the given operator. For the EQUALS operator, if multiple values are given, the condition is deemed to match if any of the given verdicts match that of the email. For the NOT_EQUALS operator, if multiple values are given, the condition is deemed to match of none of the given verdicts match the verdict of the email.
Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 10 items.
Valid Values:
PASS | FAIL | GRAY | PROCESSING_FAILED
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: