| Driver file: | The .jar, .zip or .class file that contains the JDBC driver |
| Download link: | http://docs.aws.amazon.com/redshift/latest/mgmt/configure-jdbc-connection.html#download-jdbc-driver |
| Connection URL: | Specify the location of the JDBC data provider. |
| <host_name>: | The endpoint of the Amazon Redshift cluster. |
| <port_number>: | The port number that you specified when you launched the cluster. If you have a firewall, ensure that this port is open for you to use. |
| <database_name>: | The database that you created for your cluster. |
| User: | User name to login to the database |
| Password: | Password of the user name specified |