User Pool Lambda Config Args
constructor(createAuthChallenge: Output<String>? = null, customEmailSender: Output<UserPoolCustomEmailSenderArgs>? = null, customMessage: Output<String>? = null, customSmsSender: Output<UserPoolCustomSmsSenderArgs>? = null, defineAuthChallenge: Output<String>? = null, kmsKeyId: Output<String>? = null, postAuthentication: Output<String>? = null, postConfirmation: Output<String>? = null, preAuthentication: Output<String>? = null, preSignUp: Output<String>? = null, preTokenGeneration: Output<String>? = null, preTokenGenerationConfig: Output<UserPoolPreTokenGenerationConfigArgs>? = null, userMigration: Output<String>? = null, verifyAuthChallengeResponse: Output<String>? = null)