-
Notifications
You must be signed in to change notification settings - Fork 4.5k
aws-rds: CDK to support default engine version for Aurora MySQL Version 3 "3.04.2" #30109
Copy link
Copy link
Closed
Closed
Copy link
Labels
@aws-cdk/aws-rdsRelated to Amazon Relational DatabaseRelated to Amazon Relational Databaseeffort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p2
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-rdsRelated to Amazon Relational DatabaseRelated to Amazon Relational Databaseeffort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p2