Skip to content

Commit c25a946

Browse files
authored
chore(neptune): add neptune engine version 1.3.1.0 (#30169)
### Description of changes ### Description of how you validated changes Add engine version. https://docs.aws.amazon.com/neptune/latest/userguide/engine-releases-1.3.1.0.html ### 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 811e224 commit c25a946

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
@@ -80,6 +80,10 @@ export class EngineVersion {
8080
* Neptune engine version 1.3.0.0
8181
*/
8282
public static readonly V1_3_0_0 = new EngineVersion('1.3.0.0');
83+
/**
84+
* Neptune engine version 1.3.1.0
85+
*/
86+
public static readonly V1_3_1_0 = new EngineVersion('1.3.1.0');
8387

8488
/**
8589
* Constructor for specifying a custom engine version

0 commit comments

Comments
 (0)