Managed Rules Definition Args
data class ManagedRulesDefinitionArgs(val exceptions: Output<List<ExceptionEntryArgs>>? = null, 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(exceptions: Output<List<ExceptionEntryArgs>>? = null, exclusions: Output<List<OwaspCrsExclusionEntryArgs>>? = null, managedRuleSets: Output<List<ManagedRuleSetArgs>>)