| Package | Description |
|---|---|
| software.amazon.awscdk.services.cognito |
Amazon Cognito Construct Library
|
| Modifier and Type | Field and Description |
|---|---|
static UserPoolOperation |
UserPoolOperation.CREATE_AUTH_CHALLENGE
Creates a challenge in a custom auth flow.
|
static UserPoolOperation |
UserPoolOperation.CUSTOM_EMAIL_SENDER
Amazon Cognito invokes this trigger to send email notifications to users.
|
static UserPoolOperation |
UserPoolOperation.CUSTOM_MESSAGE
Advanced customization and localization of messages.
|
static UserPoolOperation |
UserPoolOperation.CUSTOM_SMS_SENDER
Amazon Cognito invokes this trigger to send email notifications to users.
|
static UserPoolOperation |
UserPoolOperation.DEFINE_AUTH_CHALLENGE
Determines the next challenge in a custom auth flow.
|
static UserPoolOperation |
UserPoolOperation.POST_AUTHENTICATION
Event logging for custom analytics.
|
static UserPoolOperation |
UserPoolOperation.POST_CONFIRMATION
Custom welcome messages or event logging for custom analytics.
|
static UserPoolOperation |
UserPoolOperation.PRE_AUTHENTICATION
Custom validation to accept or deny the sign-in request.
|
static UserPoolOperation |
UserPoolOperation.PRE_SIGN_UP
Custom validation to accept or deny the sign-up request.
|
static UserPoolOperation |
UserPoolOperation.PRE_TOKEN_GENERATION
Add or remove attributes in Id tokens.
|
static UserPoolOperation |
UserPoolOperation.USER_MIGRATION
Migrate a user from an existing user directory to user pools.
|
static UserPoolOperation |
UserPoolOperation.VERIFY_AUTH_CHALLENGE_RESPONSE
Determines if a response is correct in a custom auth flow.
|
| Modifier and Type | Method and Description |
|---|---|
static UserPoolOperation |
UserPoolOperation.of(String name)
A custom user pool operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserPool.addTrigger(UserPoolOperation operation,
IFunction fn)
Add a lambda trigger to a user pool operation.
|
Copyright © 2022. All rights reserved.