@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:47:05.084Z") @Stability(value=Experimental) public class GatewayRoute extends Resource implements IGatewayRoute
https://docs.aws.amazon.com/app-mesh/latest/userguide/gateway-routes.html| Modifier and Type | Class and Description |
|---|---|
static class |
GatewayRoute.Builder
(experimental) A fluent builder for
GatewayRoute. |
software.amazon.jsii.JsiiObject.InitializationModeIGatewayRoute.Jsii$Default, IGatewayRoute.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
GatewayRoute(software.constructs.Construct scope,
String id,
GatewayRouteProps props) |
protected |
GatewayRoute(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
GatewayRoute(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static IGatewayRoute |
fromGatewayRouteArn(software.constructs.Construct scope,
String id,
String gatewayRouteArn)
(experimental) Import an existing GatewayRoute given an ARN.
|
static IGatewayRoute |
fromGatewayRouteAttributes(software.constructs.Construct scope,
String id,
GatewayRouteAttributes attrs)
(experimental) Import an existing GatewayRoute given attributes.
|
String |
getGatewayRouteArn()
(experimental) The Amazon Resource Name (ARN) for the GatewayRoute.
|
String |
getGatewayRouteName()
(experimental) The name of the GatewayRoute.
|
IVirtualGateway |
getVirtualGateway()
(experimental) The VirtualGateway this GatewayRoute is a part of.
|
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 GatewayRoute(software.amazon.jsii.JsiiObjectRef objRef)
protected GatewayRoute(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public GatewayRoute(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
GatewayRouteProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.@Stability(value=Experimental) @NotNull public static IGatewayRoute fromGatewayRouteArn(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull String gatewayRouteArn)
scope - This parameter is required.id - This parameter is required.gatewayRouteArn - This parameter is required.@Stability(value=Experimental) @NotNull public static IGatewayRoute fromGatewayRouteAttributes(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull GatewayRouteAttributes attrs)
scope - This parameter is required.id - This parameter is required.attrs - This parameter is required.@Stability(value=Experimental) @NotNull public String getGatewayRouteArn()
getGatewayRouteArn in interface IGatewayRoute@Stability(value=Experimental) @NotNull public String getGatewayRouteName()
getGatewayRouteName in interface IGatewayRoute@Stability(value=Experimental) @NotNull public IVirtualGateway getVirtualGateway()
getVirtualGateway in interface IGatewayRouteCopyright © 2021. All rights reserved.