@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:29:25.718Z") @Stability(value=Experimental) public class VirtualGateway extends Resource implements IVirtualGateway
A virtual gateway allows resources that are outside of your mesh to communicate to resources that are inside of your mesh.
https://docs.aws.amazon.com/app-mesh/latest/userguide/virtual_gateways.html| Modifier and Type | Class and Description |
|---|---|
static class |
VirtualGateway.Builder
(experimental) A fluent builder for
VirtualGateway. |
software.amazon.jsii.JsiiObject.InitializationModeIVirtualGateway.Jsii$Default, IVirtualGateway.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
VirtualGateway(software.constructs.Construct scope,
String id,
VirtualGatewayProps props) |
protected |
VirtualGateway(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
VirtualGateway(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
GatewayRoute |
addGatewayRoute(String id,
GatewayRouteBaseProps props)
(experimental) Utility method to add a new GatewayRoute to the VirtualGateway.
|
static IVirtualGateway |
fromVirtualGatewayArn(software.constructs.Construct scope,
String id,
String virtualGatewayArn)
(experimental) Import an existing VirtualGateway given an ARN.
|
static IVirtualGateway |
fromVirtualGatewayAttributes(software.constructs.Construct scope,
String id,
VirtualGatewayAttributes attrs)
(experimental) Import an existing VirtualGateway given its attributes.
|
protected List<VirtualGatewayListenerConfig> |
getListeners() |
IMesh |
getMesh()
(experimental) The Mesh that the VirtualGateway belongs to.
|
String |
getVirtualGatewayArn()
(experimental) The Amazon Resource Name (ARN) for the VirtualGateway.
|
String |
getVirtualGatewayName()
(experimental) The name of the VirtualGateway.
|
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResourcegetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetNodeprotected VirtualGateway(software.amazon.jsii.JsiiObjectRef objRef)
protected VirtualGateway(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public VirtualGateway(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
VirtualGatewayProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.@Stability(value=Experimental) @NotNull public static IVirtualGateway fromVirtualGatewayArn(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull String virtualGatewayArn)
scope - This parameter is required.id - This parameter is required.virtualGatewayArn - This parameter is required.@Stability(value=Experimental) @NotNull public static IVirtualGateway fromVirtualGatewayAttributes(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull VirtualGatewayAttributes attrs)
scope - This parameter is required.id - This parameter is required.attrs - This parameter is required.@Stability(value=Experimental) @NotNull public GatewayRoute addGatewayRoute(@NotNull String id, @NotNull GatewayRouteBaseProps props)
addGatewayRoute in interface IVirtualGatewayid - This parameter is required.props - This parameter is required.@Stability(value=Experimental) @NotNull protected List<VirtualGatewayListenerConfig> getListeners()
@Stability(value=Experimental) @NotNull public IMesh getMesh()
getMesh in interface IVirtualGateway@Stability(value=Experimental) @NotNull public String getVirtualGatewayArn()
getVirtualGatewayArn in interface IVirtualGateway@Stability(value=Experimental) @NotNull public String getVirtualGatewayName()
getVirtualGatewayName in interface IVirtualGatewayCopyright © 2021. All rights reserved.