UserPoolCustomEmailSenderArgs

data class UserPoolCustomEmailSenderArgs(val lambdaArn: Output<String>? = null, val lambdaVersion: Output<String>? = null) : ConvertibleToJava<UserPoolCustomEmailSenderArgs>

Constructors

Link copied to clipboard
constructor(lambdaArn: Output<String>? = null, lambdaVersion: Output<String>? = null)

Properties

Link copied to clipboard
val lambdaArn: Output<String>? = null

The Amazon Resource Name (ARN) of the AWS Lambda function that Amazon Cognito triggers to send email notifications to users.

Link copied to clipboard
val lambdaVersion: Output<String>? = null

The Lambda version represents the signature of the "request" attribute in the "event" information that Amazon Cognito passes to your custom email sender AWS Lambda function. The only supported value is V1_0 .

Functions

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