Name | Type | Description |
---|---|---|
Host | String | Host Endpoint of the Redshift Cluster (must include the cluster-id, region and end with .redshift.amazonaws.com) |
Port | Integer | Port of the database. |
Username | String | Username to use to access the database. |
Password | String | Password associated with the username. |
Database | String | Name of the database. |
Default Schema | String | The default schema tables are written to if the source does not specify a namespace. Unless specifically configured, the usual value for this field is "public". |
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). |
Uploading Method | Object | The method how the data will be uploaded to the database. |