DynamicThresholdFailingPeriodsArgs

data class DynamicThresholdFailingPeriodsArgs(val minFailingPeriodsToAlert: Output<Double>, val numberOfEvaluationPeriods: Output<Double>) : ConvertibleToJava<DynamicThresholdFailingPeriodsArgs>

The minimum number of violations required within the selected lookback time window required to raise an alert.

Constructors

Link copied to clipboard
constructor(minFailingPeriodsToAlert: Output<Double>, numberOfEvaluationPeriods: Output<Double>)

Properties

Link copied to clipboard

The number of violations to trigger an alert. Should be smaller or equal to numberOfEvaluationPeriods.

Link copied to clipboard

The number of aggregated lookback points. The lookback time window is calculated based on the aggregation granularity (windowSize) and the selected number of aggregated points.

Functions

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