RiskConfigurationAccountTakeoverRiskConfigurationNotifyConfigurationArgs

data class RiskConfigurationAccountTakeoverRiskConfigurationNotifyConfigurationArgs(val blockEmail: Output<RiskConfigurationAccountTakeoverRiskConfigurationNotifyConfigurationBlockEmailArgs>? = null, val from: Output<String>? = null, val mfaEmail: Output<RiskConfigurationAccountTakeoverRiskConfigurationNotifyConfigurationMfaEmailArgs>? = null, val noActionEmail: Output<RiskConfigurationAccountTakeoverRiskConfigurationNotifyConfigurationNoActionEmailArgs>? = null, val replyTo: Output<String>? = null, val sourceArn: Output<String>) : ConvertibleToJava<RiskConfigurationAccountTakeoverRiskConfigurationNotifyConfigurationArgs>

Properties

Link copied to clipboard

Email template used when a detected risk event is blocked. See notify email type below.

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

The email address that is sending the email. 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 multi-factor authentication (MFA) email template used when MFA is challenged as part of a detected risk. See notify email type below.

Link copied to clipboard

The email template used when a detected risk event is allowed. See notify email type below.

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

The destination to which the receiver of an email should reply to.

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(): RiskConfigurationAccountTakeoverRiskConfigurationNotifyConfigurationArgs