| 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
Define a UserPool App Client.
|
| Modifier and Type | Method and Description |
|---|---|
static IUserPoolClient |
UserPoolClient.fromUserPoolClientId(software.constructs.Construct scope,
String id,
String userPoolClientId)
Import a user pool client given its id.
|
| Modifier and Type | Method and Description |
|---|---|
IUserPoolClient |
AuthenticateCognitoActionProps.getUserPoolClient()
The Amazon Cognito user pool client.
|
IUserPoolClient |
AuthenticateCognitoActionProps.Jsii$Proxy.getUserPoolClient() |
| Modifier and Type | Method and Description |
|---|---|
AuthenticateCognitoAction.Builder |
AuthenticateCognitoAction.Builder.userPoolClient(IUserPoolClient userPoolClient)
The Amazon Cognito user pool client.
|
AuthenticateCognitoActionProps.Builder |
AuthenticateCognitoActionProps.Builder.userPoolClient(IUserPoolClient userPoolClient)
Sets the value of
AuthenticateCognitoActionProps.getUserPoolClient() |
Copyright © 2022. All rights reserved.