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
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.