AWS::Cognito::UserPool CustomEmailSender - 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 CustomEmailSender

A custom email 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 email 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 that Amazon Cognito passes to your custom email sender Amazon Lambda function. The only supported value is V1_0.

Required: No

Type: String

Update requires: No interruption