Skip to content

Commit

Permalink
chore(rds): add AuroraMysqlEngineVersion 2.09.2 (aws#14089)
Browse files Browse the repository at this point in the history
Adding new version for Aurora MySQL

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
pacharrin authored Apr 9, 2021
1 parent 83aff45 commit fef8c80
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 @@ -332,6 +332,8 @@ export class AuroraMysqlEngineVersion {
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');
/** Version "5.7.mysql_aurora.2.09.2". */
public static readonly VER_2_09_2 = AuroraMysqlEngineVersion.builtIn_5_7('2.09.2');

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

0 comments on commit fef8c80

Please sign in to comment.