We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 811e224 commit c25a946Copy full SHA for c25a946
packages/@aws-cdk/aws-neptune-alpha/lib/cluster.ts
@@ -80,6 +80,10 @@ export class EngineVersion {
80
* Neptune engine version 1.3.0.0
81
*/
82
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');
87
88
/**
89
* Constructor for specifying a custom engine version
0 commit comments