Interface IMesh

All Superinterfaces:
software.constructs.IConstruct, software.constructs.IDependable, IResource, software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IMesh.Jsii$Default
All Known Implementing Classes:
IMesh.Jsii$Proxy, Mesh

@Generated(value="jsii-pacmak/1.97.0 (build 729de35)", date="2024-04-18T17:54:12.566Z") @Stability(Stable) public interface IMesh extends software.amazon.jsii.JsiiSerializable, IResource
Interface which all Mesh based classes MUST implement.
  • Method Details

    • getMeshArn

      @Stability(Stable) @NotNull String getMeshArn()
      The Amazon Resource Name (ARN) of the AppMesh mesh.
    • getMeshName

      @Stability(Stable) @NotNull String getMeshName()
      The name of the AppMesh mesh.
    • addVirtualGateway

      @Stability(Stable) @NotNull VirtualGateway addVirtualGateway(@NotNull String id, @Nullable VirtualGatewayBaseProps props)
      Creates a new VirtualGateway in this Mesh.

      Note that the Gateway is created in the same Stack that this Mesh belongs to, which might be different than the current stack.

      Parameters:
      id - This parameter is required.
      props -
    • addVirtualGateway

      @Stability(Stable) @NotNull VirtualGateway addVirtualGateway(@NotNull String id)
      Creates a new VirtualGateway in this Mesh.

      Note that the Gateway is created in the same Stack that this Mesh belongs to, which might be different than the current stack.

      Parameters:
      id - This parameter is required.
    • addVirtualNode

      @Stability(Stable) @NotNull VirtualNode addVirtualNode(@NotNull String id, @Nullable VirtualNodeBaseProps props)
      Creates a new VirtualNode in this Mesh.

      Note that the Node is created in the same Stack that this Mesh belongs to, which might be different than the current stack.

      Parameters:
      id - This parameter is required.
      props -
    • addVirtualNode

      @Stability(Stable) @NotNull VirtualNode addVirtualNode(@NotNull String id)
      Creates a new VirtualNode in this Mesh.

      Note that the Node is created in the same Stack that this Mesh belongs to, which might be different than the current stack.

      Parameters:
      id - This parameter is required.
    • addVirtualRouter

      @Stability(Stable) @NotNull VirtualRouter addVirtualRouter(@NotNull String id, @Nullable VirtualRouterBaseProps props)
      Creates a new VirtualRouter in this Mesh.

      Note that the Router is created in the same Stack that this Mesh belongs to, which might be different than the current stack.

      Parameters:
      id - This parameter is required.
      props -
    • addVirtualRouter

      @Stability(Stable) @NotNull VirtualRouter addVirtualRouter(@NotNull String id)
      Creates a new VirtualRouter in this Mesh.

      Note that the Router is created in the same Stack that this Mesh belongs to, which might be different than the current stack.

      Parameters:
      id - This parameter is required.