SecurityProfileBehaviorCriteria

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
constructor(comparisonOperator: SecurityProfileBehaviorCriteriaComparisonOperator? = null, consecutiveDatapointsToAlarm: Int? = null, consecutiveDatapointsToClear: Int? = null, durationSeconds: Int? = null, mlDetectionConfig: SecurityProfileMachineLearningDetectionConfig? = null, statisticalThreshold: SecurityProfileStatisticalThreshold? = null, value: SecurityProfileMetricValue? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The operator that relates the thing measured (metric) to the criteria (containing a value or statisticalThreshold).

Link copied to clipboard

If a device is in violation of the behavior for the specified number of consecutive datapoints, an alarm occurs. If not specified, the default is 1.

Link copied to clipboard

If an alarm has occurred and the offending device is no longer in violation of the behavior for the specified number of consecutive datapoints, the alarm is cleared. If not specified, the default is 1.

Link copied to clipboard
val durationSeconds: Int? = null

Use this to specify the time duration over which the behavior is evaluated.

Link copied to clipboard

The confidence level of the detection model.

Link copied to clipboard

A statistical ranking (percentile)that indicates a threshold value by which a behavior is determined to be in compliance or in violation of the behavior.

Link copied to clipboard

The value to be compared with the metric .