interface OverallConfidenceThresholdProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SES.CfnConfigurationSetPropsMixin.OverallConfidenceThresholdProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsses#CfnConfigurationSetPropsMixin_OverallConfidenceThresholdProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.ses.CfnConfigurationSetPropsMixin.OverallConfidenceThresholdProperty |
Python | aws_cdk.cfn_property_mixins.aws_ses.CfnConfigurationSetPropsMixin.OverallConfidenceThresholdProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_ses » 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 { aws_ses as ses } from '@aws-cdk/cfn-property-mixins';
const overallConfidenceThresholdProperty: ses.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