UserPoolRiskConfigurationAttachmentNotifyConfigurationTypeArgs

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

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
val from: Output<String>? = null

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.

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.

Link copied to clipboard
val replyTo: Output<String>? = null

The reply-to email address of an email template.

Link copied to clipboard
val sourceArn: Output<String>

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.

Functions

Link copied to clipboard
open override fun toJava(): UserPoolRiskConfigurationAttachmentNotifyConfigurationTypeArgs