AlarmEscalationsWarnArgs

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

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

Warn level alarm comparison operator. Default value: >. Valid values: >, >=, <, <=, !=, ==, GreaterThanYesterday, LessThanYesterday, GreaterThanLastWeek, LessThanLastWeek, GreaterThanLastPeriod, LessThanLastPeriod. NOTE: From version 1.231.0, comparison_operator can be set to ==.

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

Warn 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

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

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

Warn level alarm retry times. Default value: 3.

Functions

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