Security Profile Behavior Criteria
data class SecurityProfileBehaviorCriteria(val comparisonOperator: SecurityProfileBehaviorCriteriaComparisonOperator? = null, val consecutiveDatapointsToAlarm: Int? = null, val consecutiveDatapointsToClear: Int? = null, val durationSeconds: Int? = null, val mlDetectionConfig: SecurityProfileMachineLearningDetectionConfig? = null, val statisticalThreshold: SecurityProfileStatisticalThreshold? = null, val value: SecurityProfileMetricValue? = null)
The criteria by which the behavior is determined to be normal.
Constructors
Link copied to clipboard
fun SecurityProfileBehaviorCriteria(comparisonOperator: SecurityProfileBehaviorCriteriaComparisonOperator? = null, consecutiveDatapointsToAlarm: Int? = null, consecutiveDatapointsToClear: Int? = null, durationSeconds: Int? = null, mlDetectionConfig: SecurityProfileMachineLearningDetectionConfig? = null, statisticalThreshold: SecurityProfileStatisticalThreshold? = null, value: SecurityProfileMetricValue? = null)