Skip to content

Commit 5bba6b6

Browse files
committed
DOCSP-53434 -- corrections
1 parent 5ad6eae commit 5bba6b6

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/l1-resources/cluster/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CfnCluster
1+
# cluster
22

33
The official [MongoDB Atlas](https://www.mongodb.com/) AWS CDK resource for Node.js.
44

@@ -9,7 +9,7 @@ The official [MongoDB Atlas](https://www.mongodb.com/) AWS CDK resource for Node
99

1010
## Description
1111

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.
12+
The cluster resource provides access to your cluster configurations and enable you to create, edit and delete clusters. The cluster resource requires your Project ID.
1313

1414
## MongoDB Atlas API Docs
1515

@@ -90,6 +90,12 @@ const clusterRes = new CfnCluster(this, 'ClusterResource', {
9090

9191
```
9292

93+
## Flex Clusters
94+
95+
We now support flex clusters. See the [flex-cluster Read Me file](https://github.com/mongodb/awscdk-resources-mongodbatlas/blob/main/src/l1-resources/flex-cluster/README.md) for more details.
96+
97+
*Note:* Although we now support flex clusters, upgrades to or from flex clusters are currently unavailable. We expect to support upgrades to or from flex clusters in the forseeable future.
98+
9399
## Feedback
94100

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

0 commit comments

Comments
 (0)