Skip to content

Commit f91a3f1

Browse files
authored
feat(redshift): add missing current generation RA3 NodeTypes (#12784)
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*
1 parent 00cdd2a commit f91a3f1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/@aws-cdk/aws-redshift/lib/cluster.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@ export enum NodeType {
4040
* dc2.8xlarge
4141
*/
4242
DC2_8XLARGE = 'dc2.8xlarge',
43+
/**
44+
* ra3.xlplus
45+
*/
46+
RA3_XLPLUS = 'ra3.xlplus',
47+
/**
48+
* ra3.4xlarge
49+
*/
50+
RA3_4XLARGE = 'ra3.4xlarge',
4351
/**
4452
* ra3.16xlarge
4553
*/

0 commit comments

Comments
 (0)