Security Profile Behavior Criteria Args
data class SecurityProfileBehaviorCriteriaArgs(val comparisonOperator: Output<SecurityProfileBehaviorCriteriaComparisonOperator>? = null, val consecutiveDatapointsToAlarm: Output<Int>? = null, val consecutiveDatapointsToClear: Output<Int>? = null, val durationSeconds: Output<Int>? = null, val mlDetectionConfig: Output<SecurityProfileMachineLearningDetectionConfigArgs>? = null, val statisticalThreshold: Output<SecurityProfileStatisticalThresholdArgs>? = null, val value: Output<SecurityProfileMetricValueArgs>? = null) : ConvertibleToJava<SecurityProfileBehaviorCriteriaArgs>
The criteria by which the behavior is determined to be normal.
Constructors
Link copied to clipboard
fun SecurityProfileBehaviorCriteriaArgs(comparisonOperator: Output<SecurityProfileBehaviorCriteriaComparisonOperator>? = null, consecutiveDatapointsToAlarm: Output<Int>? = null, consecutiveDatapointsToClear: Output<Int>? = null, durationSeconds: Output<Int>? = null, mlDetectionConfig: Output<SecurityProfileMachineLearningDetectionConfigArgs>? = null, statisticalThreshold: Output<SecurityProfileStatisticalThresholdArgs>? = null, value: Output<SecurityProfileMetricValueArgs>? = null)