ClusterRestoreToPointInTime class
Constructors
-
ClusterRestoreToPointInTime({Input<String?>? restoreToTime, Input<String?>? restoreType, required Input<String> sourceClusterIdentifier, Input<bool?>? useLatestRestorableTime})
-
Creates a new ClusterRestoreToPointInTime.
restoreToTime 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 useLatestRestorableTime.
restoreType The type of restore to be performed. Valid values are full-copy, copy-on-write.
sourceClusterIdentifier The identifier of the source DB cluster from which to restore. Must match the identifier of an existing DB cluster.
useLatestRestorableTime A boolean value that indicates whether the DB cluster is restored from the latest backup time. Defaults to false. Cannot be specified with restoreToTime.
const
-
ClusterRestoreToPointInTime.fromMap(Map<String, dynamic> map)
-
factory
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
restoreToTime
→ Input<String?>?
-
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
useLatestRestorableTime.
final
-
restoreType
→ Input<String?>?
-
The type of restore to be performed. Valid values are
full-copy, copy-on-write.
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
sourceClusterIdentifier
→ Input<String>
-
The identifier of the source DB cluster from which to restore. Must match the identifier of an existing DB cluster.
final
-
useLatestRestorableTime
→ Input<bool?>?
-
A boolean value that indicates whether the DB cluster is restored from the latest backup time. Defaults to
false. Cannot be specified with restoreToTime.
final