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. |
Database | String | Name of the database. |
Schemas | Array | The list of schemas to sync from. Specify one or more explicitly or keep empty to process all schemas. Schema names are case sensitive. |
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). |