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