GetHealthCheckResult

data class GetHealthCheckResult(val healthCheckConfig: HealthCheckConfigProperties? = null, val healthCheckId: String? = null, val healthCheckTags: List<HealthCheckTag>? = null)

Constructors

Link copied to clipboard
constructor(healthCheckConfig: HealthCheckConfigProperties? = null, healthCheckId: String? = null, healthCheckTags: List<HealthCheckTag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A complex type that contains information about the health check.

Link copied to clipboard
val healthCheckId: String? = null

The identifier that Amazon Route 53 assigned to the health check when you created it. When you add or update a resource record set, you use this value to specify which health check to use. The value can be up to 64 characters long.

Link copied to clipboard

An array of key-value pairs to apply to this resource.