interface HeaderOrderProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.WAFv2.CfnWebACL.HeaderOrderProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awswafv2#CfnWebACL_HeaderOrderProperty |
Java | software.amazon.awscdk.services.wafv2.CfnWebACL.HeaderOrderProperty |
Python | aws_cdk.aws_wafv2.CfnWebACL.HeaderOrderProperty |
TypeScript | aws-cdk-lib » aws_wafv2 » CfnWebACL » 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.CfnWebACL.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