This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::SES::MailManagerRuleSet RuleBooleanExpression
A boolean expression to be used in a rule condition.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Evaluate" :RuleBooleanToEvaluate, "Operator" :String}
YAML
Evaluate:RuleBooleanToEvaluateOperator:String
Properties
- Evaluate
- 
                    The operand on which to perform a boolean condition operation. Required: Yes Type: RuleBooleanToEvaluate 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