comparison

@JvmName(name = "hcuahcbqhghrfbpf")
suspend fun comparison(value: Output<String>)
@JvmName(name = "oibaykoaylybbydq")
suspend fun comparison(value: String)

Parameters

value

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.