Amazon Cognito UserPool LambdaConfig
LambdaConfig is a property of the AWS::Cognito::UserPool
resource that defines the AWS Lambda configuration of an Amazon Cognito User Pool.
Syntax
JSON
{ "CreateAuthChallenge" :String, "CustomMessage" :String, "DefineAuthChallenge" :String, "PostAuthentication" :String, "PostConfirmation" :String, "PreAuthentication" :String, "PreSignUp" :String, "VerifyAuthChallengeResponse" :String}
YAML
CreateAuthChallenge:StringCustomMessage:StringDefineAuthChallenge:StringPostAuthentication:StringPostConfirmation:StringPreAuthentication:StringPreSignUp:StringVerifyAuthChallengeResponse:String
Properties
CreateAuthChallenge-
Creates an authentication challenge.
Type: String
Required: No
CustomMessage-
A custom Message AWS Lambda trigger.
Type: String
Required: No
DefineAuthChallenge-
Defines the authentication challenge.
Type: String
Required: No
PostAuthentication-
A post-authentication AWS Lambda trigger.
Type: String
Required: No
PostConfirmation-
A post-confirmation AWS Lambda trigger.
Type: String
Required: No
PreAuthentication-
A pre-authentication AWS Lambda trigger.
Type: String
Required: No
PreSignUp-
A pre-registration AWS Lambda trigger.
Type: String
Required: No
VerifyAuthChallengeResponse-
Verifies the authentication challenge response.
Type: String
Required: No
