UptimeAlertNotificationArgs

data class UptimeAlertNotificationArgs(val emails: Output<List<String>>? = null, val slacks: Output<List<UptimeAlertNotificationSlackArgs>>? = null) : ConvertibleToJava<UptimeAlertNotificationArgs>

Constructors

Link copied to clipboard
constructor(emails: Output<List<String>>? = null, slacks: Output<List<UptimeAlertNotificationSlackArgs>>? = null)

Properties

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

List of email addresses to sent notifications to.

Link copied to clipboard

Functions

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