@aws-cdk/aws-neptune-alpha 2.6.0-alpha.0 → 2.10.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 CHANGED
@@ -8,7 +8,7 @@
8
8
  "url": "https://aws.amazon.com"
9
9
  },
10
10
  "dependencies": {
11
- "aws-cdk-lib": "^2.6.0",
11
+ "aws-cdk-lib": "^2.10.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.50.0 (build d1830a4)",
2910
+ "jsiiVersion": "1.52.1 (build 5ccc8f6)",
2859
2911
  "keywords": [
2860
2912
  "aws",
2861
2913
  "cdk",
@@ -2868,12 +2920,15 @@
2868
2920
  "compiledWithDeprecationWarnings": true,
2869
2921
  "pacmak": {
2870
2922
  "hasDefaultInterfaces": true
2923
+ },
2924
+ "rosetta": {
2925
+ "strict": true
2871
2926
  }
2872
2927
  }
2873
2928
  },
2874
2929
  "name": "@aws-cdk/aws-neptune-alpha",
2875
2930
  "readme": {
2876
- "markdown": "# Amazon Neptune Construct Library\n<!--BEGIN STABILITY BANNER-->\n\n---\n\n![cdk-constructs: Experimental](https://img.shields.io/badge/cdk--constructs-experimental-important.svg?style=for-the-badge)\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"
2931
+ "markdown": "# Amazon Neptune Construct Library\n<!--BEGIN STABILITY BANNER-->\n\n---\n\n![cdk-constructs: Experimental](https://img.shields.io/badge/cdk--constructs-experimental-important.svg?style=for-the-badge)\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(this, 'Cluster', {\n vpc,\n instanceType: neptune.InstanceType.R5_LARGE,\n autoMinorVersionUpgrade: true,\n});\n```\n"
2877
2932
  },
2878
2933
  "repository": {
2879
2934
  "directory": "packages/individual-packages/aws-neptune",
@@ -2919,7 +2974,7 @@
2919
2974
  "exampleMetadata": "infused",
2920
2975
  "resource": "AWS::Neptune::DBClusterParameterGroup"
2921
2976
  },
2922
- "example": "const 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});",
2977
+ "example": "const 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});",
2923
2978
  "stability": "experimental",
2924
2979
  "summary": "A cluster parameter group."
2925
2980
  },
@@ -3028,7 +3083,7 @@
3028
3083
  "custom": {
3029
3084
  "exampleMetadata": "infused"
3030
3085
  },
3031
- "example": "const 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});",
3086
+ "example": "const 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});",
3032
3087
  "stability": "experimental",
3033
3088
  "summary": "Marker class for cluster parameter group."
3034
3089
  },
@@ -3108,7 +3163,7 @@
3108
3163
  "exampleMetadata": "infused",
3109
3164
  "resource": "AWS::Neptune::DBCluster"
3110
3165
  },
3111
- "example": "const 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.",
3166
+ "example": "const cluster = new neptune.DatabaseCluster(this, 'Database', {\n vpc,\n instanceType: neptune.InstanceType.R5_LARGE,\n instances: 2,\n});",
3112
3167
  "stability": "experimental",
3113
3168
  "summary": "Create a clustered database with a given number of instances."
3114
3169
  },
@@ -3119,7 +3174,7 @@
3119
3174
  },
3120
3175
  "locationInModule": {
3121
3176
  "filename": "lib/cluster.ts",
3122
- "line": 426
3177
+ "line": 434
3123
3178
  },
3124
3179
  "parameters": [
3125
3180
  {
@@ -3148,7 +3203,7 @@
3148
3203
  "kind": "class",
3149
3204
  "locationInModule": {
3150
3205
  "filename": "lib/cluster.ts",
3151
- "line": 379
3206
+ "line": 387
3152
3207
  },
3153
3208
  "name": "DatabaseCluster",
3154
3209
  "properties": [
@@ -3161,7 +3216,7 @@
3161
3216
  "immutable": true,
3162
3217
  "locationInModule": {
3163
3218
  "filename": "lib/cluster.ts",
3164
- "line": 385
3219
+ "line": 393
3165
3220
  },
3166
3221
  "name": "DEFAULT_NUM_INSTANCES",
3167
3222
  "static": true,
@@ -3177,7 +3232,7 @@
3177
3232
  "immutable": true,
3178
3233
  "locationInModule": {
3179
3234
  "filename": "lib/cluster.ts",
3180
- "line": 388
3235
+ "line": 396
3181
3236
  },
3182
3237
  "name": "clusterEndpoint",
3183
3238
  "overrides": "@aws-cdk/aws-neptune-alpha.IDatabaseCluster",
@@ -3193,7 +3248,7 @@
3193
3248
  "immutable": true,
3194
3249
  "locationInModule": {
3195
3250
  "filename": "lib/cluster.ts",
3196
- "line": 387
3251
+ "line": 395
3197
3252
  },
3198
3253
  "name": "clusterIdentifier",
3199
3254
  "overrides": "@aws-cdk/aws-neptune-alpha.IDatabaseCluster",
@@ -3209,7 +3264,7 @@
3209
3264
  "immutable": true,
3210
3265
  "locationInModule": {
3211
3266
  "filename": "lib/cluster.ts",
3212
- "line": 389
3267
+ "line": 397
3213
3268
  },
3214
3269
  "name": "clusterReadEndpoint",
3215
3270
  "overrides": "@aws-cdk/aws-neptune-alpha.IDatabaseCluster",
@@ -3229,7 +3284,7 @@
3229
3284
  "immutable": true,
3230
3285
  "locationInModule": {
3231
3286
  "filename": "lib/cluster.ts",
3232
- "line": 397
3287
+ "line": 405
3233
3288
  },
3234
3289
  "name": "clusterResourceIdentifier",
3235
3290
  "overrides": "@aws-cdk/aws-neptune-alpha.IDatabaseCluster",
@@ -3245,7 +3300,7 @@
3245
3300
  "immutable": true,
3246
3301
  "locationInModule": {
3247
3302
  "filename": "lib/cluster.ts",
3248
- "line": 390
3303
+ "line": 398
3249
3304
  },
3250
3305
  "name": "connections",
3251
3306
  "overrides": "aws-cdk-lib.aws_ec2.IConnectable",
@@ -3261,7 +3316,7 @@
3261
3316
  "immutable": true,
3262
3317
  "locationInModule": {
3263
3318
  "filename": "lib/cluster.ts",
3264
- "line": 422
3319
+ "line": 430
3265
3320
  },
3266
3321
  "name": "instanceEndpoints",
3267
3322
  "type": {
@@ -3281,7 +3336,7 @@
3281
3336
  "immutable": true,
3282
3337
  "locationInModule": {
3283
3338
  "filename": "lib/cluster.ts",
3284
- "line": 417
3339
+ "line": 425
3285
3340
  },
3286
3341
  "name": "instanceIdentifiers",
3287
3342
  "type": {
@@ -3301,7 +3356,7 @@
3301
3356
  "immutable": true,
3302
3357
  "locationInModule": {
3303
3358
  "filename": "lib/cluster.ts",
3304
- "line": 412
3359
+ "line": 420
3305
3360
  },
3306
3361
  "name": "subnetGroup",
3307
3362
  "type": {
@@ -3316,7 +3371,7 @@
3316
3371
  "immutable": true,
3317
3372
  "locationInModule": {
3318
3373
  "filename": "lib/cluster.ts",
3319
- "line": 402
3374
+ "line": 410
3320
3375
  },
3321
3376
  "name": "vpc",
3322
3377
  "type": {
@@ -3331,7 +3386,7 @@
3331
3386
  "immutable": true,
3332
3387
  "locationInModule": {
3333
3388
  "filename": "lib/cluster.ts",
3334
- "line": 407
3389
+ "line": 415
3335
3390
  },
3336
3391
  "name": "vpcSubnets",
3337
3392
  "type": {
@@ -3344,7 +3399,7 @@
3344
3399
  },
3345
3400
  "locationInModule": {
3346
3401
  "filename": "lib/cluster.ts",
3347
- "line": 424
3402
+ "line": 432
3348
3403
  },
3349
3404
  "name": "enableIamAuthentication",
3350
3405
  "optional": true,
@@ -3372,7 +3427,7 @@
3372
3427
  "kind": "interface",
3373
3428
  "locationInModule": {
3374
3429
  "filename": "lib/cluster.ts",
3375
- "line": 267
3430
+ "line": 275
3376
3431
  },
3377
3432
  "name": "DatabaseClusterAttributes",
3378
3433
  "properties": [
@@ -3385,7 +3440,7 @@
3385
3440
  "immutable": true,
3386
3441
  "locationInModule": {
3387
3442
  "filename": "lib/cluster.ts",
3388
- "line": 291
3443
+ "line": 299
3389
3444
  },
3390
3445
  "name": "clusterEndpointAddress",
3391
3446
  "type": {
@@ -3401,7 +3456,7 @@
3401
3456
  "immutable": true,
3402
3457
  "locationInModule": {
3403
3458
  "filename": "lib/cluster.ts",
3404
- "line": 281
3459
+ "line": 289
3405
3460
  },
3406
3461
  "name": "clusterIdentifier",
3407
3462
  "type": {
@@ -3417,7 +3472,7 @@
3417
3472
  "immutable": true,
3418
3473
  "locationInModule": {
3419
3474
  "filename": "lib/cluster.ts",
3420
- "line": 286
3475
+ "line": 294
3421
3476
  },
3422
3477
  "name": "clusterResourceIdentifier",
3423
3478
  "type": {
@@ -3433,7 +3488,7 @@
3433
3488
  "immutable": true,
3434
3489
  "locationInModule": {
3435
3490
  "filename": "lib/cluster.ts",
3436
- "line": 271
3491
+ "line": 279
3437
3492
  },
3438
3493
  "name": "port",
3439
3494
  "type": {
@@ -3449,7 +3504,7 @@
3449
3504
  "immutable": true,
3450
3505
  "locationInModule": {
3451
3506
  "filename": "lib/cluster.ts",
3452
- "line": 296
3507
+ "line": 304
3453
3508
  },
3454
3509
  "name": "readerEndpointAddress",
3455
3510
  "type": {
@@ -3465,7 +3520,7 @@
3465
3520
  "immutable": true,
3466
3521
  "locationInModule": {
3467
3522
  "filename": "lib/cluster.ts",
3468
- "line": 276
3523
+ "line": 284
3469
3524
  },
3470
3525
  "name": "securityGroup",
3471
3526
  "type": {
@@ -3524,7 +3579,7 @@
3524
3579
  "kind": "class",
3525
3580
  "locationInModule": {
3526
3581
  "filename": "lib/cluster.ts",
3527
- "line": 302
3582
+ "line": 310
3528
3583
  },
3529
3584
  "methods": [
3530
3585
  {
@@ -3534,7 +3589,7 @@
3534
3589
  },
3535
3590
  "locationInModule": {
3536
3591
  "filename": "lib/cluster.ts",
3537
- "line": 307
3592
+ "line": 315
3538
3593
  },
3539
3594
  "name": "fromDatabaseClusterAttributes",
3540
3595
  "parameters": [
@@ -3571,7 +3626,7 @@
3571
3626
  },
3572
3627
  "locationInModule": {
3573
3628
  "filename": "lib/cluster.ts",
3574
- "line": 351
3629
+ "line": 359
3575
3630
  },
3576
3631
  "name": "grantConnect",
3577
3632
  "overrides": "@aws-cdk/aws-neptune-alpha.IDatabaseCluster",
@@ -3601,7 +3656,7 @@
3601
3656
  "immutable": true,
3602
3657
  "locationInModule": {
3603
3658
  "filename": "lib/cluster.ts",
3604
- "line": 337
3659
+ "line": 345
3605
3660
  },
3606
3661
  "name": "clusterEndpoint",
3607
3662
  "overrides": "@aws-cdk/aws-neptune-alpha.IDatabaseCluster",
@@ -3618,7 +3673,7 @@
3618
3673
  "immutable": true,
3619
3674
  "locationInModule": {
3620
3675
  "filename": "lib/cluster.ts",
3621
- "line": 327
3676
+ "line": 335
3622
3677
  },
3623
3678
  "name": "clusterIdentifier",
3624
3679
  "overrides": "@aws-cdk/aws-neptune-alpha.IDatabaseCluster",
@@ -3635,7 +3690,7 @@
3635
3690
  "immutable": true,
3636
3691
  "locationInModule": {
3637
3692
  "filename": "lib/cluster.ts",
3638
- "line": 342
3693
+ "line": 350
3639
3694
  },
3640
3695
  "name": "clusterReadEndpoint",
3641
3696
  "overrides": "@aws-cdk/aws-neptune-alpha.IDatabaseCluster",
@@ -3652,7 +3707,7 @@
3652
3707
  "immutable": true,
3653
3708
  "locationInModule": {
3654
3709
  "filename": "lib/cluster.ts",
3655
- "line": 332
3710
+ "line": 340
3656
3711
  },
3657
3712
  "name": "clusterResourceIdentifier",
3658
3713
  "overrides": "@aws-cdk/aws-neptune-alpha.IDatabaseCluster",
@@ -3669,7 +3724,7 @@
3669
3724
  "immutable": true,
3670
3725
  "locationInModule": {
3671
3726
  "filename": "lib/cluster.ts",
3672
- "line": 347
3727
+ "line": 355
3673
3728
  },
3674
3729
  "name": "connections",
3675
3730
  "overrides": "aws-cdk-lib.aws_ec2.IConnectable",
@@ -3684,7 +3739,7 @@
3684
3739
  },
3685
3740
  "locationInModule": {
3686
3741
  "filename": "lib/cluster.ts",
3687
- "line": 349
3742
+ "line": 357
3688
3743
  },
3689
3744
  "name": "enableIamAuthentication",
3690
3745
  "optional": true,
@@ -3703,7 +3758,7 @@
3703
3758
  "custom": {
3704
3759
  "exampleMetadata": "infused"
3705
3760
  },
3706
- "example": "const 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.",
3761
+ "example": "const cluster = new neptune.DatabaseCluster(this, 'Database', {\n vpc,\n instanceType: neptune.InstanceType.R5_LARGE,\n instances: 2,\n});",
3707
3762
  "stability": "experimental",
3708
3763
  "summary": "Properties for a new database cluster."
3709
3764
  },
@@ -3771,6 +3826,24 @@
3771
3826
  }
3772
3827
  }
3773
3828
  },
3829
+ {
3830
+ "abstract": true,
3831
+ "docs": {
3832
+ "default": "- false",
3833
+ "stability": "experimental",
3834
+ "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."
3835
+ },
3836
+ "immutable": true,
3837
+ "locationInModule": {
3838
+ "filename": "lib/cluster.ts",
3839
+ "line": 236
3840
+ },
3841
+ "name": "autoMinorVersionUpgrade",
3842
+ "optional": true,
3843
+ "type": {
3844
+ "primitive": "boolean"
3845
+ }
3846
+ },
3774
3847
  {
3775
3848
  "abstract": true,
3776
3849
  "docs": {
@@ -4115,7 +4188,7 @@
4115
4188
  "exampleMetadata": "fixture=with-cluster infused",
4116
4189
  "resource": "AWS::Neptune::DBInstance"
4117
4190
  },
4118
- "example": "const replica1 = new neptune.DatabaseInstance(this, 'Instance', {\n cluster,\n instanceType: neptune.InstanceType.R5_LARGE\n});",
4191
+ "example": "const replica1 = new neptune.DatabaseInstance(this, 'Instance', {\n cluster,\n instanceType: neptune.InstanceType.R5_LARGE,\n});",
4119
4192
  "stability": "experimental",
4120
4193
  "summary": "A database instance."
4121
4194
  },
@@ -4369,7 +4442,7 @@
4369
4442
  "custom": {
4370
4443
  "exampleMetadata": "fixture=with-cluster infused"
4371
4444
  },
4372
- "example": "const replica1 = new neptune.DatabaseInstance(this, 'Instance', {\n cluster,\n instanceType: neptune.InstanceType.R5_LARGE\n});",
4445
+ "example": "const replica1 = new neptune.DatabaseInstance(this, 'Instance', {\n cluster,\n instanceType: neptune.InstanceType.R5_LARGE,\n});",
4373
4446
  "stability": "experimental",
4374
4447
  "summary": "Construction properties for a DatabaseInstanceNew."
4375
4448
  },
@@ -4856,7 +4929,7 @@
4856
4929
  "kind": "interface",
4857
4930
  "locationInModule": {
4858
4931
  "filename": "lib/cluster.ts",
4859
- "line": 234
4932
+ "line": 242
4860
4933
  },
4861
4934
  "methods": [
4862
4935
  {
@@ -4867,7 +4940,7 @@
4867
4940
  },
4868
4941
  "locationInModule": {
4869
4942
  "filename": "lib/cluster.ts",
4870
- "line": 261
4943
+ "line": 269
4871
4944
  },
4872
4945
  "name": "grantConnect",
4873
4946
  "parameters": [
@@ -4899,7 +4972,7 @@
4899
4972
  "immutable": true,
4900
4973
  "locationInModule": {
4901
4974
  "filename": "lib/cluster.ts",
4902
- "line": 250
4975
+ "line": 258
4903
4976
  },
4904
4977
  "name": "clusterEndpoint",
4905
4978
  "type": {
@@ -4915,7 +4988,7 @@
4915
4988
  "immutable": true,
4916
4989
  "locationInModule": {
4917
4990
  "filename": "lib/cluster.ts",
4918
- "line": 238
4991
+ "line": 246
4919
4992
  },
4920
4993
  "name": "clusterIdentifier",
4921
4994
  "type": {
@@ -4934,7 +5007,7 @@
4934
5007
  "immutable": true,
4935
5008
  "locationInModule": {
4936
5009
  "filename": "lib/cluster.ts",
4937
- "line": 256
5010
+ "line": 264
4938
5011
  },
4939
5012
  "name": "clusterReadEndpoint",
4940
5013
  "type": {
@@ -4953,7 +5026,7 @@
4953
5026
  "immutable": true,
4954
5027
  "locationInModule": {
4955
5028
  "filename": "lib/cluster.ts",
4956
- "line": 244
5029
+ "line": 252
4957
5030
  },
4958
5031
  "name": "clusterResourceIdentifier",
4959
5032
  "type": {
@@ -5134,7 +5207,7 @@
5134
5207
  "custom": {
5135
5208
  "exampleMetadata": "infused"
5136
5209
  },
5137
- "example": "const cluster = new neptune.DatabaseCluster(this, 'Database', {\n vpc,\n instanceType: neptune.InstanceType.R5_LARGE,\n instances: 2\n});",
5210
+ "example": "const cluster = new neptune.DatabaseCluster(this, 'Database', {\n vpc,\n instanceType: neptune.InstanceType.R5_LARGE,\n instances: 2,\n});",
5138
5211
  "stability": "experimental",
5139
5212
  "summary": "Possible Instances Types to use in Neptune cluster used for defining {@link DatabaseInstanceProps.instanceType}."
5140
5213
  },
@@ -5541,7 +5614,7 @@
5541
5614
  "exampleMetadata": "infused",
5542
5615
  "resource": "AWS::Neptune::DBParameterGroup"
5543
5616
  },
5544
- "example": "const 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});",
5617
+ "example": "const 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});",
5545
5618
  "stability": "experimental",
5546
5619
  "summary": "DB parameter group."
5547
5620
  },
@@ -5650,7 +5723,7 @@
5650
5723
  "custom": {
5651
5724
  "exampleMetadata": "infused"
5652
5725
  },
5653
- "example": "const 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});",
5726
+ "example": "const 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});",
5654
5727
  "stability": "experimental",
5655
5728
  "summary": "Marker class for cluster parameter group."
5656
5729
  },
@@ -5943,6 +6016,6 @@
5943
6016
  "symbolId": "lib/subnet-group:SubnetGroupProps"
5944
6017
  }
5945
6018
  },
5946
- "version": "2.6.0-alpha.0",
6019
+ "version": "2.10.0-alpha.0",
5947
6020
  "fingerprint": "**********"
5948
6021
  }