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::MailManagerTrafficPolicy IngressTlsProtocolExpression
The structure for a TLS related condition matching on the incoming mail.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Evaluate" :IngressTlsProtocolToEvaluate, "Operator" :String, "Value" :String}
YAML
Evaluate:IngressTlsProtocolToEvaluateOperator:StringValue:String
Properties
Evaluate- 
                    
The left hand side argument of a TLS condition expression.
Required: Yes
Type: IngressTlsProtocolToEvaluate
Update requires: No interruption
 Operator- 
                    
The matching operator for a TLS condition expression.
Required: Yes
Type: String
Allowed values:
MINIMUM_TLS_VERSION | ISUpdate requires: No interruption
 Value- 
                    
The right hand side argument of a TLS condition expression.
Required: Yes
Type: String
Allowed values:
TLS1_2 | TLS1_3Update requires: No interruption