Skip to content

Commit

Permalink
chore(neptune): add neptune engine version 1.3.1.0 (aws#30169)
Browse files Browse the repository at this point in the history
### 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*
  • Loading branch information
mazyu36 authored and atanaspam committed Jun 3, 2024
1 parent 5463b3f commit 492388a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/@aws-cdk/aws-neptune-alpha/lib/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ export class EngineVersion {
* Neptune engine version 1.3.0.0
*/
public static readonly V1_3_0_0 = new EngineVersion('1.3.0.0');
/**
* Neptune engine version 1.3.1.0
*/
public static readonly V1_3_1_0 = new EngineVersion('1.3.1.0');

/**
* Constructor for specifying a custom engine version
Expand Down

0 comments on commit 492388a

Please sign in to comment.