AWS::Cognito::UserPoolRiskConfigurationAttachment NotifyEmailType - AWS CloudFormation

AWS::Cognito::UserPoolRiskConfigurationAttachment NotifyEmailType

The notify email type.

Syntax

To declare this entity in your AWS 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

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

Minimum: 6

Maximum: 20000

Update requires: No interruption

Subject

The email subject.

Required: Yes

Type: String

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

Minimum: 1

Maximum: 140

Update requires: No interruption

TextBody

The email text body.

Required: No

Type: String

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

Minimum: 6

Maximum: 20000

Update requires: No interruption