Interface IMesh.Jsii$Default
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default,IEnvironmentAware,IEnvironmentAware.Jsii$Default,IMesh,IMeshRef,IMeshRef.Jsii$Default,IResource,IResource.Jsii$Default,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IMesh.Jsii$Proxy
- Enclosing interface:
IMesh
IMesh.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
IEnvironmentAware.Jsii$Default, IEnvironmentAware.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.appmesh.IMesh
IMesh.Jsii$Default, IMesh.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.appmesh.IMeshRef
IMeshRef.Jsii$Default, IMeshRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault VirtualGatewayCreates a new VirtualGateway in this Mesh.default VirtualGatewayaddVirtualGateway(String id, VirtualGatewayBaseProps props) Creates a new VirtualGateway in this Mesh.default VirtualNodeaddVirtualNode(String id) Creates a new VirtualNode in this Mesh.default VirtualNodeaddVirtualNode(String id, VirtualNodeBaseProps props) Creates a new VirtualNode in this Mesh.default VirtualRouterCreates a new VirtualRouter in this Mesh.default VirtualRouteraddVirtualRouter(String id, VirtualRouterBaseProps props) Creates a new VirtualRouter in this Mesh.default StringThe Amazon Resource Name (ARN) of the AppMesh mesh.default StringThe name of the AppMesh mesh.Methods inherited from interface software.constructs.IConstruct.Jsii$Default
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware.Jsii$Default
getEnvMethods inherited from interface software.amazon.awscdk.interfaces.appmesh.IMeshRef.Jsii$Default
getMeshRefMethods inherited from interface software.amazon.awscdk.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMeshArn
The Amazon Resource Name (ARN) of the AppMesh mesh.- Specified by:
getMeshArnin interfaceIMesh
-
getMeshName
The name of the AppMesh mesh.- Specified by:
getMeshNamein interfaceIMesh
-
addVirtualGateway
@Stability(Stable) @NotNull default VirtualGateway addVirtualGateway(@NotNull String id, @Nullable VirtualGatewayBaseProps props) Creates a new VirtualGateway in this Mesh.Note that the Gateway is created in the same Stack that this Mesh belongs to, which might be different than the current stack.
- Specified by:
addVirtualGatewayin interfaceIMesh- Parameters:
id- This parameter is required.props-
-
addVirtualGateway
Creates a new VirtualGateway in this Mesh.Note that the Gateway is created in the same Stack that this Mesh belongs to, which might be different than the current stack.
- Specified by:
addVirtualGatewayin interfaceIMesh- Parameters:
id- This parameter is required.
-
addVirtualNode
@Stability(Stable) @NotNull default VirtualNode addVirtualNode(@NotNull String id, @Nullable VirtualNodeBaseProps props) Creates a new VirtualNode in this Mesh.Note that the Node is created in the same Stack that this Mesh belongs to, which might be different than the current stack.
- Specified by:
addVirtualNodein interfaceIMesh- Parameters:
id- This parameter is required.props-
-
addVirtualNode
Creates a new VirtualNode in this Mesh.Note that the Node is created in the same Stack that this Mesh belongs to, which might be different than the current stack.
- Specified by:
addVirtualNodein interfaceIMesh- Parameters:
id- This parameter is required.
-
addVirtualRouter
@Stability(Stable) @NotNull default VirtualRouter addVirtualRouter(@NotNull String id, @Nullable VirtualRouterBaseProps props) Creates a new VirtualRouter in this Mesh.Note that the Router is created in the same Stack that this Mesh belongs to, which might be different than the current stack.
- Specified by:
addVirtualRouterin interfaceIMesh- Parameters:
id- This parameter is required.props-
-
addVirtualRouter
Creates a new VirtualRouter in this Mesh.Note that the Router is created in the same Stack that this Mesh belongs to, which might be different than the current stack.
- Specified by:
addVirtualRouterin interfaceIMesh- Parameters:
id- This parameter is required.
-