User Pool Lambda Config Custom Email Sender Args
    data class UserPoolLambdaConfigCustomEmailSenderArgs(val lambdaArn: Output<String>, val lambdaVersion: Output<String>) : ConvertibleToJava<UserPoolLambdaConfigCustomEmailSenderArgs> 
Constructors
Link copied to clipboard
                fun UserPoolLambdaConfigCustomEmailSenderArgs(lambdaArn: Output<String>, lambdaVersion: Output<String>)