Interface IVirtualGateway
- All Superinterfaces:
software.constructs.IConstruct
,software.constructs.IDependable
,IResource
,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IVirtualGateway.Jsii$Default
- All Known Implementing Classes:
IVirtualGateway.Jsii$Proxy
,VirtualGateway
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-21T06:34:03.350Z")
@Stability(Stable)
public interface IVirtualGateway
extends software.amazon.jsii.JsiiSerializable, IResource
Interface which all Virtual Gateway based classes must implement.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIVirtualGateway
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionaddGatewayRoute
(String id, GatewayRouteBaseProps route) Utility method to add a new GatewayRoute to the VirtualGateway.getMesh()
The Mesh which the VirtualGateway belongs to.The Amazon Resource Name (ARN) for the VirtualGateway.Name of the VirtualGateway.grantStreamAggregatedResources
(IGrantable identity) Grants the given entityappmesh:StreamAggregatedResources
.Methods inherited from interface software.constructs.IConstruct
getNode
Methods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getEnv, getStack
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMesh
The Mesh which the VirtualGateway belongs to. -
getVirtualGatewayArn
The Amazon Resource Name (ARN) for the VirtualGateway. -
getVirtualGatewayName
Name of the VirtualGateway. -
addGatewayRoute
@Stability(Stable) @NotNull GatewayRoute addGatewayRoute(@NotNull String id, @NotNull GatewayRouteBaseProps route) Utility method to add a new GatewayRoute to the VirtualGateway.- Parameters:
id
- This parameter is required.route
- This parameter is required.
-
grantStreamAggregatedResources
Grants the given entityappmesh:StreamAggregatedResources
.- Parameters:
identity
- This parameter is required.
-