UserPoolRiskConfigurationAttachmentNotifyEmailTypeArgs

data class UserPoolRiskConfigurationAttachmentNotifyEmailTypeArgs(val htmlBody: Output<String>? = null, val subject: Output<String>, val textBody: Output<String>? = null) : ConvertibleToJava<UserPoolRiskConfigurationAttachmentNotifyEmailTypeArgs>

Constructors

constructor(htmlBody: Output<String>? = null, subject: Output<String>, textBody: Output<String>? = null)

Properties

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

The email HTML body.

Link copied to clipboard
val subject: Output<String>

The email subject.

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

The email text body.

Functions

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