@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-22T19:35:48.643Z") public interface RouteProps extends RouteBaseProps
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.*; Mesh mesh; RouteSpec routeSpec; VirtualRouter virtualRouter; RouteProps routeProps = RouteProps.builder() .mesh(mesh) .routeSpec(routeSpec) .virtualRouter(virtualRouter) // the properties below are optional .routeName("routeName") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
RouteProps.Builder
A builder for
RouteProps |
static class |
RouteProps.Jsii$Proxy
An implementation for
RouteProps |
Modifier and Type | Method and Description |
---|---|
static RouteProps.Builder |
builder() |
IMesh |
getMesh()
The service mesh to define the route in.
|
IVirtualRouter |
getVirtualRouter()
The VirtualRouter the Route belongs to.
|
getRouteName, getRouteSpec
IMesh getMesh()
IVirtualRouter getVirtualRouter()
static RouteProps.Builder builder()
builder
in interface RouteBaseProps
RouteProps.Builder
of RouteProps