Skip to content

Commit

Permalink
chore(rds): add Aurora MySQL engine 2.10.0 (#16548)
Browse files Browse the repository at this point in the history
https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Updates.2100.html

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
kimxogus authored Sep 20, 2021
1 parent e047bd8 commit 68fb63e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/@aws-cdk/aws-rds/lib/cluster-engine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,8 @@ export class AuroraMysqlEngineVersion {
public static readonly VER_2_09_1 = AuroraMysqlEngineVersion.builtIn_5_7('2.09.1');
/** Version "5.7.mysql_aurora.2.09.2". */
public static readonly VER_2_09_2 = AuroraMysqlEngineVersion.builtIn_5_7('2.09.2');
/** Version "5.7.mysql_aurora.2.10.0". */
public static readonly VER_2_10_0 = AuroraMysqlEngineVersion.builtIn_5_7('2.10.0');

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

0 comments on commit 68fb63e

Please sign in to comment.