User Pool Risk Configuration Attachment Notify Configuration Type
data class UserPoolRiskConfigurationAttachmentNotifyConfigurationType(val blockEmail: UserPoolRiskConfigurationAttachmentNotifyEmailType? = null, val from: String? = null, val mfaEmail: UserPoolRiskConfigurationAttachmentNotifyEmailType? = null, val noActionEmail: UserPoolRiskConfigurationAttachmentNotifyEmailType? = null, val replyTo: String? = null, val sourceArn: String)
Constructors
Link copied to clipboard
constructor(blockEmail: UserPoolRiskConfigurationAttachmentNotifyEmailType? = null, from: String? = null, mfaEmail: UserPoolRiskConfigurationAttachmentNotifyEmailType? = null, noActionEmail: UserPoolRiskConfigurationAttachmentNotifyEmailType? = null, replyTo: String? = null, sourceArn: String)
Properties
Link copied to clipboard
The template for the email message that your user pool sends when a detected risk event is blocked.
Link copied to clipboard
The template for the email message that your user pool sends when MFA is challenged in response to a detected risk.
Link copied to clipboard
The template for the email message that your user pool sends when no action is taken in response to a detected risk.