Class CfnRuleGroup.HeaderOrderProperty
The string containing the list of a web request's header names, ordered as they appear in the web request, separated by colons.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.WAFv2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnRuleGroup.HeaderOrderProperty : CfnRuleGroup.IHeaderOrderProperty
Syntax (vb)
Public Class CfnRuleGroup.HeaderOrderProperty Implements CfnRuleGroup.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
Constructors
| HeaderOrderProperty() | The string containing the list of a web request's header names, ordered as they appear in the web request, separated by colons. |
Properties
| OversizeHandling | Handling of requests containing oversize fields. |
Constructors
HeaderOrderProperty()
The string containing the list of a web request's header names, ordered as they appear in the web request, separated by colons.
public HeaderOrderProperty()
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"
};
Properties
OversizeHandling
Handling of requests containing oversize fields.
public string OversizeHandling { get; set; }