UserPoolLambdaConfigCustomSmsSenderArgs

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

Constructors

Link copied to clipboard
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 SMS 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 SMS Lambda function. The only supported value is V1_0.

Functions

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