| Name | Type | Description | Notes |
|---|---|---|---|
| Name | string | The name of the connection pool. | |
| Database | string | The logical database associated with the connection pool. | |
| Username | string | The database user associated with the connection pool. | |
| Mode | string | The mode for the connection pool. * `session` * `transaction` * `statement` | |
| Size | int | The size of the connection pool. |