Denylist Custom Alert Rule Args
data class DenylistCustomAlertRuleArgs(val denylistValues: Output<List<String>>, val isEnabled: Output<Boolean>, val ruleType: Output<String>) : ConvertibleToJava<DenylistCustomAlertRuleArgs>
A custom alert rule that checks if a value (depends on the custom alert type) is denied.