StatusReport

A complex type that contains the status that one Amazon Route 53 health checker reports and the time of the health check.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The date and time that the health checker performed the health check in ISO 8601 format and Coordinated Universal Time (UTC). For example, the value 2017-03-27T17:48:16.751Z represents March 27, 2017 at 17:48:16.751 UTC.

Link copied to clipboard

A description of the status of the health check endpoint as reported by one of the Amazon Route 53 health checkers.

Functions

Link copied to clipboard
inline fun copy(block: StatusReport.Builder.() -> Unit = {}): StatusReport
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String