@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:36.564Z") @Stability(value=Stable) public interface IVirtualRouter extends software.amazon.jsii.JsiiSerializable, IResource
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IVirtualRouter.Jsii$Default
Internal default implementation for
IVirtualRouter. |
static class |
IVirtualRouter.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
Route |
addRoute(String id,
RouteBaseProps props)
Add a single route to the router.
|
IMesh |
getMesh()
The Mesh which the VirtualRouter belongs to.
|
String |
getVirtualRouterArn()
The Amazon Resource Name (ARN) for the VirtualRouter.
|
String |
getVirtualRouterName()
The name of the VirtualRouter.
|
applyRemovalPolicy, getEnv, getStack@Stability(value=Stable) @NotNull IMesh getMesh()
@Stability(value=Stable) @NotNull String getVirtualRouterArn()
@Stability(value=Stable) @NotNull String getVirtualRouterName()
@Stability(value=Stable) @NotNull Route addRoute(@NotNull String id, @NotNull RouteBaseProps props)
id - This parameter is required.props - This parameter is required.Copyright © 2022. All rights reserved.