Interface CfnSecurityProfile.MachineLearningDetectionConfigProperty

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

@Stability(Stable) public static interface CfnSecurityProfile.MachineLearningDetectionConfigProperty extends software.amazon.jsii.JsiiSerializable
The MachineLearningDetectionConfig property type controls confidence of the machine learning model.

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.iot.*;
 MachineLearningDetectionConfigProperty machineLearningDetectionConfigProperty = MachineLearningDetectionConfigProperty.builder()
         .confidenceLevel("confidenceLevel")
         .build();
 

See Also: