WebApplicationFirewallScrubbingRulesResponse

data class WebApplicationFirewallScrubbingRulesResponse(val matchVariable: String, val selector: String? = null, val selectorMatchOperator: String, val state: String? = null)

Allow certain variables to be scrubbed on WAF logs

Constructors

constructor(matchVariable: String, selector: String? = null, selectorMatchOperator: String, state: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The variable to be scrubbed from the logs.

Link copied to clipboard
val selector: String? = null

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

Link copied to clipboard

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

Link copied to clipboard
val state: String? = null

Defines the state of log scrubbing rule. Default value is Enabled.