UserPoolRiskConfigurationAttachmentNotifyEmailType

data class UserPoolRiskConfigurationAttachmentNotifyEmailType(val htmlBody: String? = null, val subject: String, val textBody: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val htmlBody: 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

The subject of the threat protection email notification.

Link copied to clipboard
val textBody: 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.