ProjectProperties interface
Properties specific to a MongoDB Atlas Project.
Properties
| cluster |
Number of clusters in the project. |
| organization |
Atlas organization id. |
| project |
Atlas project id. |
| project |
Atlas project name. |
| provisioning |
Provisioning state of the resource. |
Property Details
clusterCount
Number of clusters in the project.
clusterCount?: number
Property Value
number
organizationId
Atlas organization id.
organizationId?: string
Property Value
string
projectId
Atlas project id.
projectId?: string
Property Value
string
projectName
Atlas project name.
projectName?: string
Property Value
string
provisioningState
Provisioning state of the resource.
provisioningState?: string
Property Value
string