@Stability(value=Experimental) @Internal public static final class UserPoolAuthorizerProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements UserPoolAuthorizerProps
UserPoolAuthorizerPropssoftware.amazon.jsii.JsiiObject.InitializationModeUserPoolAuthorizerProps.Builder, UserPoolAuthorizerProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(IUserPool userPool,
IUserPoolClient userPoolClient,
String authorizerName,
List<String> identitySource,
String userPoolRegion)
Constructor that initializes the object based on literal property values passed by the
UserPoolAuthorizerProps.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) The name of the authorizer.
|
List<String> |
getIdentitySource()
(experimental) The identity source for which authorization is requested.
|
IUserPool |
getUserPool()
(experimental) The associated user pool.
|
IUserPoolClient |
getUserPoolClient()
(experimental) The user pool client 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(IUserPool userPool, IUserPoolClient userPoolClient, String authorizerName, List<String> identitySource, String userPoolRegion)
UserPoolAuthorizerProps.Builder.public final IUserPool getUserPool()
UserPoolAuthorizerPropsgetUserPool in interface UserPoolAuthorizerPropspublic final IUserPoolClient getUserPoolClient()
UserPoolAuthorizerPropsgetUserPoolClient in interface UserPoolAuthorizerPropspublic final String getAuthorizerName()
UserPoolAuthorizerPropsDefault: 'UserPoolAuthorizer'
getAuthorizerName in interface UserPoolAuthorizerPropspublic final List<String> getIdentitySource()
UserPoolAuthorizerPropsDefault: ['$request.header.Authorization']
getIdentitySource in interface UserPoolAuthorizerPropspublic final String getUserPoolRegion()
UserPoolAuthorizerPropsDefault: - same region as the Route the authorizer is attached to.
getUserPoolRegion in interface UserPoolAuthorizerProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.