Database Cluster Backup Restore Args
data class DatabaseClusterBackupRestoreArgs(val backupCreatedAt: Output<String>? = null, val databaseName: Output<String>) : ConvertibleToJava<DatabaseClusterBackupRestoreArgs>
Properties
Link copied to clipboard
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.