| Package | Description |
|---|---|
| software.amazon.awscdk.services.appmesh |
AWS App Mesh Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IMesh.Jsii$Default
Internal default implementation for
IMesh. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IMesh.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
Mesh
Define a new AppMesh mesh.
|
| Modifier and Type | Method and Description |
|---|---|
static 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.
|
IMesh |
IVirtualService.getMesh()
The Mesh which the VirtualService belongs to.
|
IMesh |
IVirtualService.Jsii$Proxy.getMesh()
The Mesh which the VirtualService belongs to.
|
default IMesh |
IVirtualService.Jsii$Default.getMesh()
The Mesh which the VirtualService belongs to.
|
IMesh |
VirtualGateway.getMesh()
The Mesh that the VirtualGateway belongs to.
|
IMesh |
VirtualNodeProps.getMesh()
The Mesh which the VirtualNode belongs to.
|
IMesh |
VirtualNodeProps.Jsii$Proxy.getMesh() |
IMesh |
VirtualServiceProviderConfig.getMesh()
Mesh the Provider is using.
|
IMesh |
VirtualServiceProviderConfig.Jsii$Proxy.getMesh() |
IMesh |
VirtualNodeAttributes.getMesh()
The Mesh that the VirtualNode belongs to.
|
IMesh |
VirtualNodeAttributes.Jsii$Proxy.getMesh() |
IMesh |
VirtualRouter.getMesh()
The Mesh which the VirtualRouter belongs to.
|
IMesh |
VirtualNode.getMesh()
The Mesh which the VirtualNode belongs to.
|
IMesh |
IVirtualGateway.getMesh()
The Mesh which the VirtualGateway belongs to.
|
IMesh |
IVirtualGateway.Jsii$Proxy.getMesh()
The Mesh which the VirtualGateway belongs to.
|
default IMesh |
IVirtualGateway.Jsii$Default.getMesh()
The Mesh which the VirtualGateway belongs to.
|
IMesh |
VirtualRouterAttributes.getMesh()
The Mesh which the VirtualRouter belongs to.
|
IMesh |
VirtualRouterAttributes.Jsii$Proxy.getMesh() |
IMesh |
IVirtualRouter.getMesh()
The Mesh which the VirtualRouter belongs to.
|
IMesh |
IVirtualRouter.Jsii$Proxy.getMesh()
The Mesh which the VirtualRouter belongs to.
|
default IMesh |
IVirtualRouter.Jsii$Default.getMesh()
The Mesh which the VirtualRouter belongs to.
|
IMesh |
VirtualGatewayAttributes.getMesh()
The Mesh that the VirtualGateway belongs to.
|
IMesh |
VirtualGatewayAttributes.Jsii$Proxy.getMesh() |
IMesh |
RouteProps.getMesh()
The service mesh to define the route in.
|
IMesh |
RouteProps.Jsii$Proxy.getMesh() |
IMesh |
IVirtualNode.getMesh()
The Mesh which the VirtualNode belongs to.
|
IMesh |
IVirtualNode.Jsii$Proxy.getMesh()
The Mesh which the VirtualNode belongs to.
|
default IMesh |
IVirtualNode.Jsii$Default.getMesh()
The Mesh which the VirtualNode belongs to.
|
IMesh |
VirtualService.getMesh()
The Mesh which the VirtualService belongs to.
|
IMesh |
VirtualServiceAttributes.getMesh()
The Mesh which the VirtualService belongs to.
|
IMesh |
VirtualServiceAttributes.Jsii$Proxy.getMesh() |
IMesh |
VirtualGatewayProps.getMesh()
The Mesh which the VirtualGateway belongs to.
|
IMesh |
VirtualGatewayProps.Jsii$Proxy.getMesh() |
IMesh |
VirtualRouterProps.getMesh()
The Mesh which the VirtualRouter belongs to.
|
IMesh |
VirtualRouterProps.Jsii$Proxy.getMesh() |
| Modifier and Type | Method and Description |
|---|---|
VirtualGateway.Builder |
VirtualGateway.Builder.mesh(IMesh mesh)
The Mesh which the VirtualGateway belongs to.
|
VirtualNodeProps.Builder |
VirtualNodeProps.Builder.mesh(IMesh mesh)
Sets the value of
VirtualNodeProps.getMesh() |
VirtualServiceProviderConfig.Builder |
VirtualServiceProviderConfig.Builder.mesh(IMesh mesh)
Sets the value of
VirtualServiceProviderConfig.getMesh() |
Route.Builder |
Route.Builder.mesh(IMesh mesh)
The service mesh to define the route in.
|
VirtualNodeAttributes.Builder |
VirtualNodeAttributes.Builder.mesh(IMesh mesh)
Sets the value of
VirtualNodeAttributes.getMesh() |
VirtualRouter.Builder |
VirtualRouter.Builder.mesh(IMesh mesh)
The Mesh which the VirtualRouter belongs to.
|
VirtualNode.Builder |
VirtualNode.Builder.mesh(IMesh mesh)
The Mesh which the VirtualNode belongs to.
|
VirtualRouterAttributes.Builder |
VirtualRouterAttributes.Builder.mesh(IMesh mesh)
Sets the value of
VirtualRouterAttributes.getMesh() |
VirtualGatewayAttributes.Builder |
VirtualGatewayAttributes.Builder.mesh(IMesh mesh)
Sets the value of
VirtualGatewayAttributes.getMesh() |
RouteProps.Builder |
RouteProps.Builder.mesh(IMesh mesh)
Sets the value of
RouteProps.getMesh() |
VirtualServiceAttributes.Builder |
VirtualServiceAttributes.Builder.mesh(IMesh mesh)
Sets the value of
VirtualServiceAttributes.getMesh() |
VirtualGatewayProps.Builder |
VirtualGatewayProps.Builder.mesh(IMesh mesh)
Sets the value of
VirtualGatewayProps.getMesh() |
VirtualRouterProps.Builder |
VirtualRouterProps.Builder.mesh(IMesh mesh)
Sets the value of
VirtualRouterProps.getMesh() |
static VirtualServiceProvider |
VirtualServiceProvider.none(IMesh mesh)
Returns an Empty Provider for a VirtualService.
|
Copyright © 2022. All rights reserved.