Skip to content

(aws-neptune): Include 1.0.5.0 in AWS Neptune Engine Version #16388

Closed
@rakcy

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

@aws-cdk/aws-neptuneRelated Amazon Neptuneeffort/smallSmall work item – less than a day of effortfeature-requestA feature should be added or improved.in-progressThis issue is being actively worked on.p1

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions