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.96.0 (build 921e240)", date="2024-04-10T22:22:23.723Z") @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.