We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dee2d49 + e860ffc commit b84a7daCopy full SHA for b84a7da
1 file changed
packages/@aws-cdk/aws-rds/lib/instance-engine.ts
@@ -575,6 +575,8 @@ export class MysqlEngineVersion {
575
public static readonly VER_8_0_27 = MysqlEngineVersion.of('8.0.27', '8.0');
576
/** Version "8.0.28". */
577
public static readonly VER_8_0_28 = MysqlEngineVersion.of('8.0.28', '8.0');
578
+ /** Version "8.0.30". */
579
+ public static readonly VER_8_0_30 = MysqlEngineVersion.of('8.0.30', '8.0');
580
581
/**
582
* Create a new MysqlEngineVersion with an arbitrary version.
0 commit comments