ManagedDatabasePointInTimeRestore

data class ManagedDatabasePointInTimeRestore(val restorePointInTime: String, val sourceDatabaseId: String)

Constructors

Link copied to clipboard
constructor(restorePointInTime: String, sourceDatabaseId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The point in time for the restore from source_database_id. Changing this forces a new resource to be created.

Link copied to clipboard

The source database id that will be used to restore from. Changing this forces a new resource to be created.