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.
Constructors
Link copied to clipboard
fun AllowlistCustomAlertRuleArgs(allowlistValues: Output<List<String>>, isEnabled: Output<Boolean>, ruleType: Output<String>)