@Stability(value=Experimental) @Internal public static final class HttpUserPoolAuthorizerProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements HttpUserPoolAuthorizerProps
HttpUserPoolAuthorizerPropssoftware.amazon.jsii.JsiiObject.InitializationModeHttpUserPoolAuthorizerProps.Builder, HttpUserPoolAuthorizerProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(HttpUserPoolAuthorizerProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
HttpUserPoolAuthorizerProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getAuthorizerName()
(experimental) Friendly name of the authorizer.
|
List<String> |
getIdentitySource()
(experimental) The identity source for which authorization is requested.
|
List<IUserPoolClient> |
getUserPoolClients()
(experimental) The user pool clients that should be used to authorize requests with the user pool.
|
String |
getUserPoolRegion()
(experimental) The AWS region in which the user pool is present.
|
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(HttpUserPoolAuthorizerProps.Builder builder)
HttpUserPoolAuthorizerProps.Builder.public final String getAuthorizerName()
HttpUserPoolAuthorizerPropsDefault: - same value as `id` passed in the constructor
getAuthorizerName in interface HttpUserPoolAuthorizerPropspublic final List<String> getIdentitySource()
HttpUserPoolAuthorizerPropsDefault: ['$request.header.Authorization']
getIdentitySource in interface HttpUserPoolAuthorizerPropspublic final List<IUserPoolClient> getUserPoolClients()
HttpUserPoolAuthorizerPropsDefault: - a new client will be created for the given user pool
getUserPoolClients in interface HttpUserPoolAuthorizerPropspublic final String getUserPoolRegion()
HttpUserPoolAuthorizerPropsDefault: - same region as the Route the authorizer is attached to.
getUserPoolRegion in interface HttpUserPoolAuthorizerProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.