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(Experimental)
@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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.apigatewayv2.WebSocketRouteProps
WebSocketRouteProps.Builder, WebSocketRouteProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(WebSocketRouteProps.Builder builder) Constructor that initializes the object based on literal property values passed by theWebSocketRouteProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final Boolean
(experimental) Whether the route requires an API Key to be provided.(experimental) The authorize to this route.(experimental) The integration to be configured on this route.final String
(experimental) The key to this route.final IWebSocketApi
(experimental) The API the route is associated with.final int
hashCode()
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:WebSocketRouteProps
(experimental) The key to this route.- Specified by:
getRouteKey
in interfaceWebSocketRouteProps
-
getWebSocketApi
Description copied from interface:WebSocketRouteProps
(experimental) The API the route is associated with.- Specified by:
getWebSocketApi
in interfaceWebSocketRouteProps
-
getApiKeyRequired
Description copied from interface:WebSocketRouteProps
(experimental) Whether the route requires an API Key to be provided.Default: false
- Specified by:
getApiKeyRequired
in interfaceWebSocketRouteProps
-
getIntegration
Description copied from interface:WebSocketRouteOptions
(experimental) The integration to be configured on this route.- Specified by:
getIntegration
in interfaceWebSocketRouteOptions
-
getAuthorizer
Description copied from interface:WebSocketRouteOptions
(experimental) The authorize to this route.You can only set authorizer to a $connect route.
Default: - No Authorizer
- Specified by:
getAuthorizer
in interfaceWebSocketRouteOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-