UserPoolLambdaConfigCustomEmailSenderArgs

data class UserPoolLambdaConfigCustomEmailSenderArgs(val lambdaArn: Output<String>, val lambdaVersion: Output<String>) : ConvertibleToJava<UserPoolLambdaConfigCustomEmailSenderArgs>

Constructors

constructor(lambdaArn: Output<String>, lambdaVersion: Output<String>)

Properties

Link copied to clipboard
val lambdaArn: Output<String>

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

Link copied to clipboard
val lambdaVersion: Output<String>

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

Functions

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