Skip to content

Commit d0b7bf2

Browse files
chore(neptune): engine version 1.3.4.0 (#31989)
### Issue # (if applicable) None ### Reason for this change Neptune had released engine version 1.3.4.0. https://docs.aws.amazon.com/neptune/latest/userguide/engine-releases-1.3.4.0.html ### Description of changes Add `v1_3_4_0` member 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*
1 parent e3300f0 commit d0b7bf2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/@aws-cdk/aws-neptune-alpha/lib/cluster.ts

+4
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@ export class EngineVersion {
104104
* Neptune engine version 1.3.3.0
105105
*/
106106
public static readonly V1_3_3_0 = new EngineVersion('1.3.3.0');
107+
/**
108+
* Neptune engine version 1.3.4.0
109+
*/
110+
public static readonly V1_3_4_0 = new EngineVersion('1.3.4.0');
107111

108112
/**
109113
* Constructor for specifying a custom engine version

0 commit comments

Comments
 (0)