MetricRuleTemplateAlertTemplateEscalationsInfoArgs

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>

Constructors

constructor(comparisonOperator: Output<String>? = null, statistics: Output<String>? = null, threshold: Output<String>? = null, times: Output<String>? = null)

Properties

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

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
val statistics: Output<String>? = null

The statistical aggregation method for warn-level alerts.

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

The threshold for warn-level alerts.

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

The consecutive number of times for which the metric value is measured before a warn-level alert is triggered.

Functions

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