@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:29:21.445Z") @Stability(value=Experimental) public class WebSocketRoute extends Resource implements IWebSocketRoute
| Modifier and Type | Class and Description |
|---|---|
static class |
WebSocketRoute.Builder
(experimental) A fluent builder for
WebSocketRoute. |
software.amazon.jsii.JsiiObject.InitializationModeIWebSocketRoute.Jsii$Default, IWebSocketRoute.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
WebSocketRoute(software.constructs.Construct scope,
String id,
WebSocketRouteProps props) |
protected |
WebSocketRoute(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
WebSocketRoute(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getIntegrationResponseId()
(experimental) Integration response ID.
|
String |
getRouteId()
(experimental) Id of the Route.
|
String |
getRouteKey()
(experimental) The key to this route.
|
IWebSocketApi |
getWebSocketApi()
(experimental) The WebSocket API associated with this route.
|
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 WebSocketRoute(software.amazon.jsii.JsiiObjectRef objRef)
protected WebSocketRoute(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public WebSocketRoute(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
WebSocketRouteProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.@Stability(value=Experimental) @NotNull public String getRouteId()
getRouteId in interface IRoute@Stability(value=Experimental) @NotNull public String getRouteKey()
getRouteKey in interface IWebSocketRoute@Stability(value=Experimental) @NotNull public IWebSocketApi getWebSocketApi()
getWebSocketApi in interface IWebSocketRoute@Stability(value=Experimental) @Nullable public String getIntegrationResponseId()
Copyright © 2021. All rights reserved.