DenylistCustomAlertRuleArgs

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.

Constructors

Link copied to clipboard
constructor(denylistValues: Output<List<String>>, isEnabled: Output<Boolean>, ruleType: Output<String>)

Properties

Link copied to clipboard
val denylistValues: Output<List<String>>

The values to deny. The format of the values depends on the rule type.

Link copied to clipboard
val isEnabled: Output<Boolean>

Status of the custom alert.

Link copied to clipboard
val ruleType: Output<String>

The type of the custom alert rule. Expected value is 'DenylistCustomAlertRule'.

Functions

Link copied to clipboard
open override fun toJava(): DenylistCustomAlertRuleArgs