ApplicationGatewayFirewallDisabledRuleGroupArgs

data class ApplicationGatewayFirewallDisabledRuleGroupArgs(val ruleGroupName: Output<String>, val rules: Output<List<Int>>? = null) : ConvertibleToJava<ApplicationGatewayFirewallDisabledRuleGroupArgs>

Allows to disable rules within a rule group or an entire rule group.

Constructors

constructor(ruleGroupName: Output<String>, rules: Output<List<Int>>? = null)

Properties

Link copied to clipboard
val ruleGroupName: Output<String>

The name of the rule group that will be disabled.

Link copied to clipboard
val rules: Output<List<Int>>? = null

The list of rules that will be disabled. If null, all rules of the rule group will be disabled.

Functions

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