interface OverallConfidenceThresholdProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.SES.Mixins.CfnConfigurationSetPropsMixin.OverallConfidenceThresholdProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsses/mixins#CfnConfigurationSetPropsMixin_OverallConfidenceThresholdProperty |
Java | software.amazon.awscdk.mixins.preview.services.ses.mixins.CfnConfigurationSetPropsMixin.OverallConfidenceThresholdProperty |
Python | aws_cdk.mixins_preview.aws_ses.mixins.CfnConfigurationSetPropsMixin.OverallConfidenceThresholdProperty |
TypeScript | @aws-cdk/mixins-preview » aws_ses » mixins » CfnConfigurationSetPropsMixin » 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 { mixins as ses_mixins } from '@aws-cdk/mixins-preview/aws-ses';
const overallConfidenceThresholdProperty: ses_mixins.CfnConfigurationSetPropsMixin.OverallConfidenceThresholdProperty = {
confidenceVerdictThreshold: 'confidenceVerdictThreshold',
};
Properties
| Name | Type | Description |
|---|---|---|
| confidence | string | The confidence verdict threshold level. |
confidenceVerdictThreshold?
Type:
string
(optional)
The confidence verdict threshold level.

.NET
Go
Java
Python
TypeScript