Skip to content

Commit e6e1a78

Browse files
committed
chore(rds): postgres 16.13
1 parent dc00bef commit e6e1a78

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/aws-cdk-lib/aws-rds/lib/cluster-engine.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1372,6 +1372,8 @@ export class AuroraPostgresEngineVersion {
13721372
public static readonly VER_16_11 = AuroraPostgresEngineVersion.of('16.11', '16', { s3Import: true, s3Export: true });
13731373
/** Version "16.11 limitless". */
13741374
public static readonly VER_16_11_LIMITLESS = AuroraPostgresEngineVersion.of('16.11-limitless', '16', { s3Import: true, s3Export: true });
1375+
/** Version "16.13". */
1376+
public static readonly VER_16_13 = AuroraPostgresEngineVersion.of('16.13', '16', { s3Import: true, s3Export: true });
13751377

13761378
/**
13771379
* Version "17.1"

0 commit comments

Comments
 (0)