This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Cognito::UserPoolRiskConfigurationAttachment NotifyEmailType
The template for email messages that advanced security features sends to a user when your threat protection automated response has a Notify action.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
Properties
HtmlBody-
The body of an email notification formatted in HTML. Choose an
HtmlBodyor aTextBodyto send an HTML-formatted or plaintext message, respectively.Required: No
Type: String
Pattern:
[\p{L}\p{M}\p{S}\p{N}\p{P}\s*]+Minimum:
6Maximum:
20000Update requires: No interruption
Subject-
The subject of the threat protection email notification.
Required: Yes
Type: String
Pattern:
[\p{L}\p{M}\p{S}\p{N}\p{P}\s]+Minimum:
1Maximum:
140Update requires: No interruption
TextBody-
The body of an email notification formatted in plaintext. Choose an
HtmlBodyor aTextBodyto send an HTML-formatted or plaintext message, respectively.Required: No
Type: String
Pattern:
[\p{L}\p{M}\p{S}\p{N}\p{P}\s*]+Minimum:
6Maximum:
20000Update requires: No interruption