This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
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.
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}
YAML
BlockEmail:NotifyEmailTypeFrom:StringMfaEmail:NotifyEmailTypeNoActionEmail:NotifyEmailTypeReplyTo:StringSourceArn: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: 0Maximum: 131072Update 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. Can be an email address in the format admin@example.comorAdministrator <admin@example.com>.Required: No Type: String Minimum: 0Maximum: 131072Update 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 Fromparameter.Required: Yes Type: String Pattern: arn:[\w+=/,.@-]+:[\w+=/,.@-]+:([\w+=/,.@-]*)?:[0-9]+:[\w+=/,.@-]+(:[\w+=/,.@-]+)?(:[\w+=/,.@-]+)?Minimum: 20Maximum: 2048Update requires: No interruption