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