| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigatewayv2.authorizers |
AWS APIGatewayv2 Authorizers
|
| software.amazon.awscdk.services.cognito |
Amazon Cognito Construct Library
|
| software.amazon.awscdk.services.cognito.identitypool |
Amazon Cognito Identity Pool Construct Library
|
| software.amazon.awscdk.services.elasticloadbalancingv2.actions |
Actions for AWS Elastic Load Balancing V2
|
| Modifier and Type | Method and Description |
|---|---|
default List<IUserPoolClient> |
HttpUserPoolAuthorizerProps.getUserPoolClients()
(experimental) The user pool clients that should be used to authorize requests with the user pool.
|
List<IUserPoolClient> |
HttpUserPoolAuthorizerProps.Jsii$Proxy.getUserPoolClients() |
| Modifier and Type | Method and Description |
|---|---|
HttpUserPoolAuthorizer.Builder |
HttpUserPoolAuthorizer.Builder.userPoolClients(List<? extends IUserPoolClient> userPoolClients)
(experimental) The user pool clients that should be used to authorize requests with the user pool.
|
HttpUserPoolAuthorizerProps.Builder |
HttpUserPoolAuthorizerProps.Builder.userPoolClients(List<? extends IUserPoolClient> userPoolClients)
Sets the value of
HttpUserPoolAuthorizerProps.getUserPoolClients() |
| 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 |
|---|---|
default IUserPoolClient |
UserPoolAuthenticationProviderProps.getUserPoolClient()
(experimental) The User Pool Client for the provided User Pool.
|
IUserPoolClient |
UserPoolAuthenticationProviderProps.Jsii$Proxy.getUserPoolClient() |
| Modifier and Type | Method and Description |
|---|---|
UserPoolAuthenticationProviderProps.Builder |
UserPoolAuthenticationProviderProps.Builder.userPoolClient(IUserPoolClient userPoolClient)
Sets the value of
UserPoolAuthenticationProviderProps.getUserPoolClient() |
UserPoolAuthenticationProvider.Builder |
UserPoolAuthenticationProvider.Builder.userPoolClient(IUserPoolClient userPoolClient)
(experimental) The User Pool Client for the provided User Pool.
|
| 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 |
|---|---|
AuthenticateCognitoActionProps.Builder |
AuthenticateCognitoActionProps.Builder.userPoolClient(IUserPoolClient userPoolClient)
Sets the value of
AuthenticateCognitoActionProps.getUserPoolClient() |
AuthenticateCognitoAction.Builder |
AuthenticateCognitoAction.Builder.userPoolClient(IUserPoolClient userPoolClient)
(experimental) The Amazon Cognito user pool client.
|
Copyright © 2022. All rights reserved.