Package io.aws.lambda.events.cognito
Class CognitoUserPoolPreSignUpEvent
- java.lang.Object
-
- io.aws.lambda.events.cognito.CognitoUserPoolEvent
-
- io.aws.lambda.events.cognito.CognitoUserPoolPreSignUpEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class CognitoUserPoolPreSignUpEvent extends CognitoUserPoolEvent
Represent the class for the Cognito User Pool Pre Sign-up Lambda Trigger- Since:
- 24.07.2021
- See Also:
- Pre Sign-up Lambda Trigger, Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCognitoUserPoolPreSignUpEvent.Requeststatic classCognitoUserPoolPreSignUpEvent.Response-
Nested classes/interfaces inherited from class io.aws.lambda.events.cognito.CognitoUserPoolEvent
CognitoUserPoolEvent.CallerContext
-
-
Constructor Summary
Constructors Constructor Description CognitoUserPoolPreSignUpEvent()
-