User Pool Risk Configuration Attachment Notify Configuration Type Args
data class UserPoolRiskConfigurationAttachmentNotifyConfigurationTypeArgs(val blockEmail: Output<UserPoolRiskConfigurationAttachmentNotifyEmailTypeArgs>? = null, val from: Output<String>? = null, val mfaEmail: Output<UserPoolRiskConfigurationAttachmentNotifyEmailTypeArgs>? = null, val noActionEmail: Output<UserPoolRiskConfigurationAttachmentNotifyEmailTypeArgs>? = null, val replyTo: Output<String>? = null, val sourceArn: Output<String>) : ConvertibleToJava<UserPoolRiskConfigurationAttachmentNotifyConfigurationTypeArgs>
Constructors
Link copied to clipboard
constructor(blockEmail: Output<UserPoolRiskConfigurationAttachmentNotifyEmailTypeArgs>? = null, from: Output<String>? = null, mfaEmail: Output<UserPoolRiskConfigurationAttachmentNotifyEmailTypeArgs>? = null, noActionEmail: Output<UserPoolRiskConfigurationAttachmentNotifyEmailTypeArgs>? = null, replyTo: Output<String>? = null, sourceArn: Output<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.