AlertPolicyConditionConditionMonitoringQueryLanguageTriggerArgs

data class AlertPolicyConditionConditionMonitoringQueryLanguageTriggerArgs(val count: Output<Int>? = null, val percent: Output<Double>? = null) : ConvertibleToJava<AlertPolicyConditionConditionMonitoringQueryLanguageTriggerArgs>

Constructors

constructor(count: Output<Int>? = null, percent: Output<Double>? = null)

Properties

Link copied to clipboard
val count: Output<Int>? = null

The absolute number of time series that must fail the predicate for the condition to be triggered.

Link copied to clipboard
val percent: Output<Double>? = null

The percentage of time series that must fail the predicate for the condition to be triggered.

Functions

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