Skip to content

Commit 19ae278

Browse files
adding docs clarification
1 parent b7cc45d commit 19ae278

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cfn-resources/cluster/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ _Update requires_: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/l
203203

204204
#### Paused
205205

206-
Flag that indicates whether the cluster is paused or not.
206+
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.
207207

208208
_Required_: No
209209

cfn-resources/cluster/mongodb-atlas-cluster.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@
414414
"type": "string"
415415
},
416416
"Paused": {
417-
"description": "Flag that indicates whether the cluster is paused or not.",
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.",
418418
"type": "boolean"
419419
},
420420
"PitEnabled": {

0 commit comments

Comments
 (0)