@Stability(value=Stable)
public static interface CfnSecurityProfile.MachineLearningDetectionConfigProperty
extends software.amazon.jsii.JsiiSerializable
// 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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSecurityProfile.MachineLearningDetectionConfigProperty.Builder
|
static class |
CfnSecurityProfile.MachineLearningDetectionConfigProperty.Jsii$Proxy
An implementation for
CfnSecurityProfile.MachineLearningDetectionConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnSecurityProfile.MachineLearningDetectionConfigProperty.Builder |
builder() |
default String |
getConfidenceLevel()
`CfnSecurityProfile.MachineLearningDetectionConfigProperty.ConfidenceLevel`.
|
@Stability(value=Stable) @Nullable default String getConfidenceLevel()
@Stability(value=Stable) static CfnSecurityProfile.MachineLearningDetectionConfigProperty.Builder builder()
Copyright © 2021. All rights reserved.