@Stability(value=Experimental) @Internal public static final class WebSocketAuthorizerProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements WebSocketAuthorizerProps
WebSocketAuthorizerPropssoftware.amazon.jsii.JsiiObject.InitializationModeWebSocketAuthorizerProps.Builder, WebSocketAuthorizerProps.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.
|
protected |
Jsii$Proxy(WebSocketAuthorizerProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
WebSocketAuthorizerProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getAuthorizerName()
(experimental) Name of the authorizer.
|
String |
getAuthorizerUri()
(experimental) The authorizer's Uniform Resource Identifier (URI).
|
List<String> |
getIdentitySource()
(experimental) The identity source for which authorization is requested.
|
WebSocketAuthorizerType |
getType()
(experimental) The type of authorizer.
|
IWebSocketApi |
getWebSocketApi()
(experimental) WebSocket Api to attach the authorizer to.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(WebSocketAuthorizerProps.Builder builder)
WebSocketAuthorizerProps.Builder.public final List<String> getIdentitySource()
WebSocketAuthorizerPropspublic final WebSocketAuthorizerType getType()
WebSocketAuthorizerPropsgetType in interface WebSocketAuthorizerPropspublic final IWebSocketApi getWebSocketApi()
WebSocketAuthorizerPropsgetWebSocketApi in interface WebSocketAuthorizerPropspublic final String getAuthorizerName()
WebSocketAuthorizerPropsDefault: - id of the WebSocketAuthorizer construct.
getAuthorizerName in interface WebSocketAuthorizerPropspublic final String getAuthorizerUri()
WebSocketAuthorizerPropsFor REQUEST authorizers, this must be a well-formed Lambda function URI.
Default: - required for Request authorizer types
getAuthorizerUri in interface WebSocketAuthorizerProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2023. All rights reserved.