This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::SES::MailManagerTrafficPolicy IngressBooleanExpression
The structure for a boolean condition matching on the incoming mail.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Evaluate" :IngressBooleanToEvaluate, "Operator" :String}
YAML
Evaluate:IngressBooleanToEvaluateOperator: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_FALSEUpdate requires: No interruption