GroupMetricRuleEscalationsInfoArgs

data class GroupMetricRuleEscalationsInfoArgs(val comparisonOperator: Output<String>? = null, val statistics: Output<String>? = null, val threshold: Output<String>? = null, val times: Output<Int>? = null) : ConvertibleToJava<GroupMetricRuleEscalationsInfoArgs>

Constructors

Link copied to clipboard
constructor(comparisonOperator: Output<String>? = null, statistics: Output<String>? = null, threshold: Output<String>? = null, times: Output<Int>? = null)

Properties

Link copied to clipboard
val comparisonOperator: Output<String>? = null

The comparison operator of the threshold for warn-level alerts.

Link copied to clipboard
val statistics: Output<String>? = null

The statistical aggregation method for warn-level alerts.

Link copied to clipboard
val threshold: Output<String>? = null

The threshold for warn-level alerts.

Link copied to clipboard
val times: Output<Int>? = null

The consecutive number of times for which the metric value is measured before a warn-level alert is triggered.

Functions

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