DetectionConditionsCommonPatch interface

Represents patch type for 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?: Partial<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?: Partial<HardThresholdConditionUnion>

Property Value

smartDetectionCondition

Specifies the condition for Smart Detection

smartDetectionCondition?: Partial<SmartDetectionCondition>

Property Value