| Host Name/IP |
Required. The hostname or IP address of the datasource. |
| Port number |
Required. Default value: 5432. |
| Database |
Required. The name of the database. |
| Connection property |
Properties that must be included in the JDBC URL to establish a JDBC connection with the datasource. The required format is property1=value;property2=value, where each property and value pair is separated by a semicolon. For examples, refer to the database vendor's JDBC documentation. |
| Custom URL |
The connection string to the datasource. When the custom URL is not provided, the datasource connection is made by using properties such as the hostname and port number. |