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