| Package | Description |
|---|---|
| software.amazon.awscdk.services.appmesh |
AWS App Mesh Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RouteProps
Properties to define new Routes.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
RouteBaseProps.Jsii$Proxy
An implementation for
RouteBaseProps |
static class |
RouteProps.Jsii$Proxy
An implementation for
RouteProps |
| Modifier and Type | Method and Description |
|---|---|
RouteBaseProps |
RouteBaseProps.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
Route |
VirtualRouter.addRoute(String id,
RouteBaseProps props)
Add a single route to the router.
|
Route |
IVirtualRouter.addRoute(String id,
RouteBaseProps props)
Add a single route to the router.
|
Route |
IVirtualRouter.Jsii$Proxy.addRoute(String id,
RouteBaseProps props)
Add a single route to the router.
|
default Route |
IVirtualRouter.Jsii$Default.addRoute(String id,
RouteBaseProps props)
Add a single route to the router.
|
Copyright © 2022. All rights reserved.