Name | Type | Description | Notes |
---|---|---|---|
Host | string | The host name of the source server. | |
Port | Int | The connection port of the source server. | |
Username | string | The username of the source server. Uses `default` for Redis if left empty or unset. | |
Password | string | The password of the source server. | |
Database | string | The database of the source server. Required for MySQL/PostgreSQL engine types, but excluded for Redis. | [optional] |
IgnoredDatabases | string | Comma-separated list of ignored databases on the source server. Excluded for Redis engine types. | [optional] |
Ssl | bool | The true/false value for whether SSL is needed to connect to the source server. |