Owasp Crs Exclusion Entry Args
data class OwaspCrsExclusionEntryArgs(val exclusionManagedRuleSets: Output<List<ExclusionManagedRuleSetArgs>>? = null, val matchVariable: Output<Either<String, OwaspCrsExclusionEntryMatchVariable>>, val selector: Output<String>, val selectorMatchOperator: Output<Either<String, OwaspCrsExclusionEntrySelectorMatchOperator>>) : ConvertibleToJava<OwaspCrsExclusionEntryArgs>
Allow to exclude some variable satisfy the condition for the WAF check.
Constructors
Link copied to clipboard
constructor(exclusionManagedRuleSets: Output<List<ExclusionManagedRuleSetArgs>>? = null, matchVariable: Output<Either<String, OwaspCrsExclusionEntryMatchVariable>>, selector: Output<String>, selectorMatchOperator: Output<Either<String, OwaspCrsExclusionEntrySelectorMatchOperator>>)