Interface CfnWebACL.IHeaderOrderProperty
The string containing the list of a web request's header names, ordered as they appear in the web request, separated by colons.
Namespace: Amazon.CDK.AWS.WAFv2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnWebACL.IHeaderOrderProperty
Syntax (vb)
Public Interface CfnWebACL.IHeaderOrderProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.WAFv2;
var headerOrderProperty = new HeaderOrderProperty {
OversizeHandling = "oversizeHandling"
};
Synopsis
Properties
| OversizeHandling | Handling of requests containing oversize fields. |
Properties
OversizeHandling
Handling of requests containing oversize fields.
string OversizeHandling { get; }