interface HeaderOrderProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.WAFv2.CfnRuleGroup.HeaderOrderProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awswafv2#CfnRuleGroup_HeaderOrderProperty |
Java | software.amazon.awscdk.services.wafv2.CfnRuleGroup.HeaderOrderProperty |
Python | aws_cdk.aws_wafv2.CfnRuleGroup.HeaderOrderProperty |
TypeScript | aws-cdk-lib » aws_wafv2 » 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.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_wafv2 as wafv2 } from 'aws-cdk-lib';
const headerOrderProperty: wafv2.CfnRuleGroup.HeaderOrderProperty = {
oversizeHandling: 'oversizeHandling',
};
Properties
| Name | Type | Description |
|---|---|---|
| oversize | string | Handling of requests containing oversize fields. |
oversizeHandling
Type:
string
Handling of requests containing oversize fields.

.NET
Go
Java
Python
TypeScript