EmailPreferencesArgs

data class EmailPreferencesArgs(val enableFailureEmail: Output<Boolean>? = null) : ConvertibleToJava<EmailPreferencesArgs>

Represents preferences for sending email notifications for transfer run events.

Constructors

Link copied to clipboard
fun EmailPreferencesArgs(enableFailureEmail: Output<Boolean>? = null)

Functions

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

Properties

Link copied to clipboard
val enableFailureEmail: Output<Boolean>? = null

If true, email notifications will be sent on transfer run failures.