Interface IVirtualGateway.Jsii$Default

All Superinterfaces:
software.constructs.IConstruct, software.constructs.IConstruct.Jsii$Default, software.constructs.IDependable, software.constructs.IDependable.Jsii$Default, IEnvironmentAware, IEnvironmentAware.Jsii$Default, IResource, IResource.Jsii$Default, IVirtualGateway, IVirtualGatewayRef, IVirtualGatewayRef.Jsii$Default, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
IVirtualGateway.Jsii$Proxy
Enclosing interface:
IVirtualGateway

@Internal public static interface IVirtualGateway.Jsii$Default extends IVirtualGateway, IResource.Jsii$Default, IVirtualGatewayRef.Jsii$Default
Internal default implementation for IVirtualGateway.
  • Method Details

    • getMesh

      @Stability(Stable) @NotNull default IMesh getMesh()
      The Mesh which the VirtualGateway belongs to.
      Specified by:
      getMesh in interface IVirtualGateway
    • getVirtualGatewayArn

      @Stability(Stable) @NotNull default String getVirtualGatewayArn()
      The Amazon Resource Name (ARN) for the VirtualGateway.
      Specified by:
      getVirtualGatewayArn in interface IVirtualGateway
    • getVirtualGatewayName

      @Stability(Stable) @NotNull default String getVirtualGatewayName()
      Name of the VirtualGateway.
      Specified by:
      getVirtualGatewayName in interface IVirtualGateway
    • addGatewayRoute

      @Stability(Stable) @NotNull default GatewayRoute addGatewayRoute(@NotNull String id, @NotNull GatewayRouteBaseProps route)
      Utility method to add a new GatewayRoute to the VirtualGateway.

      Specified by:
      addGatewayRoute in interface IVirtualGateway
      Parameters:
      id - This parameter is required.
      route - This parameter is required.
    • grantStreamAggregatedResources

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

      [disable-awslint:no-grants]

      Specified by:
      grantStreamAggregatedResources in interface IVirtualGateway
      Parameters:
      identity - This parameter is required.