RestoreDatabaseBackupRequest: {
    databaseBackupId: string;
    databaseName?: string;
    instanceId: string;
    region?: Region;
}

Type declaration

  • databaseBackupId: string

    Backup of a logical database.

  • OptionaldatabaseName?: string

    Defines the destination database to restore into a specified database (the default destination is set to the origin database of the backup).

  • instanceId: string

    Defines the Database Instance where the backup has to be restored.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.