You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(neptune): add engine version 1.4.5.1 (aws#35362)
### Issue # (if applicable)
None
### Reason for this change
Neptune had released engine version 1.4.5.1.
- Docs
- https://docs.aws.amazon.com/neptune/latest/userguide/engine-releases-1.4.5.1.html
- Version confirmed via CLI
- `aws neptune describe-db-engine-versions --engine neptune --engine-version 1.4.5.1 --region us-east-1
{
"DBEngineVersions": [
{
"Engine": "neptune",
"EngineVersion": "1.4.5.1",
"DBParameterGroupFamily": "neptune1.4",
"DBEngineDescription": "neptune",
"DBEngineVersionDescription": "Neptune 1.4.5.1.R1",
"ValidUpgradeTarget": [],
"ExportableLogTypes": [
"audit",
"slowquery"
],
"SupportsLogExportsToCloudwatchLogs": true,
"SupportsReadReplica": false,
"SupportsGlobalDatabases": true
}
]
}`
### Description of changes
Added `V1_4_5_1` to EngineVersion class
### Description of how you validated changes
None
### Checklist
- [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
0 commit comments