Skip to content

Commit

Permalink
Added a missing NodeType to Redshift cluster.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
antarasi authored Dec 7, 2024
1 parent ce3598b commit 921e9af
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/@aws-cdk/aws-redshift-alpha/lib/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ export enum NodeType {
*/
DC2_8XLARGE = 'dc2.8xlarge',

/**
* ra3.large
*/
RA3_LARGE = 'ra3.large',

/**
* ra3.xlplus
*/
Expand Down

0 comments on commit 921e9af

Please sign in to comment.