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.
Contents
- 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.Type: String
Length Constraints: Minimum length of 20. Maximum length of 2048.
Pattern:
arn:[\w+=/,.@-]+:[\w+=/,.@-]+:([\w+=/,.@-]*)?:[0-9]+:[\w+=/,.@-]+(:[\w+=/,.@-]+)?(:[\w+=/,.@-]+)?
Required: Yes
- BlockEmail
-
The template for the email message that your user pool sends when a detected risk event is blocked.
Type: NotifyEmailType object
Required: No
- 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.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 131072.
Required: No
- MfaEmail
-
The template for the email message that your user pool sends when MFA is challenged in response to a detected risk.
Type: NotifyEmailType object
Required: No
- NoActionEmail
-
The template for the email message that your user pool sends when no action is taken in response to a detected risk.
Type: NotifyEmailType object
Required: No
- ReplyTo
-
The reply-to email address of an email template.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 131072.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: