User Pool Lambda Config
data class UserPoolLambdaConfig(val createAuthChallenge: String? = null, val customEmailSender: UserPoolLambdaConfigCustomEmailSender? = null, val customMessage: String? = null, val customSmsSender: UserPoolLambdaConfigCustomSmsSender? = null, val defineAuthChallenge: String? = null, val kmsKeyId: String? = null, val postAuthentication: String? = null, val postConfirmation: String? = null, val preAuthentication: String? = null, val preSignUp: String? = null, val preTokenGeneration: String? = null, val preTokenGenerationConfig: UserPoolLambdaConfigPreTokenGenerationConfig? = null, val userMigration: String? = null, val verifyAuthChallengeResponse: String? = null)
Constructors
Link copied to clipboard
constructor(createAuthChallenge: String? = null, customEmailSender: UserPoolLambdaConfigCustomEmailSender? = null, customMessage: String? = null, customSmsSender: UserPoolLambdaConfigCustomSmsSender? = null, defineAuthChallenge: String? = null, kmsKeyId: String? = null, postAuthentication: String? = null, postConfirmation: String? = null, preAuthentication: String? = null, preSignUp: String? = null, preTokenGeneration: String? = null, preTokenGenerationConfig: UserPoolLambdaConfigPreTokenGenerationConfig? = null, userMigration: String? = null, verifyAuthChallengeResponse: String? = null)
Properties
Link copied to clipboard
ARN of the lambda creating an authentication challenge.
Link copied to clipboard
A custom email sender AWS Lambda trigger. See custom_email_sender Below.
Link copied to clipboard
Custom Message AWS Lambda trigger.
Link copied to clipboard
A custom SMS sender AWS Lambda trigger. See custom_sms_sender Below.
Link copied to clipboard
Defines the authentication challenge.
Link copied to clipboard
Post-authentication AWS Lambda trigger.
Link copied to clipboard
Post-confirmation AWS Lambda trigger.
Link copied to clipboard
Pre-authentication AWS Lambda trigger.
Link copied to clipboard
Allow to customize identity token claims before token generation. Set this parameter for legacy purposes; for new instances of pre token generation triggers, set the lambda_arn of pre_token_generation_config
.
Link copied to clipboard
Allow to customize access tokens. See pre_token_configuration_type
Link copied to clipboard
User migration Lambda config type.
Link copied to clipboard
Verifies the authentication challenge response.