AWS::SES::MailManagerRuleSet RuleVerdictExpression - AWS CloudFormation

AWS::SES::MailManagerRuleSet RuleVerdictExpression

A verdict expression is evaluated against verdicts of the email.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "Evaluate" : RuleVerdictToEvaluate, "Operator" : String, "Values" : [ String, ... ] }

Properties

Evaluate

The verdict to evaluate in a verdict condition expression.

Required: Yes

Type: RuleVerdictToEvaluate

Update requires: No interruption

Operator

The matching operator for a verdict condition expression.

Required: Yes

Type: String

Allowed values: EQUALS | NOT_EQUALS

Update requires: No interruption

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.

Required: Yes

Type: Array of String

Minimum: 1

Maximum: 10

Update requires: No interruption