Get User Pool Lambda Config
data class GetUserPoolLambdaConfig(val createAuthChallenge: String, val customEmailSenders: List<GetUserPoolLambdaConfigCustomEmailSender>, val customMessage: String, val customSmsSenders: List<GetUserPoolLambdaConfigCustomSmsSender>, val defineAuthChallenge: String, val kmsKeyId: String, val postAuthentication: String, val postConfirmation: String, val preAuthentication: String, val preSignUp: String, val preTokenGeneration: String, val preTokenGenerationConfigs: List<GetUserPoolLambdaConfigPreTokenGenerationConfig>, val userMigration: String, val verifyAuthChallengeResponse: String)
Constructors
Link copied to clipboard
constructor(createAuthChallenge: String, customEmailSenders: List<GetUserPoolLambdaConfigCustomEmailSender>, customMessage: String, customSmsSenders: List<GetUserPoolLambdaConfigCustomSmsSender>, defineAuthChallenge: String, kmsKeyId: String, postAuthentication: String, postConfirmation: String, preAuthentication: String, preSignUp: String, preTokenGeneration: String, preTokenGenerationConfigs: List<GetUserPoolLambdaConfigPreTokenGenerationConfig>, userMigration: String, verifyAuthChallengeResponse: String)