Interface IVirtualGateway
- All Superinterfaces:
IConstruct,software.constructs.IConstruct,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.84.0 (build 5404dcf)",
date="2023-06-19T16:30:46.106Z")
@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.amazon.awscdk.core.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.core.IResource
applyRemovalPolicy, getEnv, 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.
-