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 function that you want to assign to your Lambda trigger.

Link copied to clipboard
val lambdaVersion: Output<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.

Functions

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