comparison

@JvmName(name = "ebpoqgbrmjhpjtvw")
suspend fun comparison(value: Output<MetricThresholdComparison>)
@JvmName(name = "jutshatlwbkiltbw")
suspend fun comparison(value: MetricThresholdComparison?)

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.