Class IMesh.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appmesh.IMesh.Jsii$Proxy
- All Implemented Interfaces:
IMeshRef,IMeshRef.Jsii$Default,IEnvironmentAware,IEnvironmentAware.Jsii$Default,IResource,IResource.Jsii$Default,IMesh,IMesh.Jsii$Default,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default
- Enclosing interface:
IMesh
@Internal
public static final class IMesh.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements IMesh.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested 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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal VirtualGatewayCreates a new VirtualGateway in this Mesh.final VirtualNodeaddVirtualNode(String id) Creates a new VirtualNode in this Mesh.final VirtualRouterCreates a new VirtualRouter in this Mesh.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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.services.appmesh.IMesh.Jsii$Default
addVirtualGateway, addVirtualNode, addVirtualRouter, getMeshArn, getMeshNameMethods 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
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
-
Method Details
-
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- Specified by:
addVirtualGatewayin interfaceIMesh.Jsii$Default- Parameters:
id- This parameter is required.
-
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- Specified by:
addVirtualNodein interfaceIMesh.Jsii$Default- Parameters:
id- This parameter is required.
-
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- Specified by:
addVirtualRouterin interfaceIMesh.Jsii$Default- Parameters:
id- This parameter is required.
-