ScheduledQueryRulesAlertV2CriteriaFailingPeriodsArgs

data class ScheduledQueryRulesAlertV2CriteriaFailingPeriodsArgs(val minimumFailingPeriodsToTriggerAlert: Output<Int>, val numberOfEvaluationPeriods: Output<Int>) : ConvertibleToJava<ScheduledQueryRulesAlertV2CriteriaFailingPeriodsArgs>

Constructors

constructor(minimumFailingPeriodsToTriggerAlert: Output<Int>, numberOfEvaluationPeriods: Output<Int>)

Properties

Link copied to clipboard

Specifies the number of violations to trigger an alert. Should be smaller or equal to number_of_evaluation_periods. Possible value is integer between 1 and 6.

Link copied to clipboard

Specifies the number of aggregated look-back points. The look-back time window is calculated based on the aggregation granularity window_duration and the selected number of aggregated points. Possible value is integer between 1 and 6.

Functions

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