| @type |
string |
The resource type identifier. Must be set to "connection". |
| name |
string |
The name for the new connection. |
| description |
string |
A description of the connection. |
| type |
string |
The connection type. |
| runtimeEnvironmentId |
string |
The runtime environment ID for the connection. |
| host |
string |
The hostname or IP address. |
| port |
integer |
The port number. |
| database |
string |
The database name or service name. |
| schema |
string |
The database schema. |
| username |
string |
The username for authentication. |
| password |
string |
The password for authentication. |
| authenticationType |
string |
The authentication method. |
| serviceUrl |
string |
The service endpoint URL. |
| codepage |
string |
The character encoding. |
| connParams |
object |
Additional connection-type-specific parameters. |