Authentication
このセクションでは、本プロバイダーの接続文字列で設定可能なAuthentication プロパティの全リストを提供します。
プロパティ | 説明 |
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. |