Skip to content

Commit

Permalink
fix(rds): Add AuroraPostgresEngineVersion 12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
TLadd committed Feb 9, 2021
1 parent b4e1b68 commit b4aaaa5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/@aws-cdk/aws-rds/lib/cluster-engine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,8 @@ export class AuroraPostgresEngineVersion {
public static readonly VER_11_8 = AuroraPostgresEngineVersion.of('11.8', '11', { s3Import: true, s3Export: true });
/** Version "11.9". */
public static readonly VER_11_9 = AuroraPostgresEngineVersion.of('11.9', '11', { s3Import: true, s3Export: true });
/** Version "12.4". */
public static readonly VER_12_4 = AuroraPostgresEngineVersion.of('12.4', '12', { s3Import: true, s3Export: true });

/**
* Create a new AuroraPostgresEngineVersion with an arbitrary version.
Expand Down

0 comments on commit b4aaaa5

Please sign in to comment.