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