Interface: ParsedAddress
Pieces recovered from parsing a single address or resource-path input.
Extends
Section titled “Extends”Properties
Section titled “Properties”branch?
Section titled “branch?”
optionalbranch?:string
Branch id within the project. Defaults to the project’s default branch.
Inherited from
Section titled “Inherited from”LakebaseConnectionInputs.branch
database?
Section titled “database?”
optionaldatabase?:string
Postgres database name (PGDATABASE). Defaults to databricks_postgres.
Inherited from
Section titled “Inherited from”LakebaseConnectionInputs.database
databaseResourceId?
Section titled “databaseResourceId?”
optionaldatabaseResourceId?:string
Database resource id leaf from a .../databases/{id} path. Not the
Postgres database name.
endpoint?
Section titled “endpoint?”
optionalendpoint?:string
Canonical endpoint resource path (projects/.../endpoints/...), from
LAKEBASE_ENDPOINT. Defaults to the branch’s read-write endpoint.
Inherited from
Section titled “Inherited from”LakebaseConnectionInputs.endpoint
endpointId?
Section titled “endpointId?”
optionalendpointId?:string
Endpoint leaf id (last segment of an endpoint resource path).
optionalhost?:string
Postgres hostname (PGHOST). Defaults to the resolved endpoint’s host.
Inherited from
Section titled “Inherited from”
optionalport?:number
Postgres port (PGPORT). Defaults to 5432.
Inherited from
Section titled “Inherited from”project?
Section titled “project?”
optionalproject?:string
Lakebase project id. Resolved from the workspace when unset.
Inherited from
Section titled “Inherited from”LakebaseConnectionInputs.project
sslMode?
Section titled “sslMode?”
optionalsslMode?:"require"|"disable"|"prefer"
Postgres TLS mode (PGSSLMODE). Defaults to require.
Inherited from
Section titled “Inherited from”LakebaseConnectionInputs.sslMode
optionaluser?:string
Postgres user (URI-decoded if encoded).