Interface IVirtualService

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

@Generated(value="jsii-pacmak/1.94.0 (build b380f01)", date="2024-03-14T22:21:50.214Z") @Stability(Stable) public interface IVirtualService extends software.amazon.jsii.JsiiSerializable, IResource
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.