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.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 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 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:WebSocketRouteProps(experimental) The key to this route.- Specified by:
getRouteKeyin interfaceWebSocketRouteProps
-
getWebSocketApi
Description copied from interface:WebSocketRouteProps(experimental) The API the route is associated with.- Specified by:
getWebSocketApiin interfaceWebSocketRouteProps
-
getApiKeyRequired
Description copied from interface:WebSocketRouteProps(experimental) Whether the route requires an API Key to be provided.Default: false
- Specified by:
getApiKeyRequiredin interfaceWebSocketRouteProps
-
getIntegration
Description copied from interface:WebSocketRouteOptions(experimental) The integration to be configured on this route.- Specified by:
getIntegrationin 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:
getAuthorizerin 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()
-