aws-cdk-lib.aws_iot.CfnSecurityProfile.MachineLearningDetectionConfigProperty

interface MachineLearningDetectionConfigProperty

LanguageType name
.NETAmazon.CDK.AWS.IoT.CfnSecurityProfile.MachineLearningDetectionConfigProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiot#CfnSecurityProfile_MachineLearningDetectionConfigProperty
Javasoftware.amazon.awscdk.services.iot.CfnSecurityProfile.MachineLearningDetectionConfigProperty
Pythonaws_cdk.aws_iot.CfnSecurityProfile.MachineLearningDetectionConfigProperty
TypeScript aws-cdk-lib » aws_iot » CfnSecurityProfile » MachineLearningDetectionConfigProperty

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 { aws_iot as iot } from 'aws-cdk-lib';
const machineLearningDetectionConfigProperty: iot.CfnSecurityProfile.MachineLearningDetectionConfigProperty = {
  confidenceLevel: 'confidenceLevel',
};

Properties

NameTypeDescription
confidenceLevel?stringThe model confidence level.

confidenceLevel?

Type: string (optional)

The model confidence level.

There are three levels of confidence, "high" , "medium" , and "low" .

The higher the confidence level, the lower the sensitivity, and the lower the alarm frequency will be.