Skip to content

aws-rds: CDK to support default engine version for Aurora MySQL Version 3 "3.04.2"  #30109

@aashishgk7760

Description

@aashishgk7760

Describe the feature

Hello Team ,

Currently CDK does not show option to select the Engine version 3.04.2 [1]

[1] https://github.com/aws/aws-cdk/blob/v2.140.0/packages/aws-cdk-lib/aws-rds/lib/cluster-engine.ts

Use Case

default engine version for Aurora MySQL Version 3 "3.04.2"

Proposed Solution

Update the below class name to include "3.04.2"

export class AuroraMysqlEngineVersion {
public static readonly VER_3_04_2 = AuroraMysqlEngineVersion.builtIn_8_0('3.04.2');
}

Other Information

N/A

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

CDK version used

2.140.0

Environment details (OS name and version, etc.)

Mac OS

Metadata

Metadata

Assignees

No one assigned

    Labels

    @aws-cdk/aws-rdsRelated to Amazon Relational Databaseeffort/smallSmall work item – less than a day of effortfeature-requestA feature should be added or improved.p2

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions