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

The notify configuration type.

Syntax

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

JSON

{ "BlockEmail" : NotifyEmailType, "From" : String, "MfaEmail" : NotifyEmailType, "NoActionEmail" : NotifyEmailType, "ReplyTo" : String, "SourceArn" : String }

Properties

BlockEmail

Email template used when a detected risk event is blocked.

Required: No

Type: NotifyEmailType

Update requires: No interruption

From

The email address that is sending the email. The address must be either individually verified with Amazon Simple Email Service, or from a domain that has been verified with Amazon SES.

Required: No

Type: String

Minimum: 0

Maximum: 131072

Update requires: No interruption

MfaEmail

The multi-factor authentication (MFA) email template used when MFA is challenged as part of a detected risk.

Required: No

Type: NotifyEmailType

Update requires: No interruption

NoActionEmail

The email template used when a detected risk event is allowed.

Required: No

Type: NotifyEmailType

Update requires: No interruption

ReplyTo

The destination to which the receiver of an email should reply to.

Required: No

Type: String

Minimum: 0

Maximum: 131072

Update requires: No interruption

SourceArn

The Amazon Resource Name (ARN) of the identity that is associated with the sending authorization policy. This identity permits Amazon Cognito to send for the email address specified in the From parameter.

Required: Yes

Type: String

Pattern: arn:[\w+=/,.@-]+:[\w+=/,.@-]+:([\w+=/,.@-]*)?:[0-9]+:[\w+=/,.@-]+(:[\w+=/,.@-]+)?(:[\w+=/,.@-]+)?

Minimum: 20

Maximum: 2048

Update requires: No interruption