UserPoolLambdaConfigArgs

data class UserPoolLambdaConfigArgs(val createAuthChallenge: Output<String>? = null, val customEmailSender: Output<UserPoolCustomEmailSenderArgs>? = null, val customMessage: Output<String>? = null, val customSmsSender: Output<UserPoolCustomSmsSenderArgs>? = null, val defineAuthChallenge: Output<String>? = null, val kmsKeyId: Output<String>? = null, val postAuthentication: Output<String>? = null, val postConfirmation: Output<String>? = null, val preAuthentication: Output<String>? = null, val preSignUp: Output<String>? = null, val preTokenGeneration: Output<String>? = null, val userMigration: Output<String>? = null, val verifyAuthChallengeResponse: Output<String>? = null) : ConvertibleToJava<UserPoolLambdaConfigArgs>

Constructors

Link copied to clipboard
fun UserPoolLambdaConfigArgs(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, userMigration: Output<String>? = null, verifyAuthChallengeResponse: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): UserPoolLambdaConfigArgs

Properties

Link copied to clipboard
val createAuthChallenge: Output<String>? = null
Link copied to clipboard
Link copied to clipboard
val customMessage: Output<String>? = null
Link copied to clipboard
Link copied to clipboard
val defineAuthChallenge: Output<String>? = null
Link copied to clipboard
val kmsKeyId: Output<String>? = null
Link copied to clipboard
val postAuthentication: Output<String>? = null
Link copied to clipboard
val postConfirmation: Output<String>? = null
Link copied to clipboard
val preAuthentication: Output<String>? = null
Link copied to clipboard
val preSignUp: Output<String>? = null
Link copied to clipboard
val preTokenGeneration: Output<String>? = null
Link copied to clipboard
val userMigration: Output<String>? = null
Link copied to clipboard
val verifyAuthChallengeResponse: Output<String>? = null