ReservationReplicationStatus

data class ReservationReplicationStatus(val errors: List<ReservationReplicationStatusError>? = null, val lastErrorTime: String? = null, val lastReplicationTime: String? = null)

Constructors

Link copied to clipboard
constructor(errors: List<ReservationReplicationStatusError>? = null, lastErrorTime: String? = null, lastReplicationTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

(Output) The last error encountered while trying to replicate changes from the primary to the secondary. This field is only available if the replication has not succeeded since. Structure is documented below.

Link copied to clipboard
val lastErrorTime: String? = null

(Output) The time at which the last error was encountered while trying to replicate changes from the primary to the secondary. This field is only available if the replication has not succeeded since.

Link copied to clipboard

(Output) A timestamp corresponding to the last change on the primary that was successfully replicated to the secondary.