Skip to content

Commit

Permalink
feat(redshift): add missing current generation RA3 NodeTypes (#12784)
Browse files Browse the repository at this point in the history
Adds the missing Redshift RA3 NodeTypes (ra3.xlplus, ra3.4xlarge).

closes #12783


----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
mbeacom authored Feb 9, 2021
1 parent 00cdd2a commit f91a3f1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/@aws-cdk/aws-redshift/lib/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@ export enum NodeType {
* dc2.8xlarge
*/
DC2_8XLARGE = 'dc2.8xlarge',
/**
* ra3.xlplus
*/
RA3_XLPLUS = 'ra3.xlplus',
/**
* ra3.4xlarge
*/
RA3_4XLARGE = 'ra3.4xlarge',
/**
* ra3.16xlarge
*/
Expand Down

0 comments on commit f91a3f1

Please sign in to comment.