Skip to content

Commit

Permalink
chore(rds): support 8.4.3 engine version for Amazon RDS for MySQL
Browse files Browse the repository at this point in the history
  • Loading branch information
mazyu36 committed Nov 23, 2024
1 parent 74086a0 commit df084e3
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 @@ -950,6 +950,8 @@ export class MysqlEngineVersion {
public static readonly VER_8_0_39 = MysqlEngineVersion.of('8.0.39', '8.0');
/** Version "8.0.40". */
public static readonly VER_8_0_40 = MysqlEngineVersion.of('8.0.40', '8.0');
/** Version "8.4.3". */
public static readonly VER_8_4_3 = MysqlEngineVersion.of('8.4.3', '8.0');

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

0 comments on commit df084e3

Please sign in to comment.