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: