Scheduled Query Rules Alert V2Criteria Failing Periods Args
data class ScheduledQueryRulesAlertV2CriteriaFailingPeriodsArgs(val minimumFailingPeriodsToTriggerAlert: Output<Int>, val numberOfEvaluationPeriods: Output<Int>) : ConvertibleToJava<ScheduledQueryRulesAlertV2CriteriaFailingPeriodsArgs>
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.