Authentication
This section provides a complete list of the Authentication properties you can configure in the connection string for this provider.
Property | Description |
AuthScheme | Amazon Redshift に接続する際に使用する認証の種類。 |
Server | Amazon Redshift クラスターのホスト名またはIP アドレス。 |
Port | Amazon Redshift サーバーのポート番号。 |
Database | Amazon Redshift データベース名。 |
User | 認証で使用されるAmazon Redshift ユーザーアカウント。 |
Password | ユーザーの認証で使用されるパスワード。 |
UseSSL | このフィールドはSSL が有効化されているかどうかを設定します。 |
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. |