Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(neptune): add engine version 1.0.5.0 (#16394)
Add AWS Neptune engine versions 1.0.5.0. https://docs.aws.amazon.com/neptune/latest/userguide/engine-releases-1.0.5.0.html Closes #16388. Deployment successfully testet: ```ts new neptune.DatabaseCluster(this, 'Database', { vpc, instanceType: neptune.InstanceType.T3_MEDIUM, engineVersion: neptune.EngineVersion.V1_0_5_0, }); ``` ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
- Loading branch information