AWS::Cognito::UserPoolRiskConfigurationAttachment NotifyEmailType - 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::UserPoolRiskConfigurationAttachment NotifyEmailType

The notify email type.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "HtmlBody" : String, "Subject" : String, "TextBody" : String }

YAML

HtmlBody: String Subject: String TextBody: String

Properties

HtmlBody

The email HTML body.

Required: No

Type: String

Minimum: 6

Maximum: 20000

Pattern: [\p{L}\p{M}\p{S}\p{N}\p{P}\s*]+

Update requires: No interruption

Subject

The email subject.

Required: Yes

Type: String

Minimum: 1

Maximum: 140

Pattern: [\p{L}\p{M}\p{S}\p{N}\p{P}\s]+

Update requires: No interruption

TextBody

The email text body.

Required: No

Type: String

Minimum: 6

Maximum: 20000

Pattern: [\p{L}\p{M}\p{S}\p{N}\p{P}\s*]+

Update requires: No interruption