AlarmEscalationsInfoArgs

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

Constructors

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

Functions

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

Properties

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

Critical level alarm comparison operator. Valid values: "<=", "<", ">", ">=", "==", "!=". Default to "==".

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

Critical level alarm statistics method. It must be consistent with that defined for metrics. For more information, see How to use it.

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

Critical level alarm threshold value, which must be a numeric value currently.

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

Critical level alarm retry times. Default to 3.