ApplicationGatewayFirewallExclusionArgs

data class ApplicationGatewayFirewallExclusionArgs(val matchVariable: Output<String>, val selector: Output<String>, val selectorMatchOperator: Output<String>) : ConvertibleToJava<ApplicationGatewayFirewallExclusionArgs>

Allow to exclude some variable satisfy the condition for the WAF check.

Constructors

Link copied to clipboard
constructor(matchVariable: Output<String>, selector: Output<String>, selectorMatchOperator: Output<String>)

Properties

Link copied to clipboard
val matchVariable: Output<String>

The variable to be excluded.

Link copied to clipboard
val selector: Output<String>

When matchVariable is a collection, operator used to specify which elements in the collection this exclusion applies to.

Link copied to clipboard

When matchVariable is a collection, operate on the selector to specify which elements in the collection this exclusion applies to.

Functions

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