AWS::Cognito::UserPoolRiskConfigurationAttachment NotifyConfigurationType - AWS CloudFormation

AWS::Cognito::UserPoolRiskConfigurationAttachment NotifyConfigurationType

The configuration for Amazon SES email messages that advanced security features sends to a user when your adaptive authentication automated response has a Notify action.

This data type is a request parameter of SetRiskConfiguration and a response parameter of DescribeRiskConfiguration.

Syntax

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

JSON

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

Properties

BlockEmail

The template for the email message that your user pool sends when a detected risk event is blocked.

Required: No

Type: NotifyEmailType

Update requires: No interruption

From

The email address that sends the email message. 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 template for the email message that your user pool sends when MFA is challenged in response to a detected risk.

Required: No

Type: NotifyEmailType

Update requires: No interruption

NoActionEmail

The template for the email message that your user pool sends when no action is taken in response to a detected risk.

Required: No

Type: NotifyEmailType

Update requires: No interruption

ReplyTo

The reply-to email address of an email template.

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