| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigatewayv2.authorizers |
AWS APIGatewayv2 Authorizers
|
| software.amazon.awscdk.services.cognito |
Amazon Cognito Construct Library
|
| software.amazon.awscdk.services.elasticloadbalancingv2.actions |
Actions for AWS Elastic Load Balancing V2
|
| Modifier and Type | Method and Description |
|---|---|
IUserPoolClient |
UserPoolAuthorizerProps.getUserPoolClient()
(experimental) The user pool client that should be used to authorize requests with the user pool.
|
IUserPoolClient |
UserPoolAuthorizerProps.Jsii$Proxy.getUserPoolClient() |
| Modifier and Type | Method and Description |
|---|---|
HttpUserPoolAuthorizer.Builder |
HttpUserPoolAuthorizer.Builder.userPoolClient(IUserPoolClient userPoolClient)
(experimental) The user pool client that should be used to authorize requests with the user pool.
|
UserPoolAuthorizerProps.Builder |
UserPoolAuthorizerProps.Builder.userPoolClient(IUserPoolClient userPoolClient)
Sets the value of
UserPoolAuthorizerProps.getUserPoolClient() |
| Constructor and Description |
|---|
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. |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IUserPoolClient.Jsii$Default
Internal default implementation for
IUserPoolClient. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IUserPoolClient.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
UserPoolClient
(experimental) Define a UserPool App Client.
|
| Modifier and Type | Method and Description |
|---|---|
static IUserPoolClient |
UserPoolClient.fromUserPoolClientId(software.constructs.Construct scope,
String id,
String userPoolClientId)
(experimental) Import a user pool client given its id.
|
| Modifier and Type | Method and Description |
|---|---|
IUserPoolClient |
AuthenticateCognitoActionProps.getUserPoolClient()
(experimental) The Amazon Cognito user pool client.
|
IUserPoolClient |
AuthenticateCognitoActionProps.Jsii$Proxy.getUserPoolClient() |
| Modifier and Type | Method and Description |
|---|---|
AuthenticateCognitoAction.Builder |
AuthenticateCognitoAction.Builder.userPoolClient(IUserPoolClient userPoolClient)
(experimental) The Amazon Cognito user pool client.
|
AuthenticateCognitoActionProps.Builder |
AuthenticateCognitoActionProps.Builder.userPoolClient(IUserPoolClient userPoolClient)
Sets the value of
AuthenticateCognitoActionProps.getUserPoolClient() |
| Constructor and Description |
|---|
Jsii$Proxy(ListenerAction next,
IUserPool userPool,
IUserPoolClient userPoolClient,
IUserPoolDomain userPoolDomain,
Map<String,String> authenticationRequestExtraParams,
UnauthenticatedAction onUnauthenticatedRequest,
String scope,
String sessionCookieName,
Duration sessionTimeout)
Constructor that initializes the object based on literal property values passed by the
AuthenticateCognitoActionProps.Builder. |
Copyright © 2021. All rights reserved.