FrontdoorFirewallPolicyLogScrubbingArgs

data class FrontdoorFirewallPolicyLogScrubbingArgs(val enabled: Output<Boolean>? = null, val scrubbingRules: Output<List<FrontdoorFirewallPolicyLogScrubbingScrubbingRuleArgs>>) : ConvertibleToJava<FrontdoorFirewallPolicyLogScrubbingArgs>

Constructors

Link copied to clipboard
constructor(enabled: Output<Boolean>? = null, scrubbingRules: Output<List<FrontdoorFirewallPolicyLogScrubbingScrubbingRuleArgs>>)

Properties

Link copied to clipboard
val enabled: Output<Boolean>? = null

Is log scrubbing enabled? Possible values are true or false. Defaults to true.

Link copied to clipboard

One or more scrubbing_rule blocks as defined below.

Functions

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