We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8691276 commit ef609a1Copy full SHA for ef609a1
kotlin/services/neptune/src/main/java/com/example/neptune/scenerio/NeptuneScenario.kt
@@ -35,9 +35,9 @@ var scanner = Scanner(System.`in`)
35
* https://docs.aws.amazon.com/sdk-for-kotlin/latest/developer-guide/setup.html
36
*/
37
suspend fun main() {
38
- val subnetGroupName = "neptuneSubnetGroup200"
39
- val clusterName = "neptuneCluster200"
40
- val dbInstanceId = "neptuneDB200"
+ val subnetGroupName = "neptuneSubnetGroup210"
+ val clusterName = "neptuneCluster210"
+ val dbInstanceId = "neptuneDB210"
41
val client = NeptuneClient.fromEnvironment {region = "us-east-1" }
42
43
println(
0 commit comments