Name | Type | Description |
---|---|---|
Host | String | Hostname of the database. |
Port | Integer | JDBC port (not the native port) of the database. |
Native Port | Integer | Native port (not the JDBC) of the database. |
DB Name | String | Name of the database. |
User | String | Username to use to access the database. |
Password | String | Password associated with the username. |
JDBC URL Params | String | Additional properties to pass to the JDBC URL string when connecting to the database formatted as 'key=value' pairs separated by the symbol '&'. (example: key1=value1&key2=value2&key3=value3). |
SSL Connection | Boolean | Encrypt data using SSL. |