UserPoolPreTokenGenerationConfig

data class UserPoolPreTokenGenerationConfig(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. This parameter and the PreTokenGeneration property of LambdaConfig have the same value. For new instances of pre token generation triggers, set LambdaArn .

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.