Interface CfnRule.HeaderMatchTypeProperty

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

@Stability(Stable) public static interface CfnRule.HeaderMatchTypeProperty extends software.amazon.jsii.JsiiSerializable
Describes a header match type.

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.vpclattice.*;
 HeaderMatchTypeProperty headerMatchTypeProperty = HeaderMatchTypeProperty.builder()
         .contains("contains")
         .exact("exact")
         .prefix("prefix")
         .build();
 

See Also: