User Pool Custom Email Sender Args
data class UserPoolCustomEmailSenderArgs(val lambdaArn: Output<String>? = null, val lambdaVersion: Output<String>? = null) : ConvertibleToJava<UserPoolCustomEmailSenderArgs>
Constructors
Link copied to clipboard
fun UserPoolCustomEmailSenderArgs(lambdaArn: Output<String>? = null, lambdaVersion: Output<String>? = null)