AWS::Cognito::UserPool CustomEmailSender - AWS CloudFormation

AWS::Cognito::UserPool CustomEmailSender

A custom email 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 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 AWS Lambda function. The only supported value is V1_0.

Required: No

Type: String

Update requires: No interruption