| Package | Description |
|---|---|
| software.amazon.awscdk.services.appmesh |
AWS App Mesh Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IRoute.Jsii$Default
Internal default implementation for
IRoute. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IRoute.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
Route
Route represents a new or existing route attached to a VirtualRouter and Mesh.
|
| Modifier and Type | Method and Description |
|---|---|
static IRoute |
Route.fromRouteArn(software.constructs.Construct scope,
String id,
String routeArn)
Import an existing Route given an ARN.
|
static IRoute |
Route.fromRouteAttributes(software.constructs.Construct scope,
String id,
RouteAttributes attrs)
Import an existing Route given attributes.
|
Copyright © 2022. All rights reserved.