SecurityProfileMachineLearningDetectionConfigArgs

data class SecurityProfileMachineLearningDetectionConfigArgs(val confidenceLevel: Output<SecurityProfileMachineLearningDetectionConfigConfidenceLevel>? = null) : ConvertibleToJava<SecurityProfileMachineLearningDetectionConfigArgs>

The configuration of an ML Detect Security Profile.

Constructors

constructor(confidenceLevel: Output<SecurityProfileMachineLearningDetectionConfigConfidenceLevel>? = null)

Properties

Link copied to clipboard

The sensitivity of anomalous behavior evaluation. Can be Low, Medium, or High.

Functions

Link copied to clipboard
open override fun toJava(): SecurityProfileMachineLearningDetectionConfigArgs