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: packages/@aws-cdk/aws-rds/README.md
+25-3
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ new rds.DatabaseClusterFromSnapshot(this, 'Database', {
81
81
82
82
### Updating the database instances in a cluster
83
83
84
-
Database cluster instances may be updated in bulk or on a rolling basis.
84
+
Database cluster instances may be updated in bulk or on a rolling basis.
85
85
86
86
An update to all instances in a cluster may cause significant downtime. To reduce the downtime, set the `instanceUpdateBehavior` property in `DatabaseClusterBaseProps` to `InstanceUpdateBehavior.ROLLING`. This adds a dependency between each instance so the update is performed on only one instance at a time.
87
87
@@ -188,6 +188,28 @@ Creating a "production" Oracle database instance with option and parameter group
188
188
189
189
[example of setting up a production oracle instance](test/integ.instance.lit.ts)
190
190
191
+
Use the `storageType` property to specify the [type of storage](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html)
0 commit comments