Skip to content

Commit 088a321

Browse files
committed
Update description
1 parent 03cd2f7 commit 088a321

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/data-factory/connector-amazon-redshift.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ The following properties are supported for Amazon Redshift linked service:
9696
| database |Name of the Amazon Redshift database. |Yes |
9797
| username |Name of user who has access to the database. |Yes |
9898
| password |Password for the user account. Mark this field as a SecureString to store it securely, or [reference a secret stored in Azure Key Vault](store-credentials-in-key-vault.md). |Yes |
99-
| sslmode | Controls whether SSL is used, depending on server support. This property is only supported in version 2.0.<br/>- **Verify_full**: The connection fails if the server doesn't support SSL. Also verifies server certificate with host's name.<br/>- **Verify_ca**: The connection fails if the server doesn't support SSL. Also verifies server certificate.<br/>- **Required**: The connection fails if the server doesn't support SSL.<br/>- **Preferred**: Prefer SSL connections if the server allows them, but allow connections without SSL.<br/>- **Allowed**: Prefer non-SSL connections if the server allows them, but allow SSL connections.<br/>- **Disabled**: SSL is disabled. If the server requires SSL, the connection fails. <br/>Options: Verify_full (Default) / Verify_ca / Required / Preferred / Allowed / Disabled | No |
99+
| sslmode | The SSL certificate verification mode to use when connecting to Amazon Redshift. This property is only supported in version 2.0. The following options are supported: <br/>- **Verify_full** (verify-full): Connect only using SSL, a trusted certificate authority, and a server name that matches the certificate.<br/>- **Verify_ca** (verify-ca): Connect only using SSL and a trusted certificate authority.<br/>- **Required** (require): Connect only using SSL.<br/>- **Preferred** (prefer): Connect using SSL if available. Otherwise, connect without using SSL.<br/>- **Allowed** (allow): By default, connect without using SSL. If the server requires SSL connections, then use SSL.<br/>- **Disabled** (disable): Connect without using SSL. | No, default is verify-full |
100100
| connectVia | The [Integration Runtime](concepts-integration-runtime.md) to be used to connect to the data store. You can use Azure Integration Runtime or Self-hosted Integration Runtime (if your data store is located in private network). If not specified, it uses the default Azure Integration Runtime. |No |
101101

102102
> [!Note]

0 commit comments

Comments
 (0)