Authentication
This section provides a complete list of the Authentication properties you can configure in the connection settings 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 | Specifies the user ID of the authenticating Amazon Redshift user account. |
Password | Specifies the password of the authenticating user account. |
UseSSL | This field sets whether SSL is enabled. |
Visibility | Filters metadata for the user's permitted tables as a comma-separated list of queries. For example, to restrict visibility for SELECT and INSERT queries, specify 'SELECT,INSERT'. Permitted values: SELECT, INSERT, UPDATE, DELETE. |