Web Acl Rule Statement Rate Based Statement Scope Down Statement Size Constraint Statement Field To Match Json Body Args
data class WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyArgs(val invalidFallbackBehavior: Output<String>? = null, val matchPattern: Output<WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPatternArgs>, val matchScope: Output<String>, val oversizeHandling: Output<String>? = null) : ConvertibleToJava<WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyArgs>
Constructors
Link copied to clipboard
fun WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyArgs(invalidFallbackBehavior: Output<String>? = null, matchPattern: Output<WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPatternArgs>, matchScope: Output<String>, oversizeHandling: Output<String>? = null)
Functions
Properties
Link copied to clipboard
val matchPattern: Output<WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchJsonBodyMatchPatternArgs>
The patterns to look for in the JSON body. You must specify exactly one setting: either all
or included_paths
. See JsonMatchPattern for details.