Metric Rule Template Alert Template Escalations Info Args
data class MetricRuleTemplateAlertTemplateEscalationsInfoArgs(val comparisonOperator: Output<String>? = null, val statistics: Output<String>? = null, val threshold: Output<String>? = null, val times: Output<String>? = null) : ConvertibleToJava<MetricRuleTemplateAlertTemplateEscalationsInfoArgs>
Properties
Link copied to clipboard
The comparison operator of the threshold for warn-level alerts. Valid values: GreaterThanOrEqualToThreshold
, GreaterThanThreshold
, LessThanOrEqualToThreshold
, LessThanThreshold
, NotEqualToThreshold
, GreaterThanYesterday
, LessThanYesterday
, GreaterThanLastWeek
, LessThanLastWeek
, GreaterThanLastPeriod
, LessThanLastPeriod
.
Link copied to clipboard
The statistical aggregation method for warn-level alerts.