AllowlistCustomAlertRuleArgs

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
constructor(allowlistValues: Output<List<String>>, isEnabled: Output<Boolean>, ruleType: Output<String>)

Properties

Link copied to clipboard

The values to allow. 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 'AllowlistCustomAlertRule'.

Functions

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