AWS SDK Version 3 for .NET
API Reference

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" ] }

Inheritance Hierarchy

System.Object
  Amazon.WAFV2.Model.CookieMatchPattern

Namespace: Amazon.WAFV2.Model
Assembly: AWSSDK.WAFV2.dll
Version: 3.x.y.z

Syntax

C#
public class CookieMatchPattern

The CookieMatchPattern type exposes the following members

Constructors

NameDescription
Public Method CookieMatchPattern()

Properties

NameTypeDescription
Public Property All Amazon.WAFV2.Model.All

Gets and sets the property All.

Inspect all cookies.

Public Property 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.

Public Property 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.

Version Information

.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