AWS::SES::MailManagerTrafficPolicy IngressBooleanExpression - 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::MailManagerTrafficPolicy IngressBooleanExpression

The structure for a boolean condition matching on the incoming mail.

Syntax

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

JSON

{ "Evaluate" : IngressBooleanToEvaluate, "Operator" : String }

Properties

Evaluate

The operand on which to perform a boolean condition operation.

Required: Yes

Type: IngressBooleanToEvaluate

Update requires: No interruption

Operator

The matching operator for a boolean condition expression.

Required: Yes

Type: String

Allowed values: IS_TRUE | IS_FALSE

Update requires: No interruption