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
fun ManagedRulesDefinitionArgs(exclusions: Output<List<OwaspCrsExclusionEntryArgs>>? = null, managedRuleSets: Output<List<ManagedRuleSetArgs>>)

Functions

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

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.