Skip to content

Commit 3ddbd24

Browse files
test: integ test
1 parent 2b2f817 commit 3ddbd24

10 files changed

+2193
-1
lines changed

packages/@aws-cdk/aws-neptune-alpha/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ const cluster = new neptune.DatabaseCluster(this, 'Database', {
100100
});
101101
```
102102

103-
Note: if you want to use Neptune engine `1.2.0.0` or later, you need to specify the corresponding `engineVersion` prop to `neptune.DatabaseCluster` and `family` prop of `ParameterGroupFamily.NEPTUNE_1_2` to `neptune.ClusterParameterGroup` and `neptune.ParameterGroup`.
103+
Note: To use the Neptune engine versions `1.2.0.0` or later, including the newly added `1.3` series, it's necessary to specify the appropriate `engineVersion` prop in `neptune.DatabaseCluster`. Additionally, for both 1.2 and 1.3 series, the corresponding `family` prop must be set to `ParameterGroupFamily.NEPTUNE_1_2` or `ParameterGroupFamily.NEPTUNE_1_3` respectively in `neptune.ClusterParameterGroup` and `neptune.ParameterGroup`.
104104

105105
## Adding replicas
106106

packages/@aws-cdk/aws-neptune-alpha/test/integ.cluster-ev13.js.snapshot/ClusterTestDefaultTestDeployAssert6A1BBA9D.assets.json

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk/aws-neptune-alpha/test/integ.cluster-ev13.js.snapshot/ClusterTestDefaultTestDeployAssert6A1BBA9D.template.json

Lines changed: 36 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk/aws-neptune-alpha/test/integ.cluster-ev13.js.snapshot/aws-cdk-neptune-integ.assets.json

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)