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.
Constructors
Link copied to clipboard
fun ThresholdCustomAlertRuleArgs(isEnabled: Output<Boolean>, maxThreshold: Output<Int>, minThreshold: Output<Int>, ruleType: Output<String>)