Skip to content

Commit

Permalink
feat(rds): add support for 8.0.mysql_aurora.3.07.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryo_sakurai committed Jun 7, 2024
1 parent 8f4d4d7 commit 155108f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/aws-cdk-lib/aws-rds/lib/cluster-engine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,8 @@ export class AuroraMysqlEngineVersion {
public static readonly VER_3_05_2 = AuroraMysqlEngineVersion.builtIn_8_0('3.05.2');
/** Version "8.0.mysql_aurora.3.06.0". */
public static readonly VER_3_06_0 = AuroraMysqlEngineVersion.builtIn_8_0('3.06.0');
/** Version "8.0.mysql_aurora.3.07.0". */
public static readonly VER_3_07_0 = AuroraMysqlEngineVersion.builtIn_8_0('3.07.0');

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

0 comments on commit 155108f

Please sign in to comment.