Skip to content

Commit

Permalink
chore(rds): added missing AuroraMysqlEngineVersion version 2.09.1 (aw…
Browse files Browse the repository at this point in the history
…s#12010)

closes aws#12009


----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
GreggGut authored and flochaz committed Jan 5, 2021
1 parent f659696 commit 7e95dce
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 @@ -327,6 +327,8 @@ export class AuroraMysqlEngineVersion {
public static readonly VER_2_08_2 = AuroraMysqlEngineVersion.builtIn_5_7('2.08.2');
/** Version "5.7.mysql_aurora.2.09.0". */
public static readonly VER_2_09_0 = AuroraMysqlEngineVersion.builtIn_5_7('2.09.0');
/** Version "5.7.mysql_aurora.2.09.1". */
public static readonly VER_2_09_1 = AuroraMysqlEngineVersion.builtIn_5_7('2.09.1');

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

0 comments on commit 7e95dce

Please sign in to comment.