Condition Failing Periods Args
data class ConditionFailingPeriodsArgs(val minFailingPeriodsToAlert: Output<Double>? = null, val numberOfEvaluationPeriods: Output<Double>? = null) : ConvertibleToJava<ConditionFailingPeriodsArgs>
The minimum number of violations required within the selected lookback time window required to raise an alert. Relevant only for rules of the kind LogAlert.
Constructors
Link copied to clipboard
fun ConditionFailingPeriodsArgs(minFailingPeriodsToAlert: Output<Double>? = null, numberOfEvaluationPeriods: Output<Double>? = null)