GetHealthCheckPlainArgs

data class GetHealthCheckPlainArgs(val healthCheckId: String) : ConvertibleToJava<GetHealthCheckPlainArgs>

Constructors

Link copied to clipboard
constructor(healthCheckId: String)

Properties

Link copied to clipboard

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.

Functions

Link copied to clipboard
open override fun toJava(): GetHealthCheckPlainArgs