@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)", date="2022-08-02T20:25:35.964Z") public interface IVirtualGateway extends 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(java.lang.String id,
GatewayRouteBaseProps route)
Utility method to add a new GatewayRoute to the VirtualGateway.
|
IMesh |
getMesh()
The Mesh which the VirtualGateway belongs to.
|
java.lang.String |
getVirtualGatewayArn()
The Amazon Resource Name (ARN) for the VirtualGateway.
|
java.lang.String |
getVirtualGatewayName()
Name of the VirtualGateway.
|
Grant |
grantStreamAggregatedResources(IGrantable identity)
Grants the given entity `appmesh:StreamAggregatedResources`.
|
applyRemovalPolicy, getEnv, getStack
getNode
IMesh getMesh()
java.lang.String getVirtualGatewayArn()
java.lang.String getVirtualGatewayName()
GatewayRoute addGatewayRoute(java.lang.String id, GatewayRouteBaseProps route)
id
- This parameter is required.route
- This parameter is required.Grant grantStreamAggregatedResources(IGrantable identity)
identity
- This parameter is required.