Skip to content

Commit 2748149

Browse files
authored
docs(rds): add support for io2 and gp3 to storageType docs (#35657)
1 parent a02c656 commit 2748149

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/aws-cdk-lib/aws-rds/lib/instance.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -437,11 +437,12 @@ export interface DatabaseInstanceNewProps {
437437
readonly availabilityZone?: string;
438438

439439
/**
440-
* The storage type. Storage types supported are gp2, io1, standard.
440+
* The storage type to associate with the DB instance.
441+
* Storage types supported are gp2, gp3, io1, io2, and standard.
441442
*
442443
* @see https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#Concepts.Storage.GeneralSSD
443444
*
444-
* @default GP2
445+
* @default StorageType.GP2
445446
*/
446447
readonly storageType?: StorageType;
447448

0 commit comments

Comments
 (0)