Skip to content

Commit

Permalink
chore(rds): add Postgres 16.4 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishdhingra committed Aug 12, 2024
1 parent 501a4f1 commit fc813d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/aws-cdk-lib/aws-rds/lib/instance-engine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1669,6 +1669,8 @@ export class PostgresEngineVersion {
public static readonly VER_16_2 = PostgresEngineVersion.of('16.2', '16', { s3Import: true, s3Export: true });
/** Version "16.3". */
public static readonly VER_16_3 = PostgresEngineVersion.of('16.3', '16', { s3Import: true, s3Export: true });
/** Version "16.4". */
public static readonly VER_16_4 = PostgresEngineVersion.of('16.4', '16', { s3Import: true, s3Export: true });

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

0 comments on commit fc813d5

Please sign in to comment.