Name | Type | Description |
---|---|---|
Host | String | Hostname of the database. |
Port | Integer | Port of the database. |
Database | String | Name of the database. |
Username | 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. |