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
Email template used when a detected risk event is blocked.
Link copied to clipboard
The multi-factor authentication (MFA) email template used when MFA is challenged as part of a detected risk.
Link copied to clipboard
The email template used when a detected risk event is allowed.