@aws-cdk/aws-neptune-alpha 2.5.0-alpha.0 → 2.9.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +112 -42
- package/.jsii.tabl.json +135 -103
- package/.warnings.jsii.js +3 -3
- package/README.md +14 -0
- package/lib/cluster.d.ts +7 -0
- package/lib/cluster.js +5 -4
- package/lib/endpoint.js +1 -1
- package/lib/instance.js +2 -2
- package/lib/parameter-group.js +2 -2
- package/lib/subnet-group.js +1 -1
- package/package.json +8 -8
package/.jsii
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"url": "https://aws.amazon.com"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"aws-cdk-lib": "^2.
|
|
11
|
+
"aws-cdk-lib": "^2.9.0",
|
|
12
12
|
"constructs": "^10.0.0"
|
|
13
13
|
},
|
|
14
14
|
"dependencyClosure": {
|
|
@@ -1185,6 +1185,19 @@
|
|
|
1185
1185
|
}
|
|
1186
1186
|
}
|
|
1187
1187
|
},
|
|
1188
|
+
"aws-cdk-lib.aws_forecast": {
|
|
1189
|
+
"targets": {
|
|
1190
|
+
"dotnet": {
|
|
1191
|
+
"namespace": "Amazon.CDK.AWS.Forecast"
|
|
1192
|
+
},
|
|
1193
|
+
"java": {
|
|
1194
|
+
"package": "software.amazon.awscdk.services.forecast"
|
|
1195
|
+
},
|
|
1196
|
+
"python": {
|
|
1197
|
+
"module": "aws_cdk.aws_forecast"
|
|
1198
|
+
}
|
|
1199
|
+
}
|
|
1200
|
+
},
|
|
1188
1201
|
"aws-cdk-lib.aws_frauddetector": {
|
|
1189
1202
|
"targets": {
|
|
1190
1203
|
"dotnet": {
|
|
@@ -1367,6 +1380,19 @@
|
|
|
1367
1380
|
}
|
|
1368
1381
|
}
|
|
1369
1382
|
},
|
|
1383
|
+
"aws-cdk-lib.aws_inspectorv2": {
|
|
1384
|
+
"targets": {
|
|
1385
|
+
"dotnet": {
|
|
1386
|
+
"namespace": "Amazon.CDK.AWS.InspectorV2"
|
|
1387
|
+
},
|
|
1388
|
+
"java": {
|
|
1389
|
+
"package": "software.amazon.awscdk.services.inspectorv2"
|
|
1390
|
+
},
|
|
1391
|
+
"python": {
|
|
1392
|
+
"module": "aws_cdk.aws_inspectorv2"
|
|
1393
|
+
}
|
|
1394
|
+
}
|
|
1395
|
+
},
|
|
1370
1396
|
"aws-cdk-lib.aws_iot": {
|
|
1371
1397
|
"targets": {
|
|
1372
1398
|
"dotnet": {
|
|
@@ -1536,6 +1562,19 @@
|
|
|
1536
1562
|
}
|
|
1537
1563
|
}
|
|
1538
1564
|
},
|
|
1565
|
+
"aws-cdk-lib.aws_kinesisanalyticsv2": {
|
|
1566
|
+
"targets": {
|
|
1567
|
+
"dotnet": {
|
|
1568
|
+
"namespace": "Amazon.CDK.AWS.KinesisAnalyticsV2"
|
|
1569
|
+
},
|
|
1570
|
+
"java": {
|
|
1571
|
+
"package": "software.amazon.awscdk.services.kinesisanalyticsv2"
|
|
1572
|
+
},
|
|
1573
|
+
"python": {
|
|
1574
|
+
"module": "aws_cdk.aws_kinesisanalyticsv2"
|
|
1575
|
+
}
|
|
1576
|
+
}
|
|
1577
|
+
},
|
|
1539
1578
|
"aws-cdk-lib.aws_kinesisfirehose": {
|
|
1540
1579
|
"targets": {
|
|
1541
1580
|
"dotnet": {
|
|
@@ -1549,6 +1588,19 @@
|
|
|
1549
1588
|
}
|
|
1550
1589
|
}
|
|
1551
1590
|
},
|
|
1591
|
+
"aws-cdk-lib.aws_kinesisvideo": {
|
|
1592
|
+
"targets": {
|
|
1593
|
+
"dotnet": {
|
|
1594
|
+
"namespace": "Amazon.CDK.AWS.KinesisVideo"
|
|
1595
|
+
},
|
|
1596
|
+
"java": {
|
|
1597
|
+
"package": "software.amazon.awscdk.services.kinesisvideo"
|
|
1598
|
+
},
|
|
1599
|
+
"python": {
|
|
1600
|
+
"module": "aws_cdk.aws_kinesisvideo"
|
|
1601
|
+
}
|
|
1602
|
+
}
|
|
1603
|
+
},
|
|
1552
1604
|
"aws-cdk-lib.aws_kms": {
|
|
1553
1605
|
"targets": {
|
|
1554
1606
|
"dotnet": {
|
|
@@ -2855,7 +2907,7 @@
|
|
|
2855
2907
|
"stability": "experimental"
|
|
2856
2908
|
},
|
|
2857
2909
|
"homepage": "https://github.com/aws/aws-cdk",
|
|
2858
|
-
"jsiiVersion": "1.
|
|
2910
|
+
"jsiiVersion": "1.52.1 (build 5ccc8f6)",
|
|
2859
2911
|
"keywords": [
|
|
2860
2912
|
"aws",
|
|
2861
2913
|
"cdk",
|
|
@@ -2873,7 +2925,7 @@
|
|
|
2873
2925
|
},
|
|
2874
2926
|
"name": "@aws-cdk/aws-neptune-alpha",
|
|
2875
2927
|
"readme": {
|
|
2876
|
-
"markdown": "# Amazon Neptune Construct Library\n<!--BEGIN STABILITY BANNER-->\n\n---\n\n\n\n> The APIs of higher level constructs in this module are experimental and under active development.\n> They are subject to non-backward compatible changes or removal in any future version. These are\n> not subject to the [Semantic Versioning](https://semver.org/) model and breaking changes will be\n> announced in the release notes. This means that while you may use them, you may need to update\n> your source code when upgrading to a newer version of this package.\n\n---\n\n<!--END STABILITY BANNER-->\n\nAmazon Neptune is a fast, reliable, fully managed graph database service that makes it easy to build and run applications that work with highly connected datasets. The core of Neptune is a purpose-built, high-performance graph database engine. This engine is optimized for storing billions of relationships and querying the graph with milliseconds latency. Neptune supports the popular graph query languages Apache TinkerPop Gremlin and W3C’s SPARQL, enabling you to build queries that efficiently navigate highly connected datasets.\n\nThe `@aws-cdk/aws-neptune` package contains primitives for setting up Neptune database clusters and instances.\n\n```ts nofixture\nimport * as neptune from '@aws-cdk/aws-neptune-alpha';\n```\n\n## Starting a Neptune Database\n\nTo set up a Neptune database, define a `DatabaseCluster`. You must always launch a database in a VPC.\n\n```ts\nconst cluster = new neptune.DatabaseCluster(this, 'Database', {\n vpc,\n instanceType: neptune.InstanceType.R5_LARGE\n});\n```\n\nBy default only writer instance is provisioned with this construct.\n\n## Connecting\n\nTo control who can access the cluster, use the `.connections` attribute. Neptune databases have a default port, so\nyou don't need to specify the port:\n\n```ts fixture=with-cluster\ncluster.connections.allowDefaultPortFromAnyIpv4('Open to the world');\n```\n\nThe endpoints to access your database cluster will be available as the `.clusterEndpoint` and `.clusterReadEndpoint`\nattributes:\n\n```ts fixture=with-cluster\nconst writeAddress = cluster.clusterEndpoint.socketAddress; // \"HOSTNAME:PORT\"\n```\n\n## IAM Authentication\n\nYou can also authenticate to a database cluster using AWS Identity and Access Management (IAM) database authentication;\nSee <https://docs.aws.amazon.com/neptune/latest/userguide/iam-auth.html> for more information and a list of supported\nversions and limitations.\n\nThe following example shows enabling IAM authentication for a database cluster and granting connection access to an IAM role.\n\n```ts\nconst cluster = new neptune.DatabaseCluster(this, 'Cluster', {\n vpc,\n instanceType: neptune.InstanceType.R5_LARGE,\n iamAuthentication: true, // Optional - will be automatically set if you call grantConnect().\n});\nconst role = new iam.Role(this, 'DBRole', { assumedBy: new iam.AccountPrincipal(this.account) });\ncluster.grantConnect(role); // Grant the role connection access to the DB.\n```\n\n## Customizing parameters\n\nNeptune allows configuring database behavior by supplying custom parameter groups. For more details, refer to the\nfollowing link: <https://docs.aws.amazon.com/neptune/latest/userguide/parameters.html>\n\n```ts\nconst clusterParams = new neptune.ClusterParameterGroup(this, 'ClusterParams', {\n description: 'Cluster parameter group',\n parameters: {\n neptune_enable_audit_log: '1'\n },\n});\n\nconst dbParams = new neptune.ParameterGroup(this, 'DbParams', {\n description: 'Db parameter group',\n parameters: {\n neptune_query_timeout: '120000'\n },\n});\n\nconst cluster = new neptune.DatabaseCluster(this, 'Database', {\n vpc,\n instanceType: neptune.InstanceType.R5_LARGE,\n clusterParameterGroup: clusterParams,\n parameterGroup: dbParams,\n});\n```\n\n## Adding replicas\n\n`DatabaseCluster` allows launching replicas along with the writer instance. This can be specified using the `instanceCount`\nattribute.\n\n```ts\nconst cluster = new neptune.DatabaseCluster(this, 'Database', {\n vpc,\n instanceType: neptune.InstanceType.R5_LARGE,\n instances: 2\n});\n```\n\nAdditionally it is also possible to add replicas using `DatabaseInstance` for an existing cluster.\n\n```ts fixture=with-cluster\nconst replica1 = new neptune.DatabaseInstance(this, 'Instance', {\n cluster,\n instanceType: neptune.InstanceType.R5_LARGE\n});\n```\n"
|
|
2928
|
+
"markdown": "# Amazon Neptune Construct Library\n<!--BEGIN STABILITY BANNER-->\n\n---\n\n\n\n> The APIs of higher level constructs in this module are experimental and under active development.\n> They are subject to non-backward compatible changes or removal in any future version. These are\n> not subject to the [Semantic Versioning](https://semver.org/) model and breaking changes will be\n> announced in the release notes. This means that while you may use them, you may need to update\n> your source code when upgrading to a newer version of this package.\n\n---\n\n<!--END STABILITY BANNER-->\n\nAmazon Neptune is a fast, reliable, fully managed graph database service that makes it easy to build and run applications that work with highly connected datasets. The core of Neptune is a purpose-built, high-performance graph database engine. This engine is optimized for storing billions of relationships and querying the graph with milliseconds latency. Neptune supports the popular graph query languages Apache TinkerPop Gremlin and W3C’s SPARQL, enabling you to build queries that efficiently navigate highly connected datasets.\n\nThe `@aws-cdk/aws-neptune` package contains primitives for setting up Neptune database clusters and instances.\n\n```ts nofixture\nimport * as neptune from '@aws-cdk/aws-neptune-alpha';\n```\n\n## Starting a Neptune Database\n\nTo set up a Neptune database, define a `DatabaseCluster`. You must always launch a database in a VPC.\n\n```ts\nconst cluster = new neptune.DatabaseCluster(this, 'Database', {\n vpc,\n instanceType: neptune.InstanceType.R5_LARGE\n});\n```\n\nBy default only writer instance is provisioned with this construct.\n\n## Connecting\n\nTo control who can access the cluster, use the `.connections` attribute. Neptune databases have a default port, so\nyou don't need to specify the port:\n\n```ts fixture=with-cluster\ncluster.connections.allowDefaultPortFromAnyIpv4('Open to the world');\n```\n\nThe endpoints to access your database cluster will be available as the `.clusterEndpoint` and `.clusterReadEndpoint`\nattributes:\n\n```ts fixture=with-cluster\nconst writeAddress = cluster.clusterEndpoint.socketAddress; // \"HOSTNAME:PORT\"\n```\n\n## IAM Authentication\n\nYou can also authenticate to a database cluster using AWS Identity and Access Management (IAM) database authentication;\nSee <https://docs.aws.amazon.com/neptune/latest/userguide/iam-auth.html> for more information and a list of supported\nversions and limitations.\n\nThe following example shows enabling IAM authentication for a database cluster and granting connection access to an IAM role.\n\n```ts\nconst cluster = new neptune.DatabaseCluster(this, 'Cluster', {\n vpc,\n instanceType: neptune.InstanceType.R5_LARGE,\n iamAuthentication: true, // Optional - will be automatically set if you call grantConnect().\n});\nconst role = new iam.Role(this, 'DBRole', { assumedBy: new iam.AccountPrincipal(this.account) });\ncluster.grantConnect(role); // Grant the role connection access to the DB.\n```\n\n## Customizing parameters\n\nNeptune allows configuring database behavior by supplying custom parameter groups. For more details, refer to the\nfollowing link: <https://docs.aws.amazon.com/neptune/latest/userguide/parameters.html>\n\n```ts\nconst clusterParams = new neptune.ClusterParameterGroup(this, 'ClusterParams', {\n description: 'Cluster parameter group',\n parameters: {\n neptune_enable_audit_log: '1'\n },\n});\n\nconst dbParams = new neptune.ParameterGroup(this, 'DbParams', {\n description: 'Db parameter group',\n parameters: {\n neptune_query_timeout: '120000'\n },\n});\n\nconst cluster = new neptune.DatabaseCluster(this, 'Database', {\n vpc,\n instanceType: neptune.InstanceType.R5_LARGE,\n clusterParameterGroup: clusterParams,\n parameterGroup: dbParams,\n});\n```\n\n## Adding replicas\n\n`DatabaseCluster` allows launching replicas along with the writer instance. This can be specified using the `instanceCount`\nattribute.\n\n```ts\nconst cluster = new neptune.DatabaseCluster(this, 'Database', {\n vpc,\n instanceType: neptune.InstanceType.R5_LARGE,\n instances: 2\n});\n```\n\nAdditionally it is also possible to add replicas using `DatabaseInstance` for an existing cluster.\n\n```ts fixture=with-cluster\nconst replica1 = new neptune.DatabaseInstance(this, 'Instance', {\n cluster,\n instanceType: neptune.InstanceType.R5_LARGE\n});\n```\n\n## Automatic minor version upgrades\n\nBy setting `autoMinorVersionUpgrade` to true, Neptune will automatically update\nthe engine of the entire cluster to the latest minor version after a stabilization\nwindow of 2 to 3 weeks.\n\n```ts\nnew neptune.DatabaseCluster(stack, 'Cluster', {\n vpc,\n instanceType: InstanceType.R5_LARGE,\n autoMinorVersionUpgrade: true\n });\n```\n"
|
|
2877
2929
|
},
|
|
2878
2930
|
"repository": {
|
|
2879
2931
|
"directory": "packages/individual-packages/aws-neptune",
|
|
@@ -3108,7 +3160,7 @@
|
|
|
3108
3160
|
"exampleMetadata": "infused",
|
|
3109
3161
|
"resource": "AWS::Neptune::DBCluster"
|
|
3110
3162
|
},
|
|
3111
|
-
"example": "const cluster = new neptune.DatabaseCluster(this, '
|
|
3163
|
+
"example": "const cluster = new neptune.DatabaseCluster(this, 'Database', {\n vpc,\n instanceType: neptune.InstanceType.R5_LARGE,\n instances: 2\n});",
|
|
3112
3164
|
"stability": "experimental",
|
|
3113
3165
|
"summary": "Create a clustered database with a given number of instances."
|
|
3114
3166
|
},
|
|
@@ -3119,7 +3171,7 @@
|
|
|
3119
3171
|
},
|
|
3120
3172
|
"locationInModule": {
|
|
3121
3173
|
"filename": "lib/cluster.ts",
|
|
3122
|
-
"line":
|
|
3174
|
+
"line": 434
|
|
3123
3175
|
},
|
|
3124
3176
|
"parameters": [
|
|
3125
3177
|
{
|
|
@@ -3148,7 +3200,7 @@
|
|
|
3148
3200
|
"kind": "class",
|
|
3149
3201
|
"locationInModule": {
|
|
3150
3202
|
"filename": "lib/cluster.ts",
|
|
3151
|
-
"line":
|
|
3203
|
+
"line": 387
|
|
3152
3204
|
},
|
|
3153
3205
|
"name": "DatabaseCluster",
|
|
3154
3206
|
"properties": [
|
|
@@ -3161,7 +3213,7 @@
|
|
|
3161
3213
|
"immutable": true,
|
|
3162
3214
|
"locationInModule": {
|
|
3163
3215
|
"filename": "lib/cluster.ts",
|
|
3164
|
-
"line":
|
|
3216
|
+
"line": 393
|
|
3165
3217
|
},
|
|
3166
3218
|
"name": "DEFAULT_NUM_INSTANCES",
|
|
3167
3219
|
"static": true,
|
|
@@ -3177,7 +3229,7 @@
|
|
|
3177
3229
|
"immutable": true,
|
|
3178
3230
|
"locationInModule": {
|
|
3179
3231
|
"filename": "lib/cluster.ts",
|
|
3180
|
-
"line":
|
|
3232
|
+
"line": 396
|
|
3181
3233
|
},
|
|
3182
3234
|
"name": "clusterEndpoint",
|
|
3183
3235
|
"overrides": "@aws-cdk/aws-neptune-alpha.IDatabaseCluster",
|
|
@@ -3193,7 +3245,7 @@
|
|
|
3193
3245
|
"immutable": true,
|
|
3194
3246
|
"locationInModule": {
|
|
3195
3247
|
"filename": "lib/cluster.ts",
|
|
3196
|
-
"line":
|
|
3248
|
+
"line": 395
|
|
3197
3249
|
},
|
|
3198
3250
|
"name": "clusterIdentifier",
|
|
3199
3251
|
"overrides": "@aws-cdk/aws-neptune-alpha.IDatabaseCluster",
|
|
@@ -3209,7 +3261,7 @@
|
|
|
3209
3261
|
"immutable": true,
|
|
3210
3262
|
"locationInModule": {
|
|
3211
3263
|
"filename": "lib/cluster.ts",
|
|
3212
|
-
"line":
|
|
3264
|
+
"line": 397
|
|
3213
3265
|
},
|
|
3214
3266
|
"name": "clusterReadEndpoint",
|
|
3215
3267
|
"overrides": "@aws-cdk/aws-neptune-alpha.IDatabaseCluster",
|
|
@@ -3229,7 +3281,7 @@
|
|
|
3229
3281
|
"immutable": true,
|
|
3230
3282
|
"locationInModule": {
|
|
3231
3283
|
"filename": "lib/cluster.ts",
|
|
3232
|
-
"line":
|
|
3284
|
+
"line": 405
|
|
3233
3285
|
},
|
|
3234
3286
|
"name": "clusterResourceIdentifier",
|
|
3235
3287
|
"overrides": "@aws-cdk/aws-neptune-alpha.IDatabaseCluster",
|
|
@@ -3245,7 +3297,7 @@
|
|
|
3245
3297
|
"immutable": true,
|
|
3246
3298
|
"locationInModule": {
|
|
3247
3299
|
"filename": "lib/cluster.ts",
|
|
3248
|
-
"line":
|
|
3300
|
+
"line": 398
|
|
3249
3301
|
},
|
|
3250
3302
|
"name": "connections",
|
|
3251
3303
|
"overrides": "aws-cdk-lib.aws_ec2.IConnectable",
|
|
@@ -3261,7 +3313,7 @@
|
|
|
3261
3313
|
"immutable": true,
|
|
3262
3314
|
"locationInModule": {
|
|
3263
3315
|
"filename": "lib/cluster.ts",
|
|
3264
|
-
"line":
|
|
3316
|
+
"line": 430
|
|
3265
3317
|
},
|
|
3266
3318
|
"name": "instanceEndpoints",
|
|
3267
3319
|
"type": {
|
|
@@ -3281,7 +3333,7 @@
|
|
|
3281
3333
|
"immutable": true,
|
|
3282
3334
|
"locationInModule": {
|
|
3283
3335
|
"filename": "lib/cluster.ts",
|
|
3284
|
-
"line":
|
|
3336
|
+
"line": 425
|
|
3285
3337
|
},
|
|
3286
3338
|
"name": "instanceIdentifiers",
|
|
3287
3339
|
"type": {
|
|
@@ -3301,7 +3353,7 @@
|
|
|
3301
3353
|
"immutable": true,
|
|
3302
3354
|
"locationInModule": {
|
|
3303
3355
|
"filename": "lib/cluster.ts",
|
|
3304
|
-
"line":
|
|
3356
|
+
"line": 420
|
|
3305
3357
|
},
|
|
3306
3358
|
"name": "subnetGroup",
|
|
3307
3359
|
"type": {
|
|
@@ -3316,7 +3368,7 @@
|
|
|
3316
3368
|
"immutable": true,
|
|
3317
3369
|
"locationInModule": {
|
|
3318
3370
|
"filename": "lib/cluster.ts",
|
|
3319
|
-
"line":
|
|
3371
|
+
"line": 410
|
|
3320
3372
|
},
|
|
3321
3373
|
"name": "vpc",
|
|
3322
3374
|
"type": {
|
|
@@ -3331,7 +3383,7 @@
|
|
|
3331
3383
|
"immutable": true,
|
|
3332
3384
|
"locationInModule": {
|
|
3333
3385
|
"filename": "lib/cluster.ts",
|
|
3334
|
-
"line":
|
|
3386
|
+
"line": 415
|
|
3335
3387
|
},
|
|
3336
3388
|
"name": "vpcSubnets",
|
|
3337
3389
|
"type": {
|
|
@@ -3344,7 +3396,7 @@
|
|
|
3344
3396
|
},
|
|
3345
3397
|
"locationInModule": {
|
|
3346
3398
|
"filename": "lib/cluster.ts",
|
|
3347
|
-
"line":
|
|
3399
|
+
"line": 432
|
|
3348
3400
|
},
|
|
3349
3401
|
"name": "enableIamAuthentication",
|
|
3350
3402
|
"optional": true,
|
|
@@ -3372,7 +3424,7 @@
|
|
|
3372
3424
|
"kind": "interface",
|
|
3373
3425
|
"locationInModule": {
|
|
3374
3426
|
"filename": "lib/cluster.ts",
|
|
3375
|
-
"line":
|
|
3427
|
+
"line": 275
|
|
3376
3428
|
},
|
|
3377
3429
|
"name": "DatabaseClusterAttributes",
|
|
3378
3430
|
"properties": [
|
|
@@ -3385,7 +3437,7 @@
|
|
|
3385
3437
|
"immutable": true,
|
|
3386
3438
|
"locationInModule": {
|
|
3387
3439
|
"filename": "lib/cluster.ts",
|
|
3388
|
-
"line":
|
|
3440
|
+
"line": 299
|
|
3389
3441
|
},
|
|
3390
3442
|
"name": "clusterEndpointAddress",
|
|
3391
3443
|
"type": {
|
|
@@ -3401,7 +3453,7 @@
|
|
|
3401
3453
|
"immutable": true,
|
|
3402
3454
|
"locationInModule": {
|
|
3403
3455
|
"filename": "lib/cluster.ts",
|
|
3404
|
-
"line":
|
|
3456
|
+
"line": 289
|
|
3405
3457
|
},
|
|
3406
3458
|
"name": "clusterIdentifier",
|
|
3407
3459
|
"type": {
|
|
@@ -3417,7 +3469,7 @@
|
|
|
3417
3469
|
"immutable": true,
|
|
3418
3470
|
"locationInModule": {
|
|
3419
3471
|
"filename": "lib/cluster.ts",
|
|
3420
|
-
"line":
|
|
3472
|
+
"line": 294
|
|
3421
3473
|
},
|
|
3422
3474
|
"name": "clusterResourceIdentifier",
|
|
3423
3475
|
"type": {
|
|
@@ -3433,7 +3485,7 @@
|
|
|
3433
3485
|
"immutable": true,
|
|
3434
3486
|
"locationInModule": {
|
|
3435
3487
|
"filename": "lib/cluster.ts",
|
|
3436
|
-
"line":
|
|
3488
|
+
"line": 279
|
|
3437
3489
|
},
|
|
3438
3490
|
"name": "port",
|
|
3439
3491
|
"type": {
|
|
@@ -3449,7 +3501,7 @@
|
|
|
3449
3501
|
"immutable": true,
|
|
3450
3502
|
"locationInModule": {
|
|
3451
3503
|
"filename": "lib/cluster.ts",
|
|
3452
|
-
"line":
|
|
3504
|
+
"line": 304
|
|
3453
3505
|
},
|
|
3454
3506
|
"name": "readerEndpointAddress",
|
|
3455
3507
|
"type": {
|
|
@@ -3465,7 +3517,7 @@
|
|
|
3465
3517
|
"immutable": true,
|
|
3466
3518
|
"locationInModule": {
|
|
3467
3519
|
"filename": "lib/cluster.ts",
|
|
3468
|
-
"line":
|
|
3520
|
+
"line": 284
|
|
3469
3521
|
},
|
|
3470
3522
|
"name": "securityGroup",
|
|
3471
3523
|
"type": {
|
|
@@ -3524,7 +3576,7 @@
|
|
|
3524
3576
|
"kind": "class",
|
|
3525
3577
|
"locationInModule": {
|
|
3526
3578
|
"filename": "lib/cluster.ts",
|
|
3527
|
-
"line":
|
|
3579
|
+
"line": 310
|
|
3528
3580
|
},
|
|
3529
3581
|
"methods": [
|
|
3530
3582
|
{
|
|
@@ -3534,7 +3586,7 @@
|
|
|
3534
3586
|
},
|
|
3535
3587
|
"locationInModule": {
|
|
3536
3588
|
"filename": "lib/cluster.ts",
|
|
3537
|
-
"line":
|
|
3589
|
+
"line": 315
|
|
3538
3590
|
},
|
|
3539
3591
|
"name": "fromDatabaseClusterAttributes",
|
|
3540
3592
|
"parameters": [
|
|
@@ -3571,7 +3623,7 @@
|
|
|
3571
3623
|
},
|
|
3572
3624
|
"locationInModule": {
|
|
3573
3625
|
"filename": "lib/cluster.ts",
|
|
3574
|
-
"line":
|
|
3626
|
+
"line": 359
|
|
3575
3627
|
},
|
|
3576
3628
|
"name": "grantConnect",
|
|
3577
3629
|
"overrides": "@aws-cdk/aws-neptune-alpha.IDatabaseCluster",
|
|
@@ -3601,7 +3653,7 @@
|
|
|
3601
3653
|
"immutable": true,
|
|
3602
3654
|
"locationInModule": {
|
|
3603
3655
|
"filename": "lib/cluster.ts",
|
|
3604
|
-
"line":
|
|
3656
|
+
"line": 345
|
|
3605
3657
|
},
|
|
3606
3658
|
"name": "clusterEndpoint",
|
|
3607
3659
|
"overrides": "@aws-cdk/aws-neptune-alpha.IDatabaseCluster",
|
|
@@ -3618,7 +3670,7 @@
|
|
|
3618
3670
|
"immutable": true,
|
|
3619
3671
|
"locationInModule": {
|
|
3620
3672
|
"filename": "lib/cluster.ts",
|
|
3621
|
-
"line":
|
|
3673
|
+
"line": 335
|
|
3622
3674
|
},
|
|
3623
3675
|
"name": "clusterIdentifier",
|
|
3624
3676
|
"overrides": "@aws-cdk/aws-neptune-alpha.IDatabaseCluster",
|
|
@@ -3635,7 +3687,7 @@
|
|
|
3635
3687
|
"immutable": true,
|
|
3636
3688
|
"locationInModule": {
|
|
3637
3689
|
"filename": "lib/cluster.ts",
|
|
3638
|
-
"line":
|
|
3690
|
+
"line": 350
|
|
3639
3691
|
},
|
|
3640
3692
|
"name": "clusterReadEndpoint",
|
|
3641
3693
|
"overrides": "@aws-cdk/aws-neptune-alpha.IDatabaseCluster",
|
|
@@ -3652,7 +3704,7 @@
|
|
|
3652
3704
|
"immutable": true,
|
|
3653
3705
|
"locationInModule": {
|
|
3654
3706
|
"filename": "lib/cluster.ts",
|
|
3655
|
-
"line":
|
|
3707
|
+
"line": 340
|
|
3656
3708
|
},
|
|
3657
3709
|
"name": "clusterResourceIdentifier",
|
|
3658
3710
|
"overrides": "@aws-cdk/aws-neptune-alpha.IDatabaseCluster",
|
|
@@ -3669,7 +3721,7 @@
|
|
|
3669
3721
|
"immutable": true,
|
|
3670
3722
|
"locationInModule": {
|
|
3671
3723
|
"filename": "lib/cluster.ts",
|
|
3672
|
-
"line":
|
|
3724
|
+
"line": 355
|
|
3673
3725
|
},
|
|
3674
3726
|
"name": "connections",
|
|
3675
3727
|
"overrides": "aws-cdk-lib.aws_ec2.IConnectable",
|
|
@@ -3684,7 +3736,7 @@
|
|
|
3684
3736
|
},
|
|
3685
3737
|
"locationInModule": {
|
|
3686
3738
|
"filename": "lib/cluster.ts",
|
|
3687
|
-
"line":
|
|
3739
|
+
"line": 357
|
|
3688
3740
|
},
|
|
3689
3741
|
"name": "enableIamAuthentication",
|
|
3690
3742
|
"optional": true,
|
|
@@ -3703,7 +3755,7 @@
|
|
|
3703
3755
|
"custom": {
|
|
3704
3756
|
"exampleMetadata": "infused"
|
|
3705
3757
|
},
|
|
3706
|
-
"example": "const cluster = new neptune.DatabaseCluster(this, '
|
|
3758
|
+
"example": "const cluster = new neptune.DatabaseCluster(this, 'Database', {\n vpc,\n instanceType: neptune.InstanceType.R5_LARGE,\n instances: 2\n});",
|
|
3707
3759
|
"stability": "experimental",
|
|
3708
3760
|
"summary": "Properties for a new database cluster."
|
|
3709
3761
|
},
|
|
@@ -3771,6 +3823,24 @@
|
|
|
3771
3823
|
}
|
|
3772
3824
|
}
|
|
3773
3825
|
},
|
|
3826
|
+
{
|
|
3827
|
+
"abstract": true,
|
|
3828
|
+
"docs": {
|
|
3829
|
+
"default": "- false",
|
|
3830
|
+
"stability": "experimental",
|
|
3831
|
+
"summary": "If set to true, Neptune will automatically update the engine of the entire cluster to the latest minor version after a stabilization window of 2 to 3 weeks."
|
|
3832
|
+
},
|
|
3833
|
+
"immutable": true,
|
|
3834
|
+
"locationInModule": {
|
|
3835
|
+
"filename": "lib/cluster.ts",
|
|
3836
|
+
"line": 236
|
|
3837
|
+
},
|
|
3838
|
+
"name": "autoMinorVersionUpgrade",
|
|
3839
|
+
"optional": true,
|
|
3840
|
+
"type": {
|
|
3841
|
+
"primitive": "boolean"
|
|
3842
|
+
}
|
|
3843
|
+
},
|
|
3774
3844
|
{
|
|
3775
3845
|
"abstract": true,
|
|
3776
3846
|
"docs": {
|
|
@@ -4856,7 +4926,7 @@
|
|
|
4856
4926
|
"kind": "interface",
|
|
4857
4927
|
"locationInModule": {
|
|
4858
4928
|
"filename": "lib/cluster.ts",
|
|
4859
|
-
"line":
|
|
4929
|
+
"line": 242
|
|
4860
4930
|
},
|
|
4861
4931
|
"methods": [
|
|
4862
4932
|
{
|
|
@@ -4867,7 +4937,7 @@
|
|
|
4867
4937
|
},
|
|
4868
4938
|
"locationInModule": {
|
|
4869
4939
|
"filename": "lib/cluster.ts",
|
|
4870
|
-
"line":
|
|
4940
|
+
"line": 269
|
|
4871
4941
|
},
|
|
4872
4942
|
"name": "grantConnect",
|
|
4873
4943
|
"parameters": [
|
|
@@ -4899,7 +4969,7 @@
|
|
|
4899
4969
|
"immutable": true,
|
|
4900
4970
|
"locationInModule": {
|
|
4901
4971
|
"filename": "lib/cluster.ts",
|
|
4902
|
-
"line":
|
|
4972
|
+
"line": 258
|
|
4903
4973
|
},
|
|
4904
4974
|
"name": "clusterEndpoint",
|
|
4905
4975
|
"type": {
|
|
@@ -4915,7 +4985,7 @@
|
|
|
4915
4985
|
"immutable": true,
|
|
4916
4986
|
"locationInModule": {
|
|
4917
4987
|
"filename": "lib/cluster.ts",
|
|
4918
|
-
"line":
|
|
4988
|
+
"line": 246
|
|
4919
4989
|
},
|
|
4920
4990
|
"name": "clusterIdentifier",
|
|
4921
4991
|
"type": {
|
|
@@ -4934,7 +5004,7 @@
|
|
|
4934
5004
|
"immutable": true,
|
|
4935
5005
|
"locationInModule": {
|
|
4936
5006
|
"filename": "lib/cluster.ts",
|
|
4937
|
-
"line":
|
|
5007
|
+
"line": 264
|
|
4938
5008
|
},
|
|
4939
5009
|
"name": "clusterReadEndpoint",
|
|
4940
5010
|
"type": {
|
|
@@ -4953,7 +5023,7 @@
|
|
|
4953
5023
|
"immutable": true,
|
|
4954
5024
|
"locationInModule": {
|
|
4955
5025
|
"filename": "lib/cluster.ts",
|
|
4956
|
-
"line":
|
|
5026
|
+
"line": 252
|
|
4957
5027
|
},
|
|
4958
5028
|
"name": "clusterResourceIdentifier",
|
|
4959
5029
|
"type": {
|
|
@@ -5943,6 +6013,6 @@
|
|
|
5943
6013
|
"symbolId": "lib/subnet-group:SubnetGroupProps"
|
|
5944
6014
|
}
|
|
5945
6015
|
},
|
|
5946
|
-
"version": "2.
|
|
6016
|
+
"version": "2.9.0-alpha.0",
|
|
5947
6017
|
"fingerprint": "**********"
|
|
5948
6018
|
}
|