ManagedRulesDefinitionArgs

data class ManagedRulesDefinitionArgs(val exclusions: Output<List<OwaspCrsExclusionEntryArgs>>? = null, val managedRuleSets: Output<List<ManagedRuleSetArgs>>) : ConvertibleToJava<ManagedRulesDefinitionArgs>

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

Constructors

Link copied to clipboard
constructor(exclusions: Output<List<OwaspCrsExclusionEntryArgs>>? = null, managedRuleSets: Output<List<ManagedRuleSetArgs>>)

Properties

Link copied to clipboard

The Exclusions that are applied on the policy.

Link copied to clipboard

The managed rule sets that are associated with the policy.

Functions

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