DatabaseClusterBackupRestore

data class DatabaseClusterBackupRestore(val backupCreatedAt: String? = null, val databaseName: String)

Constructors

Link copied to clipboard
constructor(backupCreatedAt: String? = null, databaseName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val backupCreatedAt: String? = null

The timestamp of an existing database cluster backup in ISO8601 combined date and time format. The most recent backup will be used if excluded. This resource supports customized create timeouts. The default timeout is 30 minutes.

Link copied to clipboard

The name of an existing database cluster from which the backup will be restored.