Module: AWSCDK::SES::AutoValidationThreshold
- Defined in:
- ses/auto_validation_threshold.rb
Overview
Confidence threshold used by SES Auto Validation to decide whether an outbound recipient address should be delivered to.
Constant Summary collapse
- MEDIUM =
Deprecated.Note:
Default:
Medium confidence threshold.
Allow addresses with medium or higher delivery likelihood.
Jsii::Enum.new("aws-cdk-lib.aws_ses.AutoValidationThreshold", "MEDIUM")
- HIGH =
Deprecated.Note:
Default:
High confidence threshold.
Only allow addresses with high delivery likelihood.
Jsii::Enum.new("aws-cdk-lib.aws_ses.AutoValidationThreshold", "HIGH")
- MANAGED =
Deprecated.Note:
Default:
Amazon SES manages the threshold automatically based on sending patterns and reputation.
Jsii::Enum.new("aws-cdk-lib.aws_ses.AutoValidationThreshold", "MANAGED")