AWS::SES::MailManagerRuleSet RuleVerdictExpression - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::SES::MailManagerRuleSet RuleVerdictExpression

A verdict expression is evaluated against verdicts of the email.

Syntax

To declare this entity in your Amazon 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