enum MongoDbVersion
| Language | Type name |
|---|---|
Python | aws_rfdk.MongoDbVersion |
TypeScript (source) | aws-rfdk » MongoDbVersion |
Versions of MongoDB Community Edition that the {@link MongoDbInstaller} is able to install.
Members
| Name | Description |
|---|---|
| COMMUNITY_8_0 | MongoDB 8.0 Community Edition. See: https://www.mongodb.com/docs/v8.0/introduction/. |
COMMUNITY_8_0
MongoDB 8.0 Community Edition. See: https://www.mongodb.com/docs/v8.0/introduction/.

Python
TypeScript (