Skip to content

Commit

Permalink
Update packages/aws-cdk-lib/aws-rds/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: GZ <[email protected]>
  • Loading branch information
aaythapa and GavinZZ authored Jan 23, 2024
1 parent 32fb56e commit 4fc107e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-rds/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ const iopsInstance = new rds.DatabaseInstance(this, 'IopsInstance', {
allocatedStorage: 500,
});

// Setting allocatedStorage for DatabaseInstance
// Setting allocatedStorage for DatabaseInstance replica
// Note: If allocatedStorage isn't set here, the replica instance will inherit the allocatedStorage of the source instance
declare const sourceInstance: rds.DatabaseInstance;
new rds.DatabaseInstanceReadReplica(this, 'ReadReplica', {
Expand Down

0 comments on commit 4fc107e

Please sign in to comment.