public static final class WebSocketRouteProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements WebSocketRouteProps
WebSocketRouteProps
WebSocketRouteProps.Builder, WebSocketRouteProps.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.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Boolean |
getApiKeyRequired()
(experimental) Whether the route requires an API Key to be provided.
|
IWebSocketRouteAuthorizer |
getAuthorizer()
(experimental) The authorize to this route.
|
WebSocketRouteIntegration |
getIntegration()
(experimental) The integration to be configured on this route.
|
java.lang.String |
getRouteKey()
(experimental) The key to this route.
|
IWebSocketApi |
getWebSocketApi()
(experimental) The API the route is associated with.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getRouteKey()
WebSocketRouteProps
getRouteKey
in interface WebSocketRouteProps
public final IWebSocketApi getWebSocketApi()
WebSocketRouteProps
getWebSocketApi
in interface WebSocketRouteProps
public final java.lang.Boolean getApiKeyRequired()
WebSocketRouteProps
Default: false
getApiKeyRequired
in interface WebSocketRouteProps
public final WebSocketRouteIntegration getIntegration()
WebSocketRouteOptions
getIntegration
in interface WebSocketRouteOptions
public final IWebSocketRouteAuthorizer getAuthorizer()
WebSocketRouteOptions
You can only set authorizer to a $connect route.
Default: - No Authorizer
getAuthorizer
in interface WebSocketRouteOptions
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()