NotificationSettingsArgs

data class NotificationSettingsArgs(val additionalRecipients: Output<List<String>>? = null, val notifyDcAdmins: Output<Either<String, NotifyDcAdmins>>? = null, val notifyGlobalAdmins: Output<Either<String, NotifyGlobalAdmins>>? = null) : ConvertibleToJava<NotificationSettingsArgs>

Settings for notification

Constructors

Link copied to clipboard
constructor(additionalRecipients: Output<List<String>>? = null, notifyDcAdmins: Output<Either<String, NotifyDcAdmins>>? = null, notifyGlobalAdmins: Output<Either<String, NotifyGlobalAdmins>>? = null)

Properties

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

The list of additional recipients

Link copied to clipboard
val notifyDcAdmins: Output<Either<String, NotifyDcAdmins>>? = null

Should domain controller admins be notified

Link copied to clipboard
val notifyGlobalAdmins: Output<Either<String, NotifyGlobalAdmins>>? = null

Should global admins be notified

Functions

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