Interface CfnConfigurationSet.OverallConfidenceThresholdProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnConfigurationSet.OverallConfidenceThresholdProperty.Jsii$Proxy
Enclosing class:
CfnConfigurationSet

@Stability(Stable) public static interface CfnConfigurationSet.OverallConfidenceThresholdProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.ses.*;
 OverallConfidenceThresholdProperty overallConfidenceThresholdProperty = OverallConfidenceThresholdProperty.builder()
         .confidenceVerdictThreshold("confidenceVerdictThreshold")
         .build();
 

See Also: