interface OverallConfidenceThresholdProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.SES.CfnConfigurationSet.OverallConfidenceThresholdProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsses#CfnConfigurationSet_OverallConfidenceThresholdProperty |
Java | software.amazon.awscdk.services.ses.CfnConfigurationSet.OverallConfidenceThresholdProperty |
Python | aws_cdk.aws_ses.CfnConfigurationSet.OverallConfidenceThresholdProperty |
TypeScript | aws-cdk-lib » aws_ses » CfnConfigurationSet » OverallConfidenceThresholdProperty |
The overall confidence threshold settings.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ses as ses } from 'aws-cdk-lib';
const overallConfidenceThresholdProperty: ses.CfnConfigurationSet.OverallConfidenceThresholdProperty = {
confidenceVerdictThreshold: 'confidenceVerdictThreshold',
};
Properties
| Name | Type | Description |
|---|---|---|
| confidence | string | The confidence verdict threshold level. |
confidenceVerdictThreshold
Type:
string
The confidence verdict threshold level.

.NET
Go
Java
Python
TypeScript