Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(docdb): i/o optimized storage type (aws#30163)
### Issue # (if applicable) Closes aws#30165. ### Reason for this change Document DB can use I/O optimized storage type but CDK cannot configure that. ### Description of changes Add `storageType` to `ClusterProps`. ### Description of how you validated changes Add both unit and integ tests. ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
- Loading branch information