restoreToTime

@JvmName(name = "gbfejasqgnjvpqum")
suspend fun restoreToTime(value: Output<String>)
@JvmName(name = "pvdoteqavfexjwqw")
suspend fun restoreToTime(value: String?)

Parameters

value

The date and time to restore the DB cluster to. Valid Values: Value must be a time in Universal Coordinated Time (UTC) format Constraints:

  • Must be before the latest restorable time for the DB instance

  • Must be specified if `UseLatestRestorableTime` parameter isn't provided

  • Can't be specified if the `UseLatestRestorableTime` parameter is enabled

  • Can't be specified if the `RestoreType` parameter is `copy-on-write` This property must be used with `SourceDBClusterIdentifier` property. The resulting cluster will have the identifier that matches the value of the `DBclusterIdentifier` property. Example: `2015-03-07T23:45:00Z` Valid for: Aurora DB clusters and Multi-AZ DB clusters