ClusterRestoreToPointInTime

data class ClusterRestoreToPointInTime(val restoreToTime: String? = null, val restoreType: String? = null, val sourceClusterIdentifier: String, val useLatestRestorableTime: Boolean? = null)

Constructors

Link copied to clipboard
constructor(restoreToTime: String? = null, restoreType: String? = null, sourceClusterIdentifier: String, useLatestRestorableTime: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val restoreToTime: String? = null

Date and time in UTC format to restore the database cluster to. Conflicts with use_latest_restorable_time.

Link copied to clipboard
val restoreType: String? = null

Type of restore to be performed. Valid options are full-copy (default) and copy-on-write.

Link copied to clipboard

The identifier of the source database cluster from which to restore.

Link copied to clipboard

Set to true to restore the database cluster to the latest restorable backup time. Defaults to false. Conflicts with restore_to_time.