Skip to content

Commit

Permalink
feat(ec2): Support for new EBS types
Browse files Browse the repository at this point in the history
Removed Trailing spaces. closes #12071
  • Loading branch information
leandrodamascena committed Jan 20, 2021
1 parent ab1edf3 commit 9ecf7b1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/@aws-cdk/aws-rds/lib/instance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -286,10 +286,9 @@ export interface DatabaseInstanceNewProps {
* The storage type. Storage types supported are gp2, io1, standard.
*
* @see https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#Concepts.Storage.GeneralSSD
*
*
* @default GP2
*/

readonly storageType?: StorageType;

/**
Expand Down

0 comments on commit 9ecf7b1

Please sign in to comment.