Interface CfnGatewayRoute.HttpGatewayRoutePathRewriteProperty

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

@Stability(Stable) public static interface CfnGatewayRoute.HttpGatewayRoutePathRewriteProperty extends software.amazon.jsii.JsiiSerializable
An object that represents the path to rewrite.

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.appmesh.*;
 HttpGatewayRoutePathRewriteProperty httpGatewayRoutePathRewriteProperty = HttpGatewayRoutePathRewriteProperty.builder()
         .exact("exact")
         .build();