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 body of an email notification formatted in HTML. Choose an HtmlBody or a TextBody to send an HTML-formatted or plaintext message, respectively.

Link copied to clipboard
val subject: Output<String>

The subject of the threat protection email notification.

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

The body of an email notification formatted in plaintext. Choose an HtmlBody or a TextBody to send an HTML-formatted or plaintext message, respectively.

Functions

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