Interface CfnRuleGroup.HeaderOrderProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRuleGroup.HeaderOrderProperty.Jsii$Proxy
- Enclosing class:
CfnRuleGroup
@Stability(Stable)
public static interface CfnRuleGroup.HeaderOrderProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.wafv2.*;
HeaderOrderProperty headerOrderProperty = HeaderOrderProperty.builder()
.oversizeHandling("oversizeHandling")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnRuleGroup.HeaderOrderPropertystatic final classAn implementation forCfnRuleGroup.HeaderOrderProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getOversizeHandling
Handling of requests containing oversize fields.- See Also:
-
builder
-