Sign Up for Free

RunKit +

Try any Node.js package right in your browser

This is a playground to test code. It runs a full Node.js environment and already has all of npm’s 1,000,000+ packages pre-installed, including @cdk-cloudformation/mongodb-atlas-databaseuser with all npm packages installed. Try it out:

require("aws-cdk-lib/package.json"); // aws-cdk-lib is a peer dependency. require("constructs/package.json"); // constructs is a peer dependency. var mongodbAtlasDatabaseuser = require("@cdk-cloudformation/mongodb-atlas-databaseuser")

This service is provided by RunKit and is not affiliated with npm, Inc or the package authors.

@cdk-cloudformation/mongodb-atlas-databaseuser v1.3.0-alpha.7

The databaseUsers resource lets you retrieve, create and modify the MongoDB users in your cluster. Each user has a set of roles that provide access to the project?s databases. A user?s roles apply to all the clusters in the project: if two clusters have a products database and a user has a role granting read access on the products database, the user has that access on both clusters.

RunKit is a free, in-browser JavaScript dev environment for prototyping Node.js code, with every npm package installed. Sign up to share your code.
Sign Up for Free