Time Window Custom Alert Rule Args
data class TimeWindowCustomAlertRuleArgs(val isEnabled: Output<Boolean>, val maxThreshold: Output<Int>, val minThreshold: Output<Int>, val ruleType: Output<String>, val timeWindowSize: Output<String>) : ConvertibleToJava<TimeWindowCustomAlertRuleArgs>
A custom alert rule that checks if the number of activities (depends on the custom alert type) in a time window is within the given range.