Uses of Interface
software.amazon.awscdk.services.appmesh.IMesh
-
Uses of IMesh in software.amazon.awscdk.services.appmesh
Modifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.class
Define a new AppMesh mesh.Modifier and TypeMethodDescriptionstatic IMesh
Mesh.fromMeshArn
(software.constructs.Construct scope, String id, String meshArn) Import an existing mesh by arn.static IMesh
Mesh.fromMeshName
(software.constructs.Construct scope, String id, String meshName) Import an existing mesh by name.IVirtualGateway.getMesh()
The Mesh which the VirtualGateway belongs to.default IMesh
IVirtualGateway.Jsii$Default.getMesh()
The Mesh which the VirtualGateway belongs to.final IMesh
IVirtualGateway.Jsii$Proxy.getMesh()
The Mesh which the VirtualGateway belongs to.IVirtualNode.getMesh()
The Mesh which the VirtualNode belongs to.default IMesh
IVirtualNode.Jsii$Default.getMesh()
The Mesh which the VirtualNode belongs to.final IMesh
IVirtualNode.Jsii$Proxy.getMesh()
The Mesh which the VirtualNode belongs to.IVirtualRouter.getMesh()
The Mesh which the VirtualRouter belongs to.default IMesh
IVirtualRouter.Jsii$Default.getMesh()
The Mesh which the VirtualRouter belongs to.final IMesh
IVirtualRouter.Jsii$Proxy.getMesh()
The Mesh which the VirtualRouter belongs to.IVirtualService.getMesh()
The Mesh which the VirtualService belongs to.default IMesh
IVirtualService.Jsii$Default.getMesh()
The Mesh which the VirtualService belongs to.final IMesh
IVirtualService.Jsii$Proxy.getMesh()
The Mesh which the VirtualService belongs to.RouteProps.getMesh()
The service mesh to define the route in.final IMesh
RouteProps.Jsii$Proxy.getMesh()
VirtualGateway.getMesh()
The Mesh that the VirtualGateway belongs to.VirtualGatewayAttributes.getMesh()
The Mesh that the VirtualGateway belongs to.final IMesh
VirtualGatewayAttributes.Jsii$Proxy.getMesh()
VirtualGatewayProps.getMesh()
The Mesh which the VirtualGateway belongs to.final IMesh
VirtualGatewayProps.Jsii$Proxy.getMesh()
VirtualNode.getMesh()
The Mesh which the VirtualNode belongs to.VirtualNodeAttributes.getMesh()
The Mesh that the VirtualNode belongs to.final IMesh
VirtualNodeAttributes.Jsii$Proxy.getMesh()
VirtualNodeProps.getMesh()
The Mesh which the VirtualNode belongs to.final IMesh
VirtualNodeProps.Jsii$Proxy.getMesh()
VirtualRouter.getMesh()
The Mesh which the VirtualRouter belongs to.VirtualRouterAttributes.getMesh()
The Mesh which the VirtualRouter belongs to.final IMesh
VirtualRouterAttributes.Jsii$Proxy.getMesh()
VirtualRouterProps.getMesh()
The Mesh which the VirtualRouter belongs to.final IMesh
VirtualRouterProps.Jsii$Proxy.getMesh()
VirtualService.getMesh()
The Mesh which the VirtualService belongs to.VirtualServiceAttributes.getMesh()
The Mesh which the VirtualService belongs to.final IMesh
VirtualServiceAttributes.Jsii$Proxy.getMesh()
VirtualServiceProviderConfig.getMesh()
Mesh the Provider is using.final IMesh
VirtualServiceProviderConfig.Jsii$Proxy.getMesh()
Modifier and TypeMethodDescriptionThe service mesh to define the route in.Sets the value ofRouteProps.getMesh()
The Mesh which the VirtualGateway belongs to.Sets the value ofVirtualGatewayAttributes.getMesh()
Sets the value ofVirtualGatewayProps.getMesh()
The Mesh which the VirtualNode belongs to.Sets the value ofVirtualNodeAttributes.getMesh()
Sets the value ofVirtualNodeProps.getMesh()
The Mesh which the VirtualRouter belongs to.Sets the value ofVirtualRouterAttributes.getMesh()
Sets the value ofVirtualRouterProps.getMesh()
Sets the value ofVirtualServiceAttributes.getMesh()
Sets the value ofVirtualServiceProviderConfig.getMesh()
static VirtualServiceProvider
Returns an Empty Provider for a VirtualService.