Web Application Firewall Scrubbing Rules Args
data class WebApplicationFirewallScrubbingRulesArgs(val matchVariable: Output<Either<String, ScrubbingRuleEntryMatchVariable>>, val selector: Output<String>? = null, val selectorMatchOperator: Output<Either<String, ScrubbingRuleEntryMatchOperator>>, val state: Output<Either<String, ScrubbingRuleEntryState>>? = null) : ConvertibleToJava<WebApplicationFirewallScrubbingRulesArgs>
Allow certain variables to be scrubbed on WAF logs
Constructors
Link copied to clipboard
constructor(matchVariable: Output<Either<String, ScrubbingRuleEntryMatchVariable>>, selector: Output<String>? = null, selectorMatchOperator: Output<Either<String, ScrubbingRuleEntryMatchOperator>>, state: Output<Either<String, ScrubbingRuleEntryState>>? = null)
Properties
Link copied to clipboard
The variable to be scrubbed from the logs.
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
Defines the state of log scrubbing rule. Default value is Enabled.