enum MongoDbSsplLicenseAcceptance
| Language | Type name |
|---|---|
Python | aws_rfdk.MongoDbSsplLicenseAcceptance |
TypeScript (source) | aws-rfdk » MongoDbSsplLicenseAcceptance |
Choices for signifying the user's stance on the terms of the SSPL.
See: https://www.mongodb.com/licensing/server-side-public-license
Members
| Name | Description |
|---|---|
| USER_REJECTS_SSPL | The user signifies their explicit rejection of the tems of the SSPL. |
| USER_ACCEPTS_SSPL | The user signifies their explicit acceptance of the terms of the SSPL. |
USER_REJECTS_SSPL
The user signifies their explicit rejection of the tems of the SSPL.
USER_ACCEPTS_SSPL
The user signifies their explicit acceptance of the terms of the SSPL.

Python
TypeScript (