AWS::SES::ConfigurationSet OverallConfidenceThreshold - AWS CloudFormation

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 OverallConfidenceThreshold

Defines the validation threshold settings. This object determines the minimum score required for SES to allow an email to be sent.

Syntax

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

JSON

{ "ConfidenceVerdictThreshold" : String }

Properties

ConfidenceVerdictThreshold

The validation threshold that determines the minimum score required for SES to allow an email to be sent.

Valid Values:

  • HIGH – Allows emails to be sent only to addresses with high delivery likelihood. This provides maximum protection for your sender reputation but may suppress some legitimate addresses with medium delivery confidence.

  • MEDIUM – Allows emails to be sent to addresses with medium or high delivery likelihood. This balances reputation protection with delivery reach by allowing addresses with medium and high delivery confidence. This suppresses delivery to email addresses with low delivery confidence.

  • MANAGED – Amazon SES automatically manages the threshold to suppress invalid addresses. This option allows Amazon SES to optimize the validation threshold based on your sending patterns and reputation.

Required: Yes

Type: String

Pattern: MEDIUM|HIGH|MANAGED

Update requires: No interruption