cdk-cloudformation-mongodb-atlas-databaseuser


Namecdk-cloudformation-mongodb-atlas-databaseuser JSON
Version 1.3.0a7 PyPI version JSON
download
home_pagehttps://github.com/cdklabs/cdk-cloudformation.git
SummaryThe 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.
upload_time2023-02-03 16:17:54
maintainer
docs_urlNone
authorAmazon Web Services
requires_python~=3.7
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # mongodb-atlas-databaseuser

> AWS CDK [L1 construct](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html) and data structures for the [AWS CloudFormation Registry](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry.html) type `MongoDB::Atlas::DatabaseUser` v1.3.0.

---


![Deprecated](https://img.shields.io/badge/deprecated-critical.svg?style=for-the-badge)

> This package is deprecated. Please use the respective `@mongodbatlas-awscdk/*` scoped package instead

---


## Description

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.

## Usage

In order to use this library, you will need to activate this AWS CloudFormation Registry type in your account. You can do this via the AWS Management Console or using the [AWS CLI](https://aws.amazon.com/cli/) using the following command:

```sh
aws cloudformation activate-type \
  --type-name MongoDB::Atlas::DatabaseUser \
  --publisher-id bb989456c78c398a858fef18f2ca1bfc1fbba082 \
  --type RESOURCE \
  --execution-role-arn ROLE-ARN
```

Alternatively:

```sh
aws cloudformation activate-type \
  --public-type-arn arn:aws:cloudformation:us-east-1::type/resource/bb989456c78c398a858fef18f2ca1bfc1fbba082/MongoDB-Atlas-DatabaseUser \
  --execution-role-arn ROLE-ARN
```

You can find more information about activating this type in the [AWS CloudFormation documentation](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-public.html).

## Feedback

This library is auto-generated and published to all supported programming languages by the [cdklabs/cdk-cloudformation](https://github.com/cdklabs/cdk-cloudformation) project based on the API schema published for `MongoDB::Atlas::DatabaseUser`.

* Issues related to this generated library should be [reported here](https://github.com/cdklabs/cdk-cloudformation/issues/new?title=Issue+with+%40cdk-cloudformation%2Fmongodb-atlas-databaseuser+v1.3.0).
* Issues related to `MongoDB::Atlas::DatabaseUser` should be reported to the [publisher](undefined).

## License

Distributed under the Apache-2.0 License.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/cdklabs/cdk-cloudformation.git",
    "name": "cdk-cloudformation-mongodb-atlas-databaseuser",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "~=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "Amazon Web Services",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/67/20/52e0e9bd60bdca9e59d354330f32cb58a333ceec0205b78469b0078aea2b/cdk-cloudformation-mongodb-atlas-databaseuser-1.3.0a7.tar.gz",
    "platform": null,
    "description": "# mongodb-atlas-databaseuser\n\n> AWS CDK [L1 construct](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html) and data structures for the [AWS CloudFormation Registry](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry.html) type `MongoDB::Atlas::DatabaseUser` v1.3.0.\n\n---\n\n\n![Deprecated](https://img.shields.io/badge/deprecated-critical.svg?style=for-the-badge)\n\n> This package is deprecated. Please use the respective `@mongodbatlas-awscdk/*` scoped package instead\n\n---\n\n\n## Description\n\nThe 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.\n\n## Usage\n\nIn order to use this library, you will need to activate this AWS CloudFormation Registry type in your account. You can do this via the AWS Management Console or using the [AWS CLI](https://aws.amazon.com/cli/) using the following command:\n\n```sh\naws cloudformation activate-type \\\n  --type-name MongoDB::Atlas::DatabaseUser \\\n  --publisher-id bb989456c78c398a858fef18f2ca1bfc1fbba082 \\\n  --type RESOURCE \\\n  --execution-role-arn ROLE-ARN\n```\n\nAlternatively:\n\n```sh\naws cloudformation activate-type \\\n  --public-type-arn arn:aws:cloudformation:us-east-1::type/resource/bb989456c78c398a858fef18f2ca1bfc1fbba082/MongoDB-Atlas-DatabaseUser \\\n  --execution-role-arn ROLE-ARN\n```\n\nYou can find more information about activating this type in the [AWS CloudFormation documentation](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-public.html).\n\n## Feedback\n\nThis library is auto-generated and published to all supported programming languages by the [cdklabs/cdk-cloudformation](https://github.com/cdklabs/cdk-cloudformation) project based on the API schema published for `MongoDB::Atlas::DatabaseUser`.\n\n* Issues related to this generated library should be [reported here](https://github.com/cdklabs/cdk-cloudformation/issues/new?title=Issue+with+%40cdk-cloudformation%2Fmongodb-atlas-databaseuser+v1.3.0).\n* Issues related to `MongoDB::Atlas::DatabaseUser` should be reported to the [publisher](undefined).\n\n## License\n\nDistributed under the Apache-2.0 License.\n\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "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.",
    "version": "1.3.0a7",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2dbf0260776679fbb84b6124e90c72d56b85927cf79079b9e6c348f7f3a022a5",
                "md5": "b76f6231f2bec18848baddbd4f240236",
                "sha256": "218e627829259ef80df6381baf0978602c9d6ca301674e5a1a70d261e496b834"
            },
            "downloads": -1,
            "filename": "cdk_cloudformation_mongodb_atlas_databaseuser-1.3.0a7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b76f6231f2bec18848baddbd4f240236",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "~=3.7",
            "size": 37372,
            "upload_time": "2023-02-03T16:17:52",
            "upload_time_iso_8601": "2023-02-03T16:17:52.451668Z",
            "url": "https://files.pythonhosted.org/packages/2d/bf/0260776679fbb84b6124e90c72d56b85927cf79079b9e6c348f7f3a022a5/cdk_cloudformation_mongodb_atlas_databaseuser-1.3.0a7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "672052e0e9bd60bdca9e59d354330f32cb58a333ceec0205b78469b0078aea2b",
                "md5": "885722400889e26cafb9c82cfdefc5b0",
                "sha256": "939d452688e8e4aaaf0032be4f6c6177f89b3e274e6be1952d94bf7cb94aadd6"
            },
            "downloads": -1,
            "filename": "cdk-cloudformation-mongodb-atlas-databaseuser-1.3.0a7.tar.gz",
            "has_sig": false,
            "md5_digest": "885722400889e26cafb9c82cfdefc5b0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.7",
            "size": 38386,
            "upload_time": "2023-02-03T16:17:54",
            "upload_time_iso_8601": "2023-02-03T16:17:54.938673Z",
            "url": "https://files.pythonhosted.org/packages/67/20/52e0e9bd60bdca9e59d354330f32cb58a333ceec0205b78469b0078aea2b/cdk-cloudformation-mongodb-atlas-databaseuser-1.3.0a7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-03 16:17:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "cdklabs",
    "github_project": "cdk-cloudformation.git",
    "lcname": "cdk-cloudformation-mongodb-atlas-databaseuser"
}
        
Elapsed time: 0.05724s