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 alerts can be imported using both the ID of the alert's parent check and its own separated by a comma in the format: check_id,alert_id
. For example:
$ pulumi import digitalocean:index/uptimeAlert:UptimeAlert target 94a7d216-d821-11ee-a327-33d3239ffc4b,5a4981aa-9653-4bd1-bef5-d6bff52042e4
Content copied to clipboard