Interface CfnGatewayRoute.GatewayRouteVirtualServiceProperty

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

@Stability(Stable) public static interface CfnGatewayRoute.GatewayRouteVirtualServiceProperty extends software.amazon.jsii.JsiiSerializable
An object that represents the virtual service that traffic is routed to.

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.*;
 GatewayRouteVirtualServiceProperty gatewayRouteVirtualServiceProperty = GatewayRouteVirtualServiceProperty.builder()
         .virtualServiceName("virtualServiceName")
         .build();