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.104.0 (build e79254c)",
date="2024-11-22T02:23:56.952Z")
@Stability(Stable)
public interface IVirtualService
extends software.amazon.jsii.JsiiSerializable, IResource
Represents the interface which all VirtualService based classes MUST implement.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIVirtualService
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptiongetMesh()
The Mesh which the VirtualService belongs to.The Amazon Resource Name (ARN) for the virtual service.The name of the VirtualService.Methods inherited from interface software.constructs.IConstruct
getNode
Methods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getEnv, getStack
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMesh
The Mesh which the VirtualService belongs to. -
getVirtualServiceArn
The Amazon Resource Name (ARN) for the virtual service. -
getVirtualServiceName
The name of the VirtualService.
-