ProjectProperties interface
Properties specific to Project
Properties
| attributes | Additional attributes for the entity |
| branch | The Branch properties of the project. This is optional |
| created |
Timestamp indicating when the entity was created |
| databases | Neon Databases associated with the project |
| default |
Default endpoint settings for the project. |
| endpoints | Endpoints associated with the project |
| entity |
Unique identifier for the entity |
| entity |
Name of the resource |
| history |
The retention period for project history in seconds. |
| pg |
Postgres version for the project |
| provisioning |
Provisioning state of the resource. |
| region |
Region where the project is created |
| roles | Roles associated with the project |
| storage | Data Storage bytes per hour for the project |
Property Details
attributes
branch
The Branch properties of the project. This is optional
branch?: BranchProperties
Property Value
createdAt
Timestamp indicating when the entity was created
createdAt?: string
Property Value
string
databases
Neon Databases associated with the project
databases?: NeonDatabaseProperties[]
Property Value
defaultEndpointSettings
Default endpoint settings for the project.
defaultEndpointSettings?: DefaultEndpointSettings
Property Value
endpoints
Endpoints associated with the project
endpoints?: EndpointProperties[]
Property Value
entityId
Unique identifier for the entity
entityId?: string
Property Value
string
entityName
Name of the resource
entityName?: string
Property Value
string
historyRetention
The retention period for project history in seconds.
historyRetention?: number
Property Value
number
pgVersion
Postgres version for the project
pgVersion?: number
Property Value
number
provisioningState
Provisioning state of the resource.
provisioningState?: string
Property Value
string
regionId
Region where the project is created
regionId?: string
Property Value
string
roles
storage
Data Storage bytes per hour for the project
storage?: number
Property Value
number