This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::SES::ConfigurationSet ConditionThreshold
Specifies the threshold conditions for the automatic validation settings.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "ConditionThresholdEnabled" :String, "OverallConfidenceThreshold" :OverallConfidenceThreshold}
Properties
ConditionThresholdEnabled-
Enables or disables the automatic validation feature. When enabled, SES validates recipients to calculate a confidence score regarding their validity.
Required: Yes
Type: String
Pattern:
ENABLED|DISABLEDUpdate requires: No interruption
OverallConfidenceThreshold-
The validation settings that define the minimum score required for SES to allow an email to be sent.
Required: No
Type: OverallConfidenceThreshold
Update requires: No interruption