Web Acl Rule Statement Managed Rule Group Statement Scope Down Statement And Statement Statement Or Statement Statement Regex Pattern Set Reference Statement Field To Match Json Body Args
data class WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatementStatementOrStatementStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyArgs(val invalidFallbackBehavior: Output<String>? = null, val matchPattern: Output<WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatementStatementOrStatementStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPatternArgs>, val matchScope: Output<String>, val oversizeHandling: Output<String>? = null) : ConvertibleToJava<WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatementStatementOrStatementStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyArgs>
Constructors
Link copied to clipboard
constructor(invalidFallbackBehavior: Output<String>? = null, matchPattern: Output<WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatementStatementOrStatementStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPatternArgs>, matchScope: Output<String>, oversizeHandling: Output<String>? = null)
Properties
Link copied to clipboard
What to do when JSON parsing fails. Defaults to evaluating up to the first parsing failure. Valid values are EVALUATE_AS_STRING
, MATCH
and NO_MATCH
.
Link copied to clipboard
val matchPattern: Output<WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatementStatementOrStatementStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPatternArgs>
The patterns to look for in the JSON body. You must specify exactly one setting: either all
or included_paths
. See JsonMatchPattern for details.
Link copied to clipboard
The parts of the JSON to match against using the match_pattern
. Valid values are ALL
, KEY
and VALUE
.
Link copied to clipboard
What to do if the body is larger than can be inspected. Valid values are CONTINUE
(default), MATCH
and NO_MATCH
.