-
Notifications
You must be signed in to change notification settings - Fork 4.5k
(aws-neptune): Include 1.0.5.0 in AWS Neptune Engine Version #16388
Copy link
Copy link
Closed
Labels
@aws-cdk/aws-neptuneRelated Amazon NeptuneRelated Amazon Neptuneeffort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortfeature-requestA feature should be added or improved.A feature should be added or improved.in-progressThis issue is being actively worked on.This issue is being actively worked on.p1
Description
1.0.5.0 seems to be missing from the list of AWS Neptune Engine Version
Use Case
We need this to be able to use the latest AWS Neptune Engine Version
Proposed Solution
aws-cdk/packages/@aws-cdk/aws-neptune/lib/cluster.ts
Lines 16 to 55 in fc618f9
| export class EngineVersion { | |
| /** | |
| * Neptune engine version 1.0.1.0 | |
| */ | |
| public static readonly V1_0_1_0 = new EngineVersion('1.0.1.0'); | |
| /** | |
| * Neptune engine version 1.0.1.1 | |
| */ | |
| public static readonly V1_0_1_1 = new EngineVersion('1.0.1.1'); | |
| /** | |
| * Neptune engine version 1.0.1.2 | |
| */ | |
| public static readonly V1_0_1_2 = new EngineVersion('1.0.1.2'); | |
| /** | |
| * Neptune engine version 1.0.2.1 | |
| */ | |
| public static readonly V1_0_2_1 = new EngineVersion('1.0.2.1'); | |
| /** | |
| * Neptune engine version 1.0.2.2 | |
| */ | |
| public static readonly V1_0_2_2 = new EngineVersion('1.0.2.2'); | |
| /** | |
| * Neptune engine version 1.0.3.0 | |
| */ | |
| public static readonly V1_0_3_0 = new EngineVersion('1.0.3.0'); | |
| /** | |
| * Neptune engine version 1.0.4.0 | |
| */ | |
| public static readonly V1_0_4_0 = new EngineVersion('1.0.4.0'); | |
| /** | |
| * Neptune engine version 1.0.4.1 | |
| */ | |
| public static readonly V1_0_4_1 = new EngineVersion('1.0.4.1'); | |
| /** | |
| * Constructor for specifying a custom engine version | |
| * @param version the engine version of Neptune | |
| */ | |
| public constructor(public readonly version: string) {} | |
| } |
This is a 🚀 Feature Request
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-neptuneRelated Amazon NeptuneRelated Amazon Neptuneeffort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortfeature-requestA feature should be added or improved.A feature should be added or improved.in-progressThis issue is being actively worked on.This issue is being actively worked on.p1