Skip to content

Commit 98f61c0

Browse files
authored
Merge branch 'main' into feature-flag-report2
2 parents 1e28c4b + a51c0e0 commit 98f61c0

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
@@ -1259,6 +1259,8 @@ export class AuroraPostgresEngineVersion {
12591259
public static readonly VER_17_2 = AuroraPostgresEngineVersion.of('17.2', '17', { s3Import: true, s3Export: true });
12601260
/** Version "17.4". */
12611261
public static readonly VER_17_4 = AuroraPostgresEngineVersion.of('17.4', '17', { s3Import: true, s3Export: true });
1262+
/** Version "17.5". */
1263+
public static readonly VER_17_5 = AuroraPostgresEngineVersion.of('17.5', '17', { s3Import: true, s3Export: true });
12621264

12631265
/**
12641266
* Create a new AuroraPostgresEngineVersion with an arbitrary version.

0 commit comments

Comments
 (0)