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();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnGatewayRoute.GatewayRouteVirtualServiceProperty
static final class
An implementation forCfnGatewayRoute.GatewayRouteVirtualServiceProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The name of the virtual service that traffic is routed to.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getVirtualServiceName
The name of the virtual service that traffic is routed to.- See Also:
-
builder
-