ClusterRestoreToPointInTimeArgs

data class ClusterRestoreToPointInTimeArgs(val restoreToTime: Output<String>? = null, val restoreType: Output<String>? = null, val sourceClusterIdentifier: Output<String>, val useLatestRestorableTime: Output<Boolean>? = null) : ConvertibleToJava<ClusterRestoreToPointInTimeArgs>

Constructors

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

Properties

Link copied to clipboard
val restoreToTime: Output<String>? = null

The date and time to restore from. Value must be a time in Universal Coordinated Time (UTC) format and must be before the latest restorable time for the DB instance. Cannot be specified with use_latest_restorable_time.

Link copied to clipboard
val restoreType: Output<String>? = null

The type of restore to be performed. Valid values are full-copy, copy-on-write.

Link copied to clipboard

The identifier of the source DB cluster from which to restore. Must match the identifier of an existing DB cluster.

Link copied to clipboard
val useLatestRestorableTime: Output<Boolean>? = null

A boolean value that indicates whether the DB cluster is restored from the latest backup time. Defaults to false. Cannot be specified with restore_to_time.

Functions

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