Interface IVirtualGateway
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IDependable,IEnvironmentAware,IResource,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IVirtualGateway.Jsii$Default
- All Known Implementing Classes:
IVirtualGateway.Jsii$Proxy,VirtualGateway
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-13T16:09:58.706Z")
@Stability(Stable)
public interface IVirtualGateway
extends software.amazon.jsii.JsiiSerializable, IResource
Interface which all Virtual Gateway based classes must implement.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIVirtualGateway.static final classA 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
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getStackMethods 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.
-