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.
  • Method Details

    • getMesh

      @Stability(Stable) @NotNull IMesh getMesh()
      The Mesh which the VirtualGateway belongs to.
    • getVirtualGatewayArn

      @Stability(Stable) @NotNull String getVirtualGatewayArn()
      The Amazon Resource Name (ARN) for the VirtualGateway.
    • getVirtualGatewayName

      @Stability(Stable) @NotNull String 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

      @Stability(Stable) @NotNull Grant grantStreamAggregatedResources(@NotNull IGrantable identity)
      Grants the given entity appmesh:StreamAggregatedResources.

      Parameters:
      identity - This parameter is required.