| Package | Description |
|---|---|
| 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 | 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 |
|---|---|
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.
|
| 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.