We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98ea3db commit 9c16949Copy full SHA for 9c16949
packages/aws-cdk-lib/aws-rds/lib/instance-engine.ts
@@ -841,6 +841,8 @@ export class MysqlEngineVersion {
841
public static readonly VER_5_7_44_RDS_20240408 = MysqlEngineVersion.of('5.7.44-rds.20240408', '5.7');
842
/** Version "5.7.44-rds.20240529". */
843
public static readonly VER_5_7_44_RDS_20240529 = MysqlEngineVersion.of('5.7.44-rds.20240529', '5.7');
844
+ /** Version "5.7.44-rds.20240808". */
845
+ public static readonly VER_5_7_44_RDS_20240808 = MysqlEngineVersion.of('5.7.44-rds.20240808', '5.7');
846
847
/** Version "8.0" (only a major version, without a specific minor version). */
848
public static readonly VER_8_0 = MysqlEngineVersion.of('8.0', '8.0');
0 commit comments