Interface CfnWebACLPropsMixin.HeaderOrderProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnWebACLPropsMixin.HeaderOrderProperty.Jsii$Proxy
Enclosing class:
CfnWebACLPropsMixin

@Stability(Stable) public static interface CfnWebACLPropsMixin.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.cfnpropertymixins.services.wafv2.*;
 HeaderOrderProperty headerOrderProperty = HeaderOrderProperty.builder()
         .oversizeHandling("oversizeHandling")
         .build();
 

See Also: