Threshold Custom Alert Rule Args
data class ThresholdCustomAlertRuleArgs(val isEnabled: Output<Boolean>, val maxThreshold: Output<Int>, val minThreshold: Output<Int>, val ruleType: Output<String>) : ConvertibleToJava<ThresholdCustomAlertRuleArgs>
A custom alert rule that checks if a value (depends on the custom alert type) is within the given range.