interface MongoDbInstallerProps
| Language | Type name |
|---|---|
Python | aws_rfdk.MongoDbInstallerProps |
TypeScript (source) | aws-rfdk » MongoDbInstallerProps |
Properties that are required to create a {@link MongoDbInstaller}.
Properties
| Name | Type | Description |
|---|---|---|
| version | Mongo | The version of MongoDB to install. |
| user | Mongo | MongoDB Community edition is licensed under the terms of the SSPL (see: https://www.mongodb.com/licensing/server-side-public-license ). Users of MongoDbInstaller must explicitly signify their acceptance of the terms of the SSPL through this property before the {@link MongoDbInstaller} will be allowed to install MongoDB. |
version
Type:
Mongo
The version of MongoDB to install.
userSsplAcceptance?
Type:
Mongo
(optional, default: MongoDbSsplLicenseAcceptance.USER_REJECTS_SSPL)
MongoDB Community edition is licensed under the terms of the SSPL (see: https://www.mongodb.com/licensing/server-side-public-license ). Users of MongoDbInstaller must explicitly signify their acceptance of the terms of the SSPL through this property before the {@link MongoDbInstaller} will be allowed to install MongoDB.

Python
TypeScript (