Alert Policy Condition Condition Sql Row Count Test Args
data class AlertPolicyConditionConditionSqlRowCountTestArgs(val comparison: Output<String>, val threshold: Output<Int>) : ConvertibleToJava<AlertPolicyConditionConditionSqlRowCountTestArgs>
Properties
Link copied to clipboard
The comparison to apply between the time series (indicated by filter and aggregation) and the threshold (indicated by threshold_value). The comparison is applied on each time series, with the time series on the left-hand side and the threshold on the right-hand side. Only COMPARISON_LT and COMPARISON_GT are supported currently. Possible values are: COMPARISON_GT
, COMPARISON_GE
, COMPARISON_LT
, COMPARISON_LE
, COMPARISON_EQ
, COMPARISON_NE
.