Interface CfnGatewayRoute.GatewayRouteHostnameRewriteProperty

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

@Stability(Stable) public static interface CfnGatewayRoute.GatewayRouteHostnameRewriteProperty extends software.amazon.jsii.JsiiSerializable
An object representing the gateway route host name 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.*;
 GatewayRouteHostnameRewriteProperty gatewayRouteHostnameRewriteProperty = GatewayRouteHostnameRewriteProperty.builder()
         .defaultTargetHostname("defaultTargetHostname")
         .build();