data class UserPoolCustomSmsSenderArgs(val lambdaArn: Output<String>? = null, val lambdaVersion: Output<String>? = null) : ConvertibleToJava<UserPoolCustomSmsSenderArgs>
The Lambda version represents the signature of the "request" attribute in the "event" information Amazon Cognito passes to your custom SMS sender Lambda function. The only supported value is V1_0 .