Open
Description
Describe the bug
aurora supports postgresql 17.5 but the 17.5 constant is missing from AuroraPostgresEngineVersion
Regression Issue
- Select this option if this issue appears to be a regression.
Last Known Working CDK Library Version
No response
Expected Behavior
that constant should be present
Current Behavior
the constant is not defined
Reproduction Steps
> const { AuroraPostgresEngineVersion } = await import("aws-cdk-lib/aws-rds")
> AuroraPostgresEngineVersion.VER_17_5
undefined
Possible Solution
No response
Additional Information/Context
No response
AWS CDK Library version (aws-cdk-lib)
AWS CDK CLI version
2.1020.1 (build 6735323)
Node.js Version
v22.11.0
OS
macos
Language
TypeScript
Language Version
No response
Other information
No response