UserPoolCustomSmsSender

data class UserPoolCustomSmsSender(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 AWS Lambda function that Amazon Cognito triggers to send SMS notifications to users.

Link copied to clipboard
val lambdaVersion: String? = null

The Lambda version represents the signature of the "request" attribute in the "event" information Amazon Cognito passes to your custom SMS sender Lambda function. The only supported value is V1_0 .