Class WebSocketRouteProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apigatewayv2.WebSocketRouteProps.Jsii$Proxy
- All Implemented Interfaces:
WebSocketRouteOptions,WebSocketRouteProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
WebSocketRouteProps
@Stability(Stable)
@Internal
public static final class WebSocketRouteProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements WebSocketRouteProps
An implementation for
WebSocketRouteProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.apigatewayv2.WebSocketRouteProps
WebSocketRouteProps.Builder, WebSocketRouteProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(WebSocketRouteProps.Builder builder) Constructor that initializes the object based on literal property values passed by theWebSocketRouteProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal BooleanWhether the route requires an API Key to be provided.The authorize to this route.The integration to be configured on this route.final BooleanShould the route send a response to the client.final StringThe key to this route.final IWebSocketApiThe API the route is associated with.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theWebSocketRouteProps.Builder.
-
-
Method Details
-
getRouteKey
Description copied from interface:WebSocketRoutePropsThe key to this route.- Specified by:
getRouteKeyin interfaceWebSocketRouteProps
-
getWebSocketApi
Description copied from interface:WebSocketRoutePropsThe API the route is associated with.- Specified by:
getWebSocketApiin interfaceWebSocketRouteProps
-
getApiKeyRequired
Description copied from interface:WebSocketRoutePropsWhether the route requires an API Key to be provided.Default: false
- Specified by:
getApiKeyRequiredin interfaceWebSocketRouteProps
-
getIntegration
Description copied from interface:WebSocketRouteOptionsThe integration to be configured on this route.- Specified by:
getIntegrationin interfaceWebSocketRouteOptions
-
getAuthorizer
Description copied from interface:WebSocketRouteOptionsThe authorize to this route.You can only set authorizer to a $connect route.
Default: - No Authorizer
- Specified by:
getAuthorizerin interfaceWebSocketRouteOptions
-
getReturnResponse
Description copied from interface:WebSocketRouteOptionsShould the route send a response to the client.Default: false
- Specified by:
getReturnResponsein interfaceWebSocketRouteOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-