Web Acl Rule Statement Rate Based Statement Scope Down Statement Not Statement Statement Not Statement Statement Xss Match Statement Field To Match Cookies
data class WebAclRuleStatementRateBasedStatementScopeDownStatementNotStatementStatementNotStatementStatementXssMatchStatementFieldToMatchCookies(val matchPatterns: List<WebAclRuleStatementRateBasedStatementScopeDownStatementNotStatementStatementNotStatementStatementXssMatchStatementFieldToMatchCookiesMatchPattern>, val matchScope: String, val oversizeHandling: String)
Constructors
Link copied to clipboard
fun WebAclRuleStatementRateBasedStatementScopeDownStatementNotStatementStatementNotStatementStatementXssMatchStatementFieldToMatchCookies(matchPatterns: List<WebAclRuleStatementRateBasedStatementScopeDownStatementNotStatementStatementNotStatementStatementXssMatchStatementFieldToMatchCookiesMatchPattern>, matchScope: String, oversizeHandling: String)
Types
Properties
Link copied to clipboard
val matchPatterns: List<WebAclRuleStatementRateBasedStatementScopeDownStatementNotStatementStatementNotStatementStatementXssMatchStatementFieldToMatchCookiesMatchPattern>
The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either all
, included_cookies
or excluded_cookies
. More details: CookieMatchPattern
Link copied to clipboard
What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: CONTINUE
, MATCH
, NO_MATCH
.