Interface IVirtualService

All Superinterfaces:
software.constructs.IConstruct, software.constructs.IDependable, IEnvironmentAware, IResource, IVirtualServiceRef, software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IVirtualService.Jsii$Default
All Known Implementing Classes:
IVirtualService.Jsii$Proxy, VirtualService

@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)", date="2026-03-31T09:54:25.141Z") @Stability(Stable) public interface IVirtualService extends software.amazon.jsii.JsiiSerializable, IResource, IVirtualServiceRef
Represents the interface which all VirtualService based classes MUST implement.
  • Method Details

    • getMesh

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

      @Stability(Stable) @NotNull String getVirtualServiceArn()
      The Amazon Resource Name (ARN) for the virtual service.
    • getVirtualServiceName

      @Stability(Stable) @NotNull String getVirtualServiceName()
      The name of the VirtualService.