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.98.0 (build 00b106d)", date="2024-05-08T21:35:02.709Z") @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.