UptimeCheck

class UptimeCheck : KotlinCustomResource

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

Properties

Link copied to clipboard
val enabled: Output<Boolean>?

A boolean value indicating whether the check is enabled/disabled.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>

A human-friendly display name for the check.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val regions: Output<List<String>>?

An array containing the selected regions to perform healthchecks from: "us_east", "us_west", "eu_west", "se_asia"

Link copied to clipboard
val target: Output<String>

The endpoint to perform healthchecks on.

Link copied to clipboard
val type: Output<String>?

The type of health check to perform: 'ping' 'http' 'https'.

Link copied to clipboard
val urn: Output<String>