Uptime Alert Args
data class UptimeAlertArgs(val checkId: Output<String>? = null, val comparison: Output<String>? = null, val name: Output<String>? = null, val notifications: Output<List<UptimeAlertNotificationArgs>>? = null, val period: Output<String>? = null, val threshold: Output<Int>? = null, val type: Output<String>? = null) : ConvertibleToJava<UptimeAlertArgs>
Provides a DigitalOcean Uptime Alerts resource. Uptime Alerts provide the ability to add alerts to your DigitalOcean Uptime Checks when your endpoints are slow, unavailable, or SSL certificates are expiring.
Import
Uptime checks can be imported using the uptime alert's id
, e.g.
$ pulumi import digitalocean:index/uptimeAlert:UptimeAlert target 5a4981aa-9653-4bd1-bef5-d6bff52042e4
Content copied to clipboard
Constructors
Link copied to clipboard
fun UptimeAlertArgs(checkId: Output<String>? = null, comparison: Output<String>? = null, name: Output<String>? = null, notifications: Output<List<UptimeAlertNotificationArgs>>? = null, period: Output<String>? = null, threshold: Output<Int>? = null, type: Output<String>? = null)