AlertPolicyConditionConditionSqlRowCountTestArgs

data class AlertPolicyConditionConditionSqlRowCountTestArgs(val comparison: Output<String>, val threshold: Output<Int>) : ConvertibleToJava<AlertPolicyConditionConditionSqlRowCountTestArgs>

Constructors

constructor(comparison: Output<String>, threshold: Output<Int>)

Properties

Link copied to clipboard
val comparison: Output<String>

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.

Link copied to clipboard
val threshold: Output<Int>

The value against which to compare the row count.

Functions

Link copied to clipboard
open override fun toJava(): AlertPolicyConditionConditionSqlRowCountTestArgs