restoreToPointInTime

@JvmName(name = "akryrjdafixybvpi")
suspend fun restoreToPointInTime(value: Output<InstanceRestoreToPointInTimeArgs>)
@JvmName(name = "fjiyadbaqukecuao")
suspend fun restoreToPointInTime(value: InstanceRestoreToPointInTimeArgs?)

Parameters

value

A configuration block for restoring a DB instance to an arbitrary point in time. Requires the identifier argument to be set with the name of the new DB instance to be created. See Restore To Point In Time below for details.


@JvmName(name = "lilgaopqgtffiebf")
suspend fun restoreToPointInTime(argument: suspend InstanceRestoreToPointInTimeArgsBuilder.() -> Unit)

Parameters

argument

A configuration block for restoring a DB instance to an arbitrary point in time. Requires the identifier argument to be set with the name of the new DB instance to be created. See Restore To Point In Time below for details.