@Stability(value=Experimental) @Internal public static final class WebSocketLambdaAuthorizerProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements WebSocketLambdaAuthorizerProps
WebSocketLambdaAuthorizerPropssoftware.amazon.jsii.JsiiObject.InitializationModeWebSocketLambdaAuthorizerProps.Builder, WebSocketLambdaAuthorizerProps.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(WebSocketLambdaAuthorizerProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
WebSocketLambdaAuthorizerProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getAuthorizerName()
(experimental) The name of the authorizer.
|
List<String> |
getIdentitySource()
(experimental) The identity source for which authorization is requested.
|
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(WebSocketLambdaAuthorizerProps.Builder builder)
WebSocketLambdaAuthorizerProps.Builder.public final String getAuthorizerName()
WebSocketLambdaAuthorizerPropsDefault: - same value as `id` passed in the constructor.
getAuthorizerName in interface WebSocketLambdaAuthorizerPropspublic final List<String> getIdentitySource()
WebSocketLambdaAuthorizerProps
Request parameter match 'route.request.querystring|header.[a-zA-z0-9._-]+'.
Staged variable match 'stageVariables.[a-zA-Z0-9._-]+'.
Context parameter match 'context.[a-zA-Z0-9._-]+'.
Default: ['route.request.header.Authorization']
getIdentitySource in interface WebSocketLambdaAuthorizerProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.