Uptime Check Args
data class UptimeCheckArgs(val enabled: Output<Boolean>? = null, val name: Output<String>? = null, val regions: Output<List<String>>? = null, val target: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<UptimeCheckArgs>
Provides a DigitalOcean Uptime Checks resource. Uptime Checks provide the ability to monitor your endpoints from around the world, and alert you when they're slow, unavailable, or SSL certificates are expiring.
Import
Uptime checks can be imported using the uptime check's id
, e.g.
$ pulumi import digitalocean:index/uptimeCheck:UptimeCheck target 5a4981aa-9653-4bd1-bef5-d6bff52042e4
Content copied to clipboard