UserPoolLambdaConfigCustomEmailSender

data class UserPoolLambdaConfigCustomEmailSender(val lambdaArn: String, val lambdaVersion: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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.