You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/l1-resources/cluster/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# cluster
1
+
# CfnCluster
2
2
3
3
The official [MongoDB Atlas](https://www.mongodb.com/) AWS CDK resource for Node.js.
4
4
@@ -9,15 +9,15 @@ The official [MongoDB Atlas](https://www.mongodb.com/) AWS CDK resource for Node
9
9
10
10
## Description
11
11
12
-
The cluster resource provides access to your cluster configurations. The resource lets you create, edit and delete clusters. The resource requires your Project ID.
12
+
The `CfnCluster` resource provides access to your cluster configurations and enable you to create, edit and delete clusters. The`CfnCluster` resource requires your Project ID.
13
13
14
14
## MongoDB Atlas API Docs
15
15
16
16
For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/group/endpoint-clusters)
17
17
18
18
## Usage
19
19
20
-
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:
20
+
In order to use this library, you must activate the following AWS CloudFormation Registry type in your account. You can do this via the AWS Management Console or through the [AWS CLI](https://aws.amazon.com/cli/) using the following command:
0 commit comments