AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
The filter to use to identify the subset of cookies to inspect in a web request.
You must specify exactly one setting: either All
, IncludedCookies
, or
ExcludedCookies
.
Example JSON: "MatchPattern": { "IncludedCookies": [ "session-id-time", "session-id"
] }
Namespace: Amazon.WAFV2.Model
Assembly: AWSSDK.WAFV2.dll
Version: 3.x.y.z
public class CookieMatchPattern
The CookieMatchPattern type exposes the following members
Name | Description | |
---|---|---|
CookieMatchPattern() |
Name | Type | Description | |
---|---|---|---|
All | Amazon.WAFV2.Model.All |
Gets and sets the property All. Inspect all cookies. |
|
ExcludedCookies | System.Collections.Generic.List<System.String> |
Gets and sets the property ExcludedCookies. Inspect only the cookies whose keys don't match any of the strings specified here. |
|
IncludedCookies | System.Collections.Generic.List<System.String> |
Gets and sets the property IncludedCookies. Inspect only the cookies that have a key that matches one of the strings specified here. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5