Uptime Alert Notification Args
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)