AWS::Cognito::UserPool InviteMessageTemplate
The message template to be used for the welcome message to new users.
See also Customizing User Invitation Messages.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "EmailMessage" :String, "EmailSubject" :String, "SMSMessage" :String}
YAML
EmailMessage:StringEmailSubject:StringSMSMessage:String
Properties
EmailMessage-
The message template for email messages. EmailMessage is allowed only if EmailSendingAccount is DEVELOPER.
Required: No
Type: String
Minimum:
6Maximum:
20000Pattern:
[\p{L}\p{M}\p{S}\p{N}\p{P}\s*]*\{####\}[\p{L}\p{M}\p{S}\p{N}\p{P}\s*]*Update requires: No interruption
EmailSubject-
The subject line for email messages. EmailSubject is allowed only if EmailSendingAccount is DEVELOPER.
Required: No
Type: String
Minimum:
1Maximum:
140Pattern:
[\p{L}\p{M}\p{S}\p{N}\p{P}\s]+Update requires: No interruption
SMSMessage-
The message template for SMS messages.
Required: No
Type: String
Minimum:
6Maximum:
140Pattern:
.*\{####\}.*Update requires: No interruption