@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:36.563Z") @Stability(value=Stable) public interface IVirtualGateway extends software.amazon.jsii.JsiiSerializable, IResource
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IVirtualGateway.Jsii$Default
Internal default implementation for
IVirtualGateway. |
static class |
IVirtualGateway.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
GatewayRoute |
addGatewayRoute(String id,
GatewayRouteBaseProps route)
Utility method to add a new GatewayRoute to the VirtualGateway.
|
IMesh |
getMesh()
The Mesh which the VirtualGateway belongs to.
|
String |
getVirtualGatewayArn()
The Amazon Resource Name (ARN) for the VirtualGateway.
|
String |
getVirtualGatewayName()
Name of the VirtualGateway.
|
Grant |
grantStreamAggregatedResources(IGrantable identity)
Grants the given entity `appmesh:StreamAggregatedResources`.
|
applyRemovalPolicy, getEnv, getStack@Stability(value=Stable) @NotNull IMesh getMesh()
@Stability(value=Stable) @NotNull String getVirtualGatewayArn()
@Stability(value=Stable) @NotNull String getVirtualGatewayName()
@Stability(value=Stable) @NotNull GatewayRoute addGatewayRoute(@NotNull String id, @NotNull GatewayRouteBaseProps route)
id - This parameter is required.route - This parameter is required.@Stability(value=Stable) @NotNull Grant grantStreamAggregatedResources(@NotNull IGrantable identity)
identity - This parameter is required.Copyright © 2022. All rights reserved.