Alarm Escalations Warn Args
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>
Properties
Link copied to clipboard
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
Warn level alarm statistics method. It must be consistent with that defined for metrics. For more information, see How to use it.