AWS::Cognito::UserPool CustomSMSSender - AWS CloudFormation

AWS::Cognito::UserPool CustomSMSSender

A custom SMS sender AWS Lambda trigger.

Syntax

To declare this entity in your AWS 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 AWS 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