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
Flag that indicates whether the cluster is paused or not. When unpausing a cluster the update operaton will not perform any other changes to the cluster.
206
+
Flag that indicates whether the cluster is paused or not.
Copy file name to clipboardExpand all lines: cfn-resources/cluster/mongodb-atlas-cluster.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -414,7 +414,7 @@
414
414
"type": "string"
415
415
},
416
416
"Paused": {
417
-
"description": "Flag that indicates whether the cluster is paused or not. When unpausing a cluster the update operaton will not perform any other changes to the cluster.",
417
+
"description": "Flag that indicates whether the cluster is paused or not.",
0 commit comments