Alert Rule Properties Args
constructor(actionGroups: Output<List<String>>? = null, alertQueryParameters: Output<List<AlertQueryParameterArgs>>? = null, autoMitigate: Output<Either<String, AlertAutoMitigate>>? = null, dimension: Output<String>? = null, evaluationFrequency: Output<Int>? = null, failingPeriodsOperator: Output<Either<String, ConditionalOperator>>? = null, failingPeriodsToAlert: Output<Int>? = null, muteActionsDuration: Output<Int>? = null, severity: Output<Int>? = null, status: Output<Either<String, AlertRuleStatus>>? = null, threshold: Output<Int>? = null, thresholdOperator: Output<Either<String, ConditionalOperator>>? = null, windowSize: Output<Int>? = null)