@Stability(value=Experimental) @Internal public static final class WebSocketApiProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements WebSocketApiProps
WebSocketApiPropssoftware.amazon.jsii.JsiiObject.InitializationModeWebSocketApiProps.Builder, WebSocketApiProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(WebSocketApiProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
WebSocketApiProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
WebSocketApiKeySelectionExpression |
getApiKeySelectionExpression()
(experimental) An API key selection expression.
|
String |
getApiName()
(experimental) Name for the WebSocket API resource.
|
WebSocketRouteOptions |
getConnectRouteOptions()
(experimental) Options to configure a '$connect' route.
|
WebSocketRouteOptions |
getDefaultRouteOptions()
(experimental) Options to configure a '$default' route.
|
String |
getDescription()
(experimental) The description of the API.
|
WebSocketRouteOptions |
getDisconnectRouteOptions()
(experimental) Options to configure a '$disconnect' route.
|
String |
getRouteSelectionExpression()
(experimental) The route selection expression for the API.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(WebSocketApiProps.Builder builder)
WebSocketApiProps.Builder.public final WebSocketApiKeySelectionExpression getApiKeySelectionExpression()
WebSocketApiPropsProviding this option will require an API Key be provided to access the API.
Default: - Key is not required to access these APIs
getApiKeySelectionExpression in interface WebSocketApiPropspublic final String getApiName()
WebSocketApiPropsDefault: - id of the WebSocketApi construct.
getApiName in interface WebSocketApiPropspublic final WebSocketRouteOptions getConnectRouteOptions()
WebSocketApiPropsDefault: - no '$connect' route configured
getConnectRouteOptions in interface WebSocketApiPropspublic final WebSocketRouteOptions getDefaultRouteOptions()
WebSocketApiPropsDefault: - no '$default' route configured
getDefaultRouteOptions in interface WebSocketApiPropspublic final String getDescription()
WebSocketApiPropsDefault: - none
getDescription in interface WebSocketApiPropspublic final WebSocketRouteOptions getDisconnectRouteOptions()
WebSocketApiPropsDefault: - no '$disconnect' route configured
getDisconnectRouteOptions in interface WebSocketApiPropspublic final String getRouteSelectionExpression()
WebSocketApiPropsDefault: '$request.body.action'
getRouteSelectionExpression in interface WebSocketApiProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.