AWS::Cognito::UserPool CustomSMSSender - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Cognito::UserPool CustomSMSSender

A custom SMS sender Amazon Lambda trigger.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "LambdaArn" : String, "LambdaVersion" : String }

YAML

LambdaArn: String LambdaVersion: String

Properties

LambdaArn

The Amazon Resource Name (ARN) of the Amazon Lambda function that Amazon Cognito triggers to send SMS notifications to users.

Required: No

Type: String

Update requires: No interruption

LambdaVersion

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.

Required: No

Type: String

Update requires: No interruption