Authentication

This section provides a complete list of the Authentication properties you can configure in the connection string for this provider.


Property Description
AuthScheme The type of authentication to use when connecting to Amazon Redshift.
Server The host name or IP address of the Amazon Redshift cluster.
Port The port number of the Amazon Redshift server.
Database The name of the Amazon Redshift database.
User The Amazon Redshift user account used to authenticate.
Password The password used to authenticate the user.
UseSSL This field sets whether SSL is enabled.
Visibility Visibility restrictions used to filter exposed metadata for tables with privileges granted to them for current user. For example 'SELECT,INSERT' filter is restricting metatdata visibility only for those tables which may be accessed by current user for SELECT and INSERT operations. Supported privilege values are SELECT, INSERT, UPDATE, DELETE, REFERENCES.