Amazon Redshift
Last updated
Last updated
An Amazon Redshift connection is used to support exporting/loading data from your Upsolver tables into Redshift.
CONNECTION_STRING
— editableType: text
The connection string to use when connecting to the database. The string can be copied directly from Redshift.
USER_NAME
— editableType: text
The user to authenticate to the DB with.
PASSWORD
— editableType: text
The password to use for authentication. Optional when using IAM-based authentication (please see CONNECTION_STRING)
.
MAX_CONCURRENT_CONNECTIONS
— editableType: integer
(Optional) The maximum number of concurrent connections to the DB.
Limiting this may reduce the load on the database but could result in longer data latency.
COMMENT
— editableType: text
(Optional) A description or comment regarding this connection.
An IAM can be added to the connection string, allowing you to connect to Redshift without using a password. More information regarding IAM can be found .