UserPoolCustomEmailSender

data class UserPoolCustomEmailSender(val lambdaArn: String? = null, val lambdaVersion: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val lambdaArn: String? = null

The Amazon Resource Name (ARN) of the function that you want to assign to your Lambda trigger.

Link copied to clipboard
val lambdaVersion: String? = null

The user pool trigger version of the request that Amazon Cognito sends to your Lambda function. Higher-numbered versions add fields that support new features. You must use a LambdaVersion of V1_0 with a custom sender function.