Class WebSocketRouteOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apigatewayv2.WebSocketRouteOptions.Jsii$Proxy
- All Implemented Interfaces:
WebSocketRouteOptions
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
WebSocketRouteOptions
@Stability(Experimental)
@Internal
public static final class WebSocketRouteOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements WebSocketRouteOptions
An implementation for
WebSocketRouteOptions
-
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.WebSocketRouteOptions
WebSocketRouteOptions.Builder, WebSocketRouteOptions.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(WebSocketRouteOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theWebSocketRouteOptions.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
(experimental) The authorize to this route.(experimental) The integration to be configured on this route.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 theWebSocketRouteOptions.Builder
.
-
-
Method Details
-
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()
-