DetectionConditionsCommon interface

Represents properties common to anomaly detection conditions.

Properties

changeThresholdCondition

Specifies the condition for Change Threshold

conditionOperator

Condition operator

hardThresholdCondition

Specifies a hard threshold range used to detect anomalies when metric values fall outside of the range.

smartDetectionCondition

Specifies the condition for Smart Detection

Property Details

changeThresholdCondition

Specifies the condition for Change Threshold

changeThresholdCondition?: ChangeThresholdConditionUnion

Property Value

conditionOperator

Condition operator

conditionOperator?: DetectionConditionOperator

Property Value

hardThresholdCondition

Specifies a hard threshold range used to detect anomalies when metric values fall outside of the range.

hardThresholdCondition?: HardThresholdConditionUnion

Property Value

smartDetectionCondition

Specifies the condition for Smart Detection

smartDetectionCondition?: SmartDetectionCondition

Property Value