MetricRuleTemplateAlertTemplateEscalationsArgs

data class MetricRuleTemplateAlertTemplateEscalationsArgs(val critical: Output<MetricRuleTemplateAlertTemplateEscalationsCriticalArgs>? = null, val info: Output<MetricRuleTemplateAlertTemplateEscalationsInfoArgs>? = null, val warn: Output<MetricRuleTemplateAlertTemplateEscalationsWarnArgs>? = null) : ConvertibleToJava<MetricRuleTemplateAlertTemplateEscalationsArgs>

Properties

Link copied to clipboard

The condition for triggering critical-level alerts. See critical below.

Link copied to clipboard

The condition for triggering info-level alerts. See info below.

Link copied to clipboard

The condition for triggering warn-level alerts. See warn below.

Functions

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