@aws-cdk/aws-neptune-alpha 2.156.0-alpha.0 → 2.157.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 +857 -202
- package/.jsii.tabl.json.gz +0 -0
- package/lib/cluster.d.ts +20 -0
- package/lib/cluster.js +25 -5
- package/lib/endpoint.js +1 -1
- package/lib/instance.d.ts +130 -2
- package/lib/instance.js +134 -6
- package/lib/parameter-group.js +3 -3
- package/lib/subnet-group.js +1 -1
- package/package.json +7 -7
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.157.0",
|
|
12
12
|
"constructs": "^10.0.0"
|
|
13
13
|
},
|
|
14
14
|
"dependencyClosure": {
|
|
@@ -2697,6 +2697,19 @@
|
|
|
2697
2697
|
}
|
|
2698
2698
|
}
|
|
2699
2699
|
},
|
|
2700
|
+
"aws-cdk-lib.aws_pcaconnectorscep": {
|
|
2701
|
+
"targets": {
|
|
2702
|
+
"dotnet": {
|
|
2703
|
+
"package": "Amazon.CDK.AWS.PCAConnectorSCEP"
|
|
2704
|
+
},
|
|
2705
|
+
"java": {
|
|
2706
|
+
"package": "software.amazon.awscdk.services.pcaconnectorscep"
|
|
2707
|
+
},
|
|
2708
|
+
"python": {
|
|
2709
|
+
"module": "aws_cdk.aws_pcaconnectorscep"
|
|
2710
|
+
}
|
|
2711
|
+
}
|
|
2712
|
+
},
|
|
2700
2713
|
"aws-cdk-lib.aws_personalize": {
|
|
2701
2714
|
"targets": {
|
|
2702
2715
|
"dotnet": {
|
|
@@ -3412,6 +3425,19 @@
|
|
|
3412
3425
|
}
|
|
3413
3426
|
}
|
|
3414
3427
|
},
|
|
3428
|
+
"aws-cdk-lib.aws_ssmquicksetup": {
|
|
3429
|
+
"targets": {
|
|
3430
|
+
"dotnet": {
|
|
3431
|
+
"package": "Amazon.CDK.AWS.SSMQuickSetup"
|
|
3432
|
+
},
|
|
3433
|
+
"java": {
|
|
3434
|
+
"package": "software.amazon.awscdk.services.ssmquicksetup"
|
|
3435
|
+
},
|
|
3436
|
+
"python": {
|
|
3437
|
+
"module": "aws_cdk.aws_ssmquicksetup"
|
|
3438
|
+
}
|
|
3439
|
+
}
|
|
3440
|
+
},
|
|
3415
3441
|
"aws-cdk-lib.aws_sso": {
|
|
3416
3442
|
"targets": {
|
|
3417
3443
|
"dotnet": {
|
|
@@ -4120,7 +4146,7 @@
|
|
|
4120
4146
|
},
|
|
4121
4147
|
"locationInModule": {
|
|
4122
4148
|
"filename": "lib/cluster.ts",
|
|
4123
|
-
"line":
|
|
4149
|
+
"line": 591
|
|
4124
4150
|
},
|
|
4125
4151
|
"parameters": [
|
|
4126
4152
|
{
|
|
@@ -4149,7 +4175,7 @@
|
|
|
4149
4175
|
"kind": "class",
|
|
4150
4176
|
"locationInModule": {
|
|
4151
4177
|
"filename": "lib/cluster.ts",
|
|
4152
|
-
"line":
|
|
4178
|
+
"line": 544
|
|
4153
4179
|
},
|
|
4154
4180
|
"name": "DatabaseCluster",
|
|
4155
4181
|
"properties": [
|
|
@@ -4162,7 +4188,7 @@
|
|
|
4162
4188
|
"immutable": true,
|
|
4163
4189
|
"locationInModule": {
|
|
4164
4190
|
"filename": "lib/cluster.ts",
|
|
4165
|
-
"line":
|
|
4191
|
+
"line": 550
|
|
4166
4192
|
},
|
|
4167
4193
|
"name": "DEFAULT_NUM_INSTANCES",
|
|
4168
4194
|
"static": true,
|
|
@@ -4178,7 +4204,7 @@
|
|
|
4178
4204
|
"immutable": true,
|
|
4179
4205
|
"locationInModule": {
|
|
4180
4206
|
"filename": "lib/cluster.ts",
|
|
4181
|
-
"line":
|
|
4207
|
+
"line": 553
|
|
4182
4208
|
},
|
|
4183
4209
|
"name": "clusterEndpoint",
|
|
4184
4210
|
"overrides": "@aws-cdk/aws-neptune-alpha.DatabaseClusterBase",
|
|
@@ -4194,7 +4220,7 @@
|
|
|
4194
4220
|
"immutable": true,
|
|
4195
4221
|
"locationInModule": {
|
|
4196
4222
|
"filename": "lib/cluster.ts",
|
|
4197
|
-
"line":
|
|
4223
|
+
"line": 552
|
|
4198
4224
|
},
|
|
4199
4225
|
"name": "clusterIdentifier",
|
|
4200
4226
|
"overrides": "@aws-cdk/aws-neptune-alpha.DatabaseClusterBase",
|
|
@@ -4210,7 +4236,7 @@
|
|
|
4210
4236
|
"immutable": true,
|
|
4211
4237
|
"locationInModule": {
|
|
4212
4238
|
"filename": "lib/cluster.ts",
|
|
4213
|
-
"line":
|
|
4239
|
+
"line": 554
|
|
4214
4240
|
},
|
|
4215
4241
|
"name": "clusterReadEndpoint",
|
|
4216
4242
|
"overrides": "@aws-cdk/aws-neptune-alpha.DatabaseClusterBase",
|
|
@@ -4230,7 +4256,7 @@
|
|
|
4230
4256
|
"immutable": true,
|
|
4231
4257
|
"locationInModule": {
|
|
4232
4258
|
"filename": "lib/cluster.ts",
|
|
4233
|
-
"line":
|
|
4259
|
+
"line": 562
|
|
4234
4260
|
},
|
|
4235
4261
|
"name": "clusterResourceIdentifier",
|
|
4236
4262
|
"overrides": "@aws-cdk/aws-neptune-alpha.DatabaseClusterBase",
|
|
@@ -4246,7 +4272,7 @@
|
|
|
4246
4272
|
"immutable": true,
|
|
4247
4273
|
"locationInModule": {
|
|
4248
4274
|
"filename": "lib/cluster.ts",
|
|
4249
|
-
"line":
|
|
4275
|
+
"line": 555
|
|
4250
4276
|
},
|
|
4251
4277
|
"name": "connections",
|
|
4252
4278
|
"overrides": "@aws-cdk/aws-neptune-alpha.DatabaseClusterBase",
|
|
@@ -4262,7 +4288,7 @@
|
|
|
4262
4288
|
"immutable": true,
|
|
4263
4289
|
"locationInModule": {
|
|
4264
4290
|
"filename": "lib/cluster.ts",
|
|
4265
|
-
"line":
|
|
4291
|
+
"line": 587
|
|
4266
4292
|
},
|
|
4267
4293
|
"name": "instanceEndpoints",
|
|
4268
4294
|
"type": {
|
|
@@ -4282,7 +4308,7 @@
|
|
|
4282
4308
|
"immutable": true,
|
|
4283
4309
|
"locationInModule": {
|
|
4284
4310
|
"filename": "lib/cluster.ts",
|
|
4285
|
-
"line":
|
|
4311
|
+
"line": 582
|
|
4286
4312
|
},
|
|
4287
4313
|
"name": "instanceIdentifiers",
|
|
4288
4314
|
"type": {
|
|
@@ -4302,7 +4328,7 @@
|
|
|
4302
4328
|
"immutable": true,
|
|
4303
4329
|
"locationInModule": {
|
|
4304
4330
|
"filename": "lib/cluster.ts",
|
|
4305
|
-
"line":
|
|
4331
|
+
"line": 577
|
|
4306
4332
|
},
|
|
4307
4333
|
"name": "subnetGroup",
|
|
4308
4334
|
"type": {
|
|
@@ -4317,7 +4343,7 @@
|
|
|
4317
4343
|
"immutable": true,
|
|
4318
4344
|
"locationInModule": {
|
|
4319
4345
|
"filename": "lib/cluster.ts",
|
|
4320
|
-
"line":
|
|
4346
|
+
"line": 567
|
|
4321
4347
|
},
|
|
4322
4348
|
"name": "vpc",
|
|
4323
4349
|
"type": {
|
|
@@ -4332,7 +4358,7 @@
|
|
|
4332
4358
|
"immutable": true,
|
|
4333
4359
|
"locationInModule": {
|
|
4334
4360
|
"filename": "lib/cluster.ts",
|
|
4335
|
-
"line":
|
|
4361
|
+
"line": 572
|
|
4336
4362
|
},
|
|
4337
4363
|
"name": "vpcSubnets",
|
|
4338
4364
|
"type": {
|
|
@@ -4345,7 +4371,7 @@
|
|
|
4345
4371
|
},
|
|
4346
4372
|
"locationInModule": {
|
|
4347
4373
|
"filename": "lib/cluster.ts",
|
|
4348
|
-
"line":
|
|
4374
|
+
"line": 589
|
|
4349
4375
|
},
|
|
4350
4376
|
"name": "enableIamAuthentication",
|
|
4351
4377
|
"optional": true,
|
|
@@ -4373,7 +4399,7 @@
|
|
|
4373
4399
|
"kind": "interface",
|
|
4374
4400
|
"locationInModule": {
|
|
4375
4401
|
"filename": "lib/cluster.ts",
|
|
4376
|
-
"line":
|
|
4402
|
+
"line": 417
|
|
4377
4403
|
},
|
|
4378
4404
|
"name": "DatabaseClusterAttributes",
|
|
4379
4405
|
"properties": [
|
|
@@ -4386,7 +4412,7 @@
|
|
|
4386
4412
|
"immutable": true,
|
|
4387
4413
|
"locationInModule": {
|
|
4388
4414
|
"filename": "lib/cluster.ts",
|
|
4389
|
-
"line":
|
|
4415
|
+
"line": 441
|
|
4390
4416
|
},
|
|
4391
4417
|
"name": "clusterEndpointAddress",
|
|
4392
4418
|
"type": {
|
|
@@ -4402,7 +4428,7 @@
|
|
|
4402
4428
|
"immutable": true,
|
|
4403
4429
|
"locationInModule": {
|
|
4404
4430
|
"filename": "lib/cluster.ts",
|
|
4405
|
-
"line":
|
|
4431
|
+
"line": 431
|
|
4406
4432
|
},
|
|
4407
4433
|
"name": "clusterIdentifier",
|
|
4408
4434
|
"type": {
|
|
@@ -4418,7 +4444,7 @@
|
|
|
4418
4444
|
"immutable": true,
|
|
4419
4445
|
"locationInModule": {
|
|
4420
4446
|
"filename": "lib/cluster.ts",
|
|
4421
|
-
"line":
|
|
4447
|
+
"line": 436
|
|
4422
4448
|
},
|
|
4423
4449
|
"name": "clusterResourceIdentifier",
|
|
4424
4450
|
"type": {
|
|
@@ -4434,7 +4460,7 @@
|
|
|
4434
4460
|
"immutable": true,
|
|
4435
4461
|
"locationInModule": {
|
|
4436
4462
|
"filename": "lib/cluster.ts",
|
|
4437
|
-
"line":
|
|
4463
|
+
"line": 421
|
|
4438
4464
|
},
|
|
4439
4465
|
"name": "port",
|
|
4440
4466
|
"type": {
|
|
@@ -4450,7 +4476,7 @@
|
|
|
4450
4476
|
"immutable": true,
|
|
4451
4477
|
"locationInModule": {
|
|
4452
4478
|
"filename": "lib/cluster.ts",
|
|
4453
|
-
"line":
|
|
4479
|
+
"line": 446
|
|
4454
4480
|
},
|
|
4455
4481
|
"name": "readerEndpointAddress",
|
|
4456
4482
|
"type": {
|
|
@@ -4466,7 +4492,7 @@
|
|
|
4466
4492
|
"immutable": true,
|
|
4467
4493
|
"locationInModule": {
|
|
4468
4494
|
"filename": "lib/cluster.ts",
|
|
4469
|
-
"line":
|
|
4495
|
+
"line": 426
|
|
4470
4496
|
},
|
|
4471
4497
|
"name": "securityGroup",
|
|
4472
4498
|
"type": {
|
|
@@ -4525,7 +4551,7 @@
|
|
|
4525
4551
|
"kind": "class",
|
|
4526
4552
|
"locationInModule": {
|
|
4527
4553
|
"filename": "lib/cluster.ts",
|
|
4528
|
-
"line":
|
|
4554
|
+
"line": 452
|
|
4529
4555
|
},
|
|
4530
4556
|
"methods": [
|
|
4531
4557
|
{
|
|
@@ -4535,7 +4561,7 @@
|
|
|
4535
4561
|
},
|
|
4536
4562
|
"locationInModule": {
|
|
4537
4563
|
"filename": "lib/cluster.ts",
|
|
4538
|
-
"line":
|
|
4564
|
+
"line": 457
|
|
4539
4565
|
},
|
|
4540
4566
|
"name": "fromDatabaseClusterAttributes",
|
|
4541
4567
|
"parameters": [
|
|
@@ -4572,7 +4598,7 @@
|
|
|
4572
4598
|
},
|
|
4573
4599
|
"locationInModule": {
|
|
4574
4600
|
"filename": "lib/cluster.ts",
|
|
4575
|
-
"line":
|
|
4601
|
+
"line": 501
|
|
4576
4602
|
},
|
|
4577
4603
|
"name": "grant",
|
|
4578
4604
|
"overrides": "@aws-cdk/aws-neptune-alpha.IDatabaseCluster",
|
|
@@ -4605,7 +4631,7 @@
|
|
|
4605
4631
|
},
|
|
4606
4632
|
"locationInModule": {
|
|
4607
4633
|
"filename": "lib/cluster.ts",
|
|
4608
|
-
"line":
|
|
4634
|
+
"line": 523
|
|
4609
4635
|
},
|
|
4610
4636
|
"name": "grantConnect",
|
|
4611
4637
|
"overrides": "@aws-cdk/aws-neptune-alpha.IDatabaseCluster",
|
|
@@ -4630,7 +4656,7 @@
|
|
|
4630
4656
|
},
|
|
4631
4657
|
"locationInModule": {
|
|
4632
4658
|
"filename": "lib/cluster.ts",
|
|
4633
|
-
"line":
|
|
4659
|
+
"line": 527
|
|
4634
4660
|
},
|
|
4635
4661
|
"name": "metric",
|
|
4636
4662
|
"overrides": "@aws-cdk/aws-neptune-alpha.IDatabaseCluster",
|
|
@@ -4667,7 +4693,7 @@
|
|
|
4667
4693
|
"immutable": true,
|
|
4668
4694
|
"locationInModule": {
|
|
4669
4695
|
"filename": "lib/cluster.ts",
|
|
4670
|
-
"line":
|
|
4696
|
+
"line": 487
|
|
4671
4697
|
},
|
|
4672
4698
|
"name": "clusterEndpoint",
|
|
4673
4699
|
"overrides": "@aws-cdk/aws-neptune-alpha.IDatabaseCluster",
|
|
@@ -4684,7 +4710,7 @@
|
|
|
4684
4710
|
"immutable": true,
|
|
4685
4711
|
"locationInModule": {
|
|
4686
4712
|
"filename": "lib/cluster.ts",
|
|
4687
|
-
"line":
|
|
4713
|
+
"line": 477
|
|
4688
4714
|
},
|
|
4689
4715
|
"name": "clusterIdentifier",
|
|
4690
4716
|
"overrides": "@aws-cdk/aws-neptune-alpha.IDatabaseCluster",
|
|
@@ -4701,7 +4727,7 @@
|
|
|
4701
4727
|
"immutable": true,
|
|
4702
4728
|
"locationInModule": {
|
|
4703
4729
|
"filename": "lib/cluster.ts",
|
|
4704
|
-
"line":
|
|
4730
|
+
"line": 492
|
|
4705
4731
|
},
|
|
4706
4732
|
"name": "clusterReadEndpoint",
|
|
4707
4733
|
"overrides": "@aws-cdk/aws-neptune-alpha.IDatabaseCluster",
|
|
@@ -4718,7 +4744,7 @@
|
|
|
4718
4744
|
"immutable": true,
|
|
4719
4745
|
"locationInModule": {
|
|
4720
4746
|
"filename": "lib/cluster.ts",
|
|
4721
|
-
"line":
|
|
4747
|
+
"line": 482
|
|
4722
4748
|
},
|
|
4723
4749
|
"name": "clusterResourceIdentifier",
|
|
4724
4750
|
"overrides": "@aws-cdk/aws-neptune-alpha.IDatabaseCluster",
|
|
@@ -4735,7 +4761,7 @@
|
|
|
4735
4761
|
"immutable": true,
|
|
4736
4762
|
"locationInModule": {
|
|
4737
4763
|
"filename": "lib/cluster.ts",
|
|
4738
|
-
"line":
|
|
4764
|
+
"line": 497
|
|
4739
4765
|
},
|
|
4740
4766
|
"name": "connections",
|
|
4741
4767
|
"overrides": "aws-cdk-lib.aws_ec2.IConnectable",
|
|
@@ -4750,7 +4776,7 @@
|
|
|
4750
4776
|
},
|
|
4751
4777
|
"locationInModule": {
|
|
4752
4778
|
"filename": "lib/cluster.ts",
|
|
4753
|
-
"line":
|
|
4779
|
+
"line": 499
|
|
4754
4780
|
},
|
|
4755
4781
|
"name": "enableIamAuthentication",
|
|
4756
4782
|
"optional": true,
|
|
@@ -4777,7 +4803,7 @@
|
|
|
4777
4803
|
"kind": "interface",
|
|
4778
4804
|
"locationInModule": {
|
|
4779
4805
|
"filename": "lib/cluster.ts",
|
|
4780
|
-
"line":
|
|
4806
|
+
"line": 150
|
|
4781
4807
|
},
|
|
4782
4808
|
"name": "DatabaseClusterProps",
|
|
4783
4809
|
"properties": [
|
|
@@ -4790,7 +4816,7 @@
|
|
|
4790
4816
|
"immutable": true,
|
|
4791
4817
|
"locationInModule": {
|
|
4792
4818
|
"filename": "lib/cluster.ts",
|
|
4793
|
-
"line":
|
|
4819
|
+
"line": 225
|
|
4794
4820
|
},
|
|
4795
4821
|
"name": "instanceType",
|
|
4796
4822
|
"type": {
|
|
@@ -4807,7 +4833,7 @@
|
|
|
4807
4833
|
"immutable": true,
|
|
4808
4834
|
"locationInModule": {
|
|
4809
4835
|
"filename": "lib/cluster.ts",
|
|
4810
|
-
"line":
|
|
4836
|
+
"line": 279
|
|
4811
4837
|
},
|
|
4812
4838
|
"name": "vpc",
|
|
4813
4839
|
"type": {
|
|
@@ -4824,7 +4850,7 @@
|
|
|
4824
4850
|
"immutable": true,
|
|
4825
4851
|
"locationInModule": {
|
|
4826
4852
|
"filename": "lib/cluster.ts",
|
|
4827
|
-
"line":
|
|
4853
|
+
"line": 232
|
|
4828
4854
|
},
|
|
4829
4855
|
"name": "associatedRoles",
|
|
4830
4856
|
"optional": true,
|
|
@@ -4847,7 +4873,7 @@
|
|
|
4847
4873
|
"immutable": true,
|
|
4848
4874
|
"locationInModule": {
|
|
4849
4875
|
"filename": "lib/cluster.ts",
|
|
4850
|
-
"line":
|
|
4876
|
+
"line": 311
|
|
4851
4877
|
},
|
|
4852
4878
|
"name": "autoMinorVersionUpgrade",
|
|
4853
4879
|
"optional": true,
|
|
@@ -4865,7 +4891,7 @@
|
|
|
4865
4891
|
"immutable": true,
|
|
4866
4892
|
"locationInModule": {
|
|
4867
4893
|
"filename": "lib/cluster.ts",
|
|
4868
|
-
"line":
|
|
4894
|
+
"line": 163
|
|
4869
4895
|
},
|
|
4870
4896
|
"name": "backupRetention",
|
|
4871
4897
|
"optional": true,
|
|
@@ -4884,7 +4910,7 @@
|
|
|
4884
4910
|
"immutable": true,
|
|
4885
4911
|
"locationInModule": {
|
|
4886
4912
|
"filename": "lib/cluster.ts",
|
|
4887
|
-
"line":
|
|
4913
|
+
"line": 322
|
|
4888
4914
|
},
|
|
4889
4915
|
"name": "cloudwatchLogsExports",
|
|
4890
4916
|
"optional": true,
|
|
@@ -4908,7 +4934,7 @@
|
|
|
4908
4934
|
"immutable": true,
|
|
4909
4935
|
"locationInModule": {
|
|
4910
4936
|
"filename": "lib/cluster.ts",
|
|
4911
|
-
"line":
|
|
4937
|
+
"line": 331
|
|
4912
4938
|
},
|
|
4913
4939
|
"name": "cloudwatchLogsRetention",
|
|
4914
4940
|
"optional": true,
|
|
@@ -4926,7 +4952,7 @@
|
|
|
4926
4952
|
"immutable": true,
|
|
4927
4953
|
"locationInModule": {
|
|
4928
4954
|
"filename": "lib/cluster.ts",
|
|
4929
|
-
"line":
|
|
4955
|
+
"line": 339
|
|
4930
4956
|
},
|
|
4931
4957
|
"name": "cloudwatchLogsRetentionRole",
|
|
4932
4958
|
"optional": true,
|
|
@@ -4944,7 +4970,7 @@
|
|
|
4944
4970
|
"immutable": true,
|
|
4945
4971
|
"locationInModule": {
|
|
4946
4972
|
"filename": "lib/cluster.ts",
|
|
4947
|
-
"line":
|
|
4973
|
+
"line": 258
|
|
4948
4974
|
},
|
|
4949
4975
|
"name": "clusterParameterGroup",
|
|
4950
4976
|
"optional": true,
|
|
@@ -4962,7 +4988,7 @@
|
|
|
4962
4988
|
"immutable": true,
|
|
4963
4989
|
"locationInModule": {
|
|
4964
4990
|
"filename": "lib/cluster.ts",
|
|
4965
|
-
"line":
|
|
4991
|
+
"line": 354
|
|
4966
4992
|
},
|
|
4967
4993
|
"name": "copyTagsToSnapshot",
|
|
4968
4994
|
"optional": true,
|
|
@@ -4980,7 +5006,7 @@
|
|
|
4980
5006
|
"immutable": true,
|
|
4981
5007
|
"locationInModule": {
|
|
4982
5008
|
"filename": "lib/cluster.ts",
|
|
4983
|
-
"line":
|
|
5009
|
+
"line": 203
|
|
4984
5010
|
},
|
|
4985
5011
|
"name": "dbClusterName",
|
|
4986
5012
|
"optional": true,
|
|
@@ -4998,7 +5024,7 @@
|
|
|
4998
5024
|
"immutable": true,
|
|
4999
5025
|
"locationInModule": {
|
|
5000
5026
|
"filename": "lib/cluster.ts",
|
|
5001
|
-
"line":
|
|
5027
|
+
"line": 239
|
|
5002
5028
|
},
|
|
5003
5029
|
"name": "deletionProtection",
|
|
5004
5030
|
"optional": true,
|
|
@@ -5016,7 +5042,7 @@
|
|
|
5016
5042
|
"immutable": true,
|
|
5017
5043
|
"locationInModule": {
|
|
5018
5044
|
"filename": "lib/cluster.ts",
|
|
5019
|
-
"line":
|
|
5045
|
+
"line": 156
|
|
5020
5046
|
},
|
|
5021
5047
|
"name": "engineVersion",
|
|
5022
5048
|
"optional": true,
|
|
@@ -5034,7 +5060,7 @@
|
|
|
5034
5060
|
"immutable": true,
|
|
5035
5061
|
"locationInModule": {
|
|
5036
5062
|
"filename": "lib/cluster.ts",
|
|
5037
|
-
"line":
|
|
5063
|
+
"line": 210
|
|
5038
5064
|
},
|
|
5039
5065
|
"name": "iamAuthentication",
|
|
5040
5066
|
"optional": true,
|
|
@@ -5053,7 +5079,7 @@
|
|
|
5053
5079
|
"immutable": true,
|
|
5054
5080
|
"locationInModule": {
|
|
5055
5081
|
"filename": "lib/cluster.ts",
|
|
5056
|
-
"line":
|
|
5082
|
+
"line": 220
|
|
5057
5083
|
},
|
|
5058
5084
|
"name": "instanceIdentifierBase",
|
|
5059
5085
|
"optional": true,
|
|
@@ -5071,7 +5097,7 @@
|
|
|
5071
5097
|
"immutable": true,
|
|
5072
5098
|
"locationInModule": {
|
|
5073
5099
|
"filename": "lib/cluster.ts",
|
|
5074
|
-
"line":
|
|
5100
|
+
"line": 196
|
|
5075
5101
|
},
|
|
5076
5102
|
"name": "instances",
|
|
5077
5103
|
"optional": true,
|
|
@@ -5089,7 +5115,7 @@
|
|
|
5089
5115
|
"immutable": true,
|
|
5090
5116
|
"locationInModule": {
|
|
5091
5117
|
"filename": "lib/cluster.ts",
|
|
5092
|
-
"line":
|
|
5118
|
+
"line": 182
|
|
5093
5119
|
},
|
|
5094
5120
|
"name": "kmsKey",
|
|
5095
5121
|
"optional": true,
|
|
@@ -5107,7 +5133,7 @@
|
|
|
5107
5133
|
"immutable": true,
|
|
5108
5134
|
"locationInModule": {
|
|
5109
5135
|
"filename": "lib/cluster.ts",
|
|
5110
|
-
"line":
|
|
5136
|
+
"line": 265
|
|
5111
5137
|
},
|
|
5112
5138
|
"name": "parameterGroup",
|
|
5113
5139
|
"optional": true,
|
|
@@ -5125,7 +5151,7 @@
|
|
|
5125
5151
|
"immutable": true,
|
|
5126
5152
|
"locationInModule": {
|
|
5127
5153
|
"filename": "lib/cluster.ts",
|
|
5128
|
-
"line":
|
|
5154
|
+
"line": 361
|
|
5129
5155
|
},
|
|
5130
5156
|
"name": "port",
|
|
5131
5157
|
"optional": true,
|
|
@@ -5144,7 +5170,7 @@
|
|
|
5144
5170
|
"immutable": true,
|
|
5145
5171
|
"locationInModule": {
|
|
5146
5172
|
"filename": "lib/cluster.ts",
|
|
5147
|
-
"line":
|
|
5173
|
+
"line": 175
|
|
5148
5174
|
},
|
|
5149
5175
|
"name": "preferredBackupWindow",
|
|
5150
5176
|
"optional": true,
|
|
@@ -5163,7 +5189,7 @@
|
|
|
5163
5189
|
"immutable": true,
|
|
5164
5190
|
"locationInModule": {
|
|
5165
5191
|
"filename": "lib/cluster.ts",
|
|
5166
|
-
"line":
|
|
5192
|
+
"line": 251
|
|
5167
5193
|
},
|
|
5168
5194
|
"name": "preferredMaintenanceWindow",
|
|
5169
5195
|
"optional": true,
|
|
@@ -5182,7 +5208,7 @@
|
|
|
5182
5208
|
"immutable": true,
|
|
5183
5209
|
"locationInModule": {
|
|
5184
5210
|
"filename": "lib/cluster.ts",
|
|
5185
|
-
"line":
|
|
5211
|
+
"line": 303
|
|
5186
5212
|
},
|
|
5187
5213
|
"name": "removalPolicy",
|
|
5188
5214
|
"optional": true,
|
|
@@ -5200,7 +5226,7 @@
|
|
|
5200
5226
|
"immutable": true,
|
|
5201
5227
|
"locationInModule": {
|
|
5202
5228
|
"filename": "lib/cluster.ts",
|
|
5203
|
-
"line":
|
|
5229
|
+
"line": 293
|
|
5204
5230
|
},
|
|
5205
5231
|
"name": "securityGroups",
|
|
5206
5232
|
"optional": true,
|
|
@@ -5224,7 +5250,7 @@
|
|
|
5224
5250
|
"immutable": true,
|
|
5225
5251
|
"locationInModule": {
|
|
5226
5252
|
"filename": "lib/cluster.ts",
|
|
5227
|
-
"line":
|
|
5253
|
+
"line": 347
|
|
5228
5254
|
},
|
|
5229
5255
|
"name": "serverlessScalingConfiguration",
|
|
5230
5256
|
"optional": true,
|
|
@@ -5242,7 +5268,7 @@
|
|
|
5242
5268
|
"immutable": true,
|
|
5243
5269
|
"locationInModule": {
|
|
5244
5270
|
"filename": "lib/cluster.ts",
|
|
5245
|
-
"line":
|
|
5271
|
+
"line": 189
|
|
5246
5272
|
},
|
|
5247
5273
|
"name": "storageEncrypted",
|
|
5248
5274
|
"optional": true,
|
|
@@ -5260,7 +5286,7 @@
|
|
|
5260
5286
|
"immutable": true,
|
|
5261
5287
|
"locationInModule": {
|
|
5262
5288
|
"filename": "lib/cluster.ts",
|
|
5263
|
-
"line":
|
|
5289
|
+
"line": 272
|
|
5264
5290
|
},
|
|
5265
5291
|
"name": "subnetGroup",
|
|
5266
5292
|
"optional": true,
|
|
@@ -5278,7 +5304,7 @@
|
|
|
5278
5304
|
"immutable": true,
|
|
5279
5305
|
"locationInModule": {
|
|
5280
5306
|
"filename": "lib/cluster.ts",
|
|
5281
|
-
"line":
|
|
5307
|
+
"line": 286
|
|
5282
5308
|
},
|
|
5283
5309
|
"name": "vpcSubnets",
|
|
5284
5310
|
"optional": true,
|
|
@@ -5308,7 +5334,7 @@
|
|
|
5308
5334
|
},
|
|
5309
5335
|
"locationInModule": {
|
|
5310
5336
|
"filename": "lib/instance.ts",
|
|
5311
|
-
"line":
|
|
5337
|
+
"line": 493
|
|
5312
5338
|
},
|
|
5313
5339
|
"parameters": [
|
|
5314
5340
|
{
|
|
@@ -5337,7 +5363,7 @@
|
|
|
5337
5363
|
"kind": "class",
|
|
5338
5364
|
"locationInModule": {
|
|
5339
5365
|
"filename": "lib/instance.ts",
|
|
5340
|
-
"line":
|
|
5366
|
+
"line": 466
|
|
5341
5367
|
},
|
|
5342
5368
|
"name": "DatabaseInstance",
|
|
5343
5369
|
"properties": [
|
|
@@ -5349,7 +5375,7 @@
|
|
|
5349
5375
|
"immutable": true,
|
|
5350
5376
|
"locationInModule": {
|
|
5351
5377
|
"filename": "lib/instance.ts",
|
|
5352
|
-
"line":
|
|
5378
|
+
"line": 471
|
|
5353
5379
|
},
|
|
5354
5380
|
"name": "cluster",
|
|
5355
5381
|
"type": {
|
|
@@ -5367,7 +5393,7 @@
|
|
|
5367
5393
|
"immutable": true,
|
|
5368
5394
|
"locationInModule": {
|
|
5369
5395
|
"filename": "lib/instance.ts",
|
|
5370
|
-
"line":
|
|
5396
|
+
"line": 486
|
|
5371
5397
|
},
|
|
5372
5398
|
"name": "dbInstanceEndpointAddress",
|
|
5373
5399
|
"overrides": "@aws-cdk/aws-neptune-alpha.DatabaseInstanceBase",
|
|
@@ -5386,7 +5412,7 @@
|
|
|
5386
5412
|
"immutable": true,
|
|
5387
5413
|
"locationInModule": {
|
|
5388
5414
|
"filename": "lib/instance.ts",
|
|
5389
|
-
"line":
|
|
5415
|
+
"line": 491
|
|
5390
5416
|
},
|
|
5391
5417
|
"name": "dbInstanceEndpointPort",
|
|
5392
5418
|
"overrides": "@aws-cdk/aws-neptune-alpha.DatabaseInstanceBase",
|
|
@@ -5405,7 +5431,7 @@
|
|
|
5405
5431
|
"immutable": true,
|
|
5406
5432
|
"locationInModule": {
|
|
5407
5433
|
"filename": "lib/instance.ts",
|
|
5408
|
-
"line":
|
|
5434
|
+
"line": 481
|
|
5409
5435
|
},
|
|
5410
5436
|
"name": "instanceEndpoint",
|
|
5411
5437
|
"overrides": "@aws-cdk/aws-neptune-alpha.DatabaseInstanceBase",
|
|
@@ -5424,7 +5450,7 @@
|
|
|
5424
5450
|
"immutable": true,
|
|
5425
5451
|
"locationInModule": {
|
|
5426
5452
|
"filename": "lib/instance.ts",
|
|
5427
|
-
"line":
|
|
5453
|
+
"line": 476
|
|
5428
5454
|
},
|
|
5429
5455
|
"name": "instanceIdentifier",
|
|
5430
5456
|
"overrides": "@aws-cdk/aws-neptune-alpha.DatabaseInstanceBase",
|
|
@@ -5450,7 +5476,7 @@
|
|
|
5450
5476
|
"kind": "interface",
|
|
5451
5477
|
"locationInModule": {
|
|
5452
5478
|
"filename": "lib/instance.ts",
|
|
5453
|
-
"line":
|
|
5479
|
+
"line": 346
|
|
5454
5480
|
},
|
|
5455
5481
|
"name": "DatabaseInstanceAttributes",
|
|
5456
5482
|
"properties": [
|
|
@@ -5463,7 +5489,7 @@
|
|
|
5463
5489
|
"immutable": true,
|
|
5464
5490
|
"locationInModule": {
|
|
5465
5491
|
"filename": "lib/instance.ts",
|
|
5466
|
-
"line":
|
|
5492
|
+
"line": 355
|
|
5467
5493
|
},
|
|
5468
5494
|
"name": "instanceEndpointAddress",
|
|
5469
5495
|
"type": {
|
|
@@ -5479,7 +5505,7 @@
|
|
|
5479
5505
|
"immutable": true,
|
|
5480
5506
|
"locationInModule": {
|
|
5481
5507
|
"filename": "lib/instance.ts",
|
|
5482
|
-
"line":
|
|
5508
|
+
"line": 350
|
|
5483
5509
|
},
|
|
5484
5510
|
"name": "instanceIdentifier",
|
|
5485
5511
|
"type": {
|
|
@@ -5495,7 +5521,7 @@
|
|
|
5495
5521
|
"immutable": true,
|
|
5496
5522
|
"locationInModule": {
|
|
5497
5523
|
"filename": "lib/instance.ts",
|
|
5498
|
-
"line":
|
|
5524
|
+
"line": 360
|
|
5499
5525
|
},
|
|
5500
5526
|
"name": "port",
|
|
5501
5527
|
"type": {
|
|
@@ -5554,7 +5580,7 @@
|
|
|
5554
5580
|
"kind": "class",
|
|
5555
5581
|
"locationInModule": {
|
|
5556
5582
|
"filename": "lib/instance.ts",
|
|
5557
|
-
"line":
|
|
5583
|
+
"line": 411
|
|
5558
5584
|
},
|
|
5559
5585
|
"methods": [
|
|
5560
5586
|
{
|
|
@@ -5564,7 +5590,7 @@
|
|
|
5564
5590
|
},
|
|
5565
5591
|
"locationInModule": {
|
|
5566
5592
|
"filename": "lib/instance.ts",
|
|
5567
|
-
"line":
|
|
5593
|
+
"line": 415
|
|
5568
5594
|
},
|
|
5569
5595
|
"name": "fromDatabaseInstanceAttributes",
|
|
5570
5596
|
"parameters": [
|
|
@@ -5604,7 +5630,7 @@
|
|
|
5604
5630
|
},
|
|
5605
5631
|
"locationInModule": {
|
|
5606
5632
|
"filename": "lib/instance.ts",
|
|
5607
|
-
"line":
|
|
5633
|
+
"line": 449
|
|
5608
5634
|
},
|
|
5609
5635
|
"name": "metric",
|
|
5610
5636
|
"overrides": "@aws-cdk/aws-neptune-alpha.IDatabaseInstance",
|
|
@@ -5644,7 +5670,7 @@
|
|
|
5644
5670
|
"immutable": true,
|
|
5645
5671
|
"locationInModule": {
|
|
5646
5672
|
"filename": "lib/instance.ts",
|
|
5647
|
-
"line":
|
|
5673
|
+
"line": 429
|
|
5648
5674
|
},
|
|
5649
5675
|
"name": "dbInstanceEndpointAddress",
|
|
5650
5676
|
"overrides": "@aws-cdk/aws-neptune-alpha.IDatabaseInstance",
|
|
@@ -5664,7 +5690,7 @@
|
|
|
5664
5690
|
"immutable": true,
|
|
5665
5691
|
"locationInModule": {
|
|
5666
5692
|
"filename": "lib/instance.ts",
|
|
5667
|
-
"line":
|
|
5693
|
+
"line": 434
|
|
5668
5694
|
},
|
|
5669
5695
|
"name": "dbInstanceEndpointPort",
|
|
5670
5696
|
"overrides": "@aws-cdk/aws-neptune-alpha.IDatabaseInstance",
|
|
@@ -5684,7 +5710,7 @@
|
|
|
5684
5710
|
"immutable": true,
|
|
5685
5711
|
"locationInModule": {
|
|
5686
5712
|
"filename": "lib/instance.ts",
|
|
5687
|
-
"line":
|
|
5713
|
+
"line": 439
|
|
5688
5714
|
},
|
|
5689
5715
|
"name": "instanceEndpoint",
|
|
5690
5716
|
"overrides": "@aws-cdk/aws-neptune-alpha.IDatabaseInstance",
|
|
@@ -5704,7 +5730,7 @@
|
|
|
5704
5730
|
"immutable": true,
|
|
5705
5731
|
"locationInModule": {
|
|
5706
5732
|
"filename": "lib/instance.ts",
|
|
5707
|
-
"line":
|
|
5733
|
+
"line": 444
|
|
5708
5734
|
},
|
|
5709
5735
|
"name": "instanceIdentifier",
|
|
5710
5736
|
"overrides": "@aws-cdk/aws-neptune-alpha.IDatabaseInstance",
|
|
@@ -5730,7 +5756,7 @@
|
|
|
5730
5756
|
"kind": "interface",
|
|
5731
5757
|
"locationInModule": {
|
|
5732
5758
|
"filename": "lib/instance.ts",
|
|
5733
|
-
"line":
|
|
5759
|
+
"line": 366
|
|
5734
5760
|
},
|
|
5735
5761
|
"name": "DatabaseInstanceProps",
|
|
5736
5762
|
"properties": [
|
|
@@ -5743,7 +5769,7 @@
|
|
|
5743
5769
|
"immutable": true,
|
|
5744
5770
|
"locationInModule": {
|
|
5745
5771
|
"filename": "lib/instance.ts",
|
|
5746
|
-
"line":
|
|
5772
|
+
"line": 370
|
|
5747
5773
|
},
|
|
5748
5774
|
"name": "cluster",
|
|
5749
5775
|
"type": {
|
|
@@ -5759,7 +5785,7 @@
|
|
|
5759
5785
|
"immutable": true,
|
|
5760
5786
|
"locationInModule": {
|
|
5761
5787
|
"filename": "lib/instance.ts",
|
|
5762
|
-
"line":
|
|
5788
|
+
"line": 375
|
|
5763
5789
|
},
|
|
5764
5790
|
"name": "instanceType",
|
|
5765
5791
|
"type": {
|
|
@@ -5776,7 +5802,7 @@
|
|
|
5776
5802
|
"immutable": true,
|
|
5777
5803
|
"locationInModule": {
|
|
5778
5804
|
"filename": "lib/instance.ts",
|
|
5779
|
-
"line":
|
|
5805
|
+
"line": 382
|
|
5780
5806
|
},
|
|
5781
5807
|
"name": "availabilityZone",
|
|
5782
5808
|
"optional": true,
|
|
@@ -5795,7 +5821,7 @@
|
|
|
5795
5821
|
"immutable": true,
|
|
5796
5822
|
"locationInModule": {
|
|
5797
5823
|
"filename": "lib/instance.ts",
|
|
5798
|
-
"line":
|
|
5824
|
+
"line": 390
|
|
5799
5825
|
},
|
|
5800
5826
|
"name": "dbInstanceName",
|
|
5801
5827
|
"optional": true,
|
|
@@ -5813,7 +5839,7 @@
|
|
|
5813
5839
|
"immutable": true,
|
|
5814
5840
|
"locationInModule": {
|
|
5815
5841
|
"filename": "lib/instance.ts",
|
|
5816
|
-
"line":
|
|
5842
|
+
"line": 397
|
|
5817
5843
|
},
|
|
5818
5844
|
"name": "parameterGroup",
|
|
5819
5845
|
"optional": true,
|
|
@@ -5831,7 +5857,7 @@
|
|
|
5831
5857
|
"immutable": true,
|
|
5832
5858
|
"locationInModule": {
|
|
5833
5859
|
"filename": "lib/instance.ts",
|
|
5834
|
-
"line":
|
|
5860
|
+
"line": 405
|
|
5835
5861
|
},
|
|
5836
5862
|
"name": "removalPolicy",
|
|
5837
5863
|
"optional": true,
|
|
@@ -5950,7 +5976,7 @@
|
|
|
5950
5976
|
},
|
|
5951
5977
|
"locationInModule": {
|
|
5952
5978
|
"filename": "lib/cluster.ts",
|
|
5953
|
-
"line":
|
|
5979
|
+
"line": 112
|
|
5954
5980
|
},
|
|
5955
5981
|
"parameters": [
|
|
5956
5982
|
{
|
|
@@ -6230,13 +6256,47 @@
|
|
|
6230
6256
|
"const": true,
|
|
6231
6257
|
"docs": {
|
|
6232
6258
|
"stability": "experimental",
|
|
6233
|
-
"summary": "Neptune engine version 1.
|
|
6259
|
+
"summary": "Neptune engine version 1.2.1.1."
|
|
6234
6260
|
},
|
|
6235
6261
|
"immutable": true,
|
|
6236
6262
|
"locationInModule": {
|
|
6237
6263
|
"filename": "lib/cluster.ts",
|
|
6238
6264
|
"line": 82
|
|
6239
6265
|
},
|
|
6266
|
+
"name": "V1_2_1_1",
|
|
6267
|
+
"static": true,
|
|
6268
|
+
"type": {
|
|
6269
|
+
"fqn": "@aws-cdk/aws-neptune-alpha.EngineVersion"
|
|
6270
|
+
}
|
|
6271
|
+
},
|
|
6272
|
+
{
|
|
6273
|
+
"const": true,
|
|
6274
|
+
"docs": {
|
|
6275
|
+
"stability": "experimental",
|
|
6276
|
+
"summary": "Neptune engine version 1.2.1.2."
|
|
6277
|
+
},
|
|
6278
|
+
"immutable": true,
|
|
6279
|
+
"locationInModule": {
|
|
6280
|
+
"filename": "lib/cluster.ts",
|
|
6281
|
+
"line": 86
|
|
6282
|
+
},
|
|
6283
|
+
"name": "V1_2_1_2",
|
|
6284
|
+
"static": true,
|
|
6285
|
+
"type": {
|
|
6286
|
+
"fqn": "@aws-cdk/aws-neptune-alpha.EngineVersion"
|
|
6287
|
+
}
|
|
6288
|
+
},
|
|
6289
|
+
{
|
|
6290
|
+
"const": true,
|
|
6291
|
+
"docs": {
|
|
6292
|
+
"stability": "experimental",
|
|
6293
|
+
"summary": "Neptune engine version 1.3.0.0."
|
|
6294
|
+
},
|
|
6295
|
+
"immutable": true,
|
|
6296
|
+
"locationInModule": {
|
|
6297
|
+
"filename": "lib/cluster.ts",
|
|
6298
|
+
"line": 90
|
|
6299
|
+
},
|
|
6240
6300
|
"name": "V1_3_0_0",
|
|
6241
6301
|
"static": true,
|
|
6242
6302
|
"type": {
|
|
@@ -6252,7 +6312,7 @@
|
|
|
6252
6312
|
"immutable": true,
|
|
6253
6313
|
"locationInModule": {
|
|
6254
6314
|
"filename": "lib/cluster.ts",
|
|
6255
|
-
"line":
|
|
6315
|
+
"line": 94
|
|
6256
6316
|
},
|
|
6257
6317
|
"name": "V1_3_1_0",
|
|
6258
6318
|
"static": true,
|
|
@@ -6260,6 +6320,57 @@
|
|
|
6260
6320
|
"fqn": "@aws-cdk/aws-neptune-alpha.EngineVersion"
|
|
6261
6321
|
}
|
|
6262
6322
|
},
|
|
6323
|
+
{
|
|
6324
|
+
"const": true,
|
|
6325
|
+
"docs": {
|
|
6326
|
+
"stability": "experimental",
|
|
6327
|
+
"summary": "Neptune engine version 1.3.2.0."
|
|
6328
|
+
},
|
|
6329
|
+
"immutable": true,
|
|
6330
|
+
"locationInModule": {
|
|
6331
|
+
"filename": "lib/cluster.ts",
|
|
6332
|
+
"line": 98
|
|
6333
|
+
},
|
|
6334
|
+
"name": "V1_3_2_0",
|
|
6335
|
+
"static": true,
|
|
6336
|
+
"type": {
|
|
6337
|
+
"fqn": "@aws-cdk/aws-neptune-alpha.EngineVersion"
|
|
6338
|
+
}
|
|
6339
|
+
},
|
|
6340
|
+
{
|
|
6341
|
+
"const": true,
|
|
6342
|
+
"docs": {
|
|
6343
|
+
"stability": "experimental",
|
|
6344
|
+
"summary": "Neptune engine version 1.3.2.1."
|
|
6345
|
+
},
|
|
6346
|
+
"immutable": true,
|
|
6347
|
+
"locationInModule": {
|
|
6348
|
+
"filename": "lib/cluster.ts",
|
|
6349
|
+
"line": 102
|
|
6350
|
+
},
|
|
6351
|
+
"name": "V1_3_2_1",
|
|
6352
|
+
"static": true,
|
|
6353
|
+
"type": {
|
|
6354
|
+
"fqn": "@aws-cdk/aws-neptune-alpha.EngineVersion"
|
|
6355
|
+
}
|
|
6356
|
+
},
|
|
6357
|
+
{
|
|
6358
|
+
"const": true,
|
|
6359
|
+
"docs": {
|
|
6360
|
+
"stability": "experimental",
|
|
6361
|
+
"summary": "Neptune engine version 1.3.3.0."
|
|
6362
|
+
},
|
|
6363
|
+
"immutable": true,
|
|
6364
|
+
"locationInModule": {
|
|
6365
|
+
"filename": "lib/cluster.ts",
|
|
6366
|
+
"line": 106
|
|
6367
|
+
},
|
|
6368
|
+
"name": "V1_3_3_0",
|
|
6369
|
+
"static": true,
|
|
6370
|
+
"type": {
|
|
6371
|
+
"fqn": "@aws-cdk/aws-neptune-alpha.EngineVersion"
|
|
6372
|
+
}
|
|
6373
|
+
},
|
|
6263
6374
|
{
|
|
6264
6375
|
"docs": {
|
|
6265
6376
|
"stability": "experimental",
|
|
@@ -6268,7 +6379,7 @@
|
|
|
6268
6379
|
"immutable": true,
|
|
6269
6380
|
"locationInModule": {
|
|
6270
6381
|
"filename": "lib/cluster.ts",
|
|
6271
|
-
"line":
|
|
6382
|
+
"line": 112
|
|
6272
6383
|
},
|
|
6273
6384
|
"name": "version",
|
|
6274
6385
|
"type": {
|
|
@@ -6328,7 +6439,7 @@
|
|
|
6328
6439
|
"kind": "interface",
|
|
6329
6440
|
"locationInModule": {
|
|
6330
6441
|
"filename": "lib/cluster.ts",
|
|
6331
|
-
"line":
|
|
6442
|
+
"line": 367
|
|
6332
6443
|
},
|
|
6333
6444
|
"methods": [
|
|
6334
6445
|
{
|
|
@@ -6340,7 +6451,7 @@
|
|
|
6340
6451
|
},
|
|
6341
6452
|
"locationInModule": {
|
|
6342
6453
|
"filename": "lib/cluster.ts",
|
|
6343
|
-
"line":
|
|
6454
|
+
"line": 398
|
|
6344
6455
|
},
|
|
6345
6456
|
"name": "grant",
|
|
6346
6457
|
"parameters": [
|
|
@@ -6379,7 +6490,7 @@
|
|
|
6379
6490
|
},
|
|
6380
6491
|
"locationInModule": {
|
|
6381
6492
|
"filename": "lib/cluster.ts",
|
|
6382
|
-
"line":
|
|
6493
|
+
"line": 403
|
|
6383
6494
|
},
|
|
6384
6495
|
"name": "grantConnect",
|
|
6385
6496
|
"parameters": [
|
|
@@ -6405,7 +6516,7 @@
|
|
|
6405
6516
|
},
|
|
6406
6517
|
"locationInModule": {
|
|
6407
6518
|
"filename": "lib/cluster.ts",
|
|
6408
|
-
"line":
|
|
6519
|
+
"line": 411
|
|
6409
6520
|
},
|
|
6410
6521
|
"name": "metric",
|
|
6411
6522
|
"parameters": [
|
|
@@ -6444,7 +6555,7 @@
|
|
|
6444
6555
|
"immutable": true,
|
|
6445
6556
|
"locationInModule": {
|
|
6446
6557
|
"filename": "lib/cluster.ts",
|
|
6447
|
-
"line":
|
|
6558
|
+
"line": 383
|
|
6448
6559
|
},
|
|
6449
6560
|
"name": "clusterEndpoint",
|
|
6450
6561
|
"type": {
|
|
@@ -6460,7 +6571,7 @@
|
|
|
6460
6571
|
"immutable": true,
|
|
6461
6572
|
"locationInModule": {
|
|
6462
6573
|
"filename": "lib/cluster.ts",
|
|
6463
|
-
"line":
|
|
6574
|
+
"line": 371
|
|
6464
6575
|
},
|
|
6465
6576
|
"name": "clusterIdentifier",
|
|
6466
6577
|
"type": {
|
|
@@ -6479,7 +6590,7 @@
|
|
|
6479
6590
|
"immutable": true,
|
|
6480
6591
|
"locationInModule": {
|
|
6481
6592
|
"filename": "lib/cluster.ts",
|
|
6482
|
-
"line":
|
|
6593
|
+
"line": 389
|
|
6483
6594
|
},
|
|
6484
6595
|
"name": "clusterReadEndpoint",
|
|
6485
6596
|
"type": {
|
|
@@ -6498,7 +6609,7 @@
|
|
|
6498
6609
|
"immutable": true,
|
|
6499
6610
|
"locationInModule": {
|
|
6500
6611
|
"filename": "lib/cluster.ts",
|
|
6501
|
-
"line":
|
|
6612
|
+
"line": 377
|
|
6502
6613
|
},
|
|
6503
6614
|
"name": "clusterResourceIdentifier",
|
|
6504
6615
|
"type": {
|
|
@@ -6521,7 +6632,7 @@
|
|
|
6521
6632
|
"kind": "interface",
|
|
6522
6633
|
"locationInModule": {
|
|
6523
6634
|
"filename": "lib/instance.ts",
|
|
6524
|
-
"line":
|
|
6635
|
+
"line": 309
|
|
6525
6636
|
},
|
|
6526
6637
|
"methods": [
|
|
6527
6638
|
{
|
|
@@ -6533,7 +6644,7 @@
|
|
|
6533
6644
|
},
|
|
6534
6645
|
"locationInModule": {
|
|
6535
6646
|
"filename": "lib/instance.ts",
|
|
6536
|
-
"line":
|
|
6647
|
+
"line": 340
|
|
6537
6648
|
},
|
|
6538
6649
|
"name": "metric",
|
|
6539
6650
|
"parameters": [
|
|
@@ -6572,7 +6683,7 @@
|
|
|
6572
6683
|
"immutable": true,
|
|
6573
6684
|
"locationInModule": {
|
|
6574
6685
|
"filename": "lib/instance.ts",
|
|
6575
|
-
"line":
|
|
6686
|
+
"line": 325
|
|
6576
6687
|
},
|
|
6577
6688
|
"name": "dbInstanceEndpointAddress",
|
|
6578
6689
|
"type": {
|
|
@@ -6591,7 +6702,7 @@
|
|
|
6591
6702
|
"immutable": true,
|
|
6592
6703
|
"locationInModule": {
|
|
6593
6704
|
"filename": "lib/instance.ts",
|
|
6594
|
-
"line":
|
|
6705
|
+
"line": 332
|
|
6595
6706
|
},
|
|
6596
6707
|
"name": "dbInstanceEndpointPort",
|
|
6597
6708
|
"type": {
|
|
@@ -6607,7 +6718,7 @@
|
|
|
6607
6718
|
"immutable": true,
|
|
6608
6719
|
"locationInModule": {
|
|
6609
6720
|
"filename": "lib/instance.ts",
|
|
6610
|
-
"line":
|
|
6721
|
+
"line": 318
|
|
6611
6722
|
},
|
|
6612
6723
|
"name": "instanceEndpoint",
|
|
6613
6724
|
"type": {
|
|
@@ -6623,7 +6734,7 @@
|
|
|
6623
6734
|
"immutable": true,
|
|
6624
6735
|
"locationInModule": {
|
|
6625
6736
|
"filename": "lib/instance.ts",
|
|
6626
|
-
"line":
|
|
6737
|
+
"line": 313
|
|
6627
6738
|
},
|
|
6628
6739
|
"name": "instanceIdentifier",
|
|
6629
6740
|
"type": {
|
|
@@ -6732,7 +6843,7 @@
|
|
|
6732
6843
|
},
|
|
6733
6844
|
"locationInModule": {
|
|
6734
6845
|
"filename": "lib/instance.ts",
|
|
6735
|
-
"line":
|
|
6846
|
+
"line": 288
|
|
6736
6847
|
},
|
|
6737
6848
|
"name": "of",
|
|
6738
6849
|
"parameters": [
|
|
@@ -6762,7 +6873,7 @@
|
|
|
6762
6873
|
"immutable": true,
|
|
6763
6874
|
"locationInModule": {
|
|
6764
6875
|
"filename": "lib/instance.ts",
|
|
6765
|
-
"line":
|
|
6876
|
+
"line": 258
|
|
6766
6877
|
},
|
|
6767
6878
|
"name": "R4_2XLARGE",
|
|
6768
6879
|
"static": true,
|
|
@@ -6779,7 +6890,7 @@
|
|
|
6779
6890
|
"immutable": true,
|
|
6780
6891
|
"locationInModule": {
|
|
6781
6892
|
"filename": "lib/instance.ts",
|
|
6782
|
-
"line":
|
|
6893
|
+
"line": 263
|
|
6783
6894
|
},
|
|
6784
6895
|
"name": "R4_4XLARGE",
|
|
6785
6896
|
"static": true,
|
|
@@ -6796,7 +6907,7 @@
|
|
|
6796
6907
|
"immutable": true,
|
|
6797
6908
|
"locationInModule": {
|
|
6798
6909
|
"filename": "lib/instance.ts",
|
|
6799
|
-
"line":
|
|
6910
|
+
"line": 268
|
|
6800
6911
|
},
|
|
6801
6912
|
"name": "R4_8XLARGE",
|
|
6802
6913
|
"static": true,
|
|
@@ -6813,7 +6924,7 @@
|
|
|
6813
6924
|
"immutable": true,
|
|
6814
6925
|
"locationInModule": {
|
|
6815
6926
|
"filename": "lib/instance.ts",
|
|
6816
|
-
"line":
|
|
6927
|
+
"line": 248
|
|
6817
6928
|
},
|
|
6818
6929
|
"name": "R4_LARGE",
|
|
6819
6930
|
"static": true,
|
|
@@ -6830,7 +6941,7 @@
|
|
|
6830
6941
|
"immutable": true,
|
|
6831
6942
|
"locationInModule": {
|
|
6832
6943
|
"filename": "lib/instance.ts",
|
|
6833
|
-
"line":
|
|
6944
|
+
"line": 253
|
|
6834
6945
|
},
|
|
6835
6946
|
"name": "R4_XLARGE",
|
|
6836
6947
|
"static": true,
|
|
@@ -6847,7 +6958,7 @@
|
|
|
6847
6958
|
"immutable": true,
|
|
6848
6959
|
"locationInModule": {
|
|
6849
6960
|
"filename": "lib/instance.ts",
|
|
6850
|
-
"line":
|
|
6961
|
+
"line": 193
|
|
6851
6962
|
},
|
|
6852
6963
|
"name": "R5_12XLARGE",
|
|
6853
6964
|
"static": true,
|
|
@@ -6855,6 +6966,23 @@
|
|
|
6855
6966
|
"fqn": "@aws-cdk/aws-neptune-alpha.InstanceType"
|
|
6856
6967
|
}
|
|
6857
6968
|
},
|
|
6969
|
+
{
|
|
6970
|
+
"const": true,
|
|
6971
|
+
"docs": {
|
|
6972
|
+
"stability": "experimental",
|
|
6973
|
+
"summary": "db.r5.16xlarge."
|
|
6974
|
+
},
|
|
6975
|
+
"immutable": true,
|
|
6976
|
+
"locationInModule": {
|
|
6977
|
+
"filename": "lib/instance.ts",
|
|
6978
|
+
"line": 198
|
|
6979
|
+
},
|
|
6980
|
+
"name": "R5_16XLARGE",
|
|
6981
|
+
"static": true,
|
|
6982
|
+
"type": {
|
|
6983
|
+
"fqn": "@aws-cdk/aws-neptune-alpha.InstanceType"
|
|
6984
|
+
}
|
|
6985
|
+
},
|
|
6858
6986
|
{
|
|
6859
6987
|
"const": true,
|
|
6860
6988
|
"docs": {
|
|
@@ -6864,7 +6992,7 @@
|
|
|
6864
6992
|
"immutable": true,
|
|
6865
6993
|
"locationInModule": {
|
|
6866
6994
|
"filename": "lib/instance.ts",
|
|
6867
|
-
"line":
|
|
6995
|
+
"line": 203
|
|
6868
6996
|
},
|
|
6869
6997
|
"name": "R5_24XLARGE",
|
|
6870
6998
|
"static": true,
|
|
@@ -6881,7 +7009,7 @@
|
|
|
6881
7009
|
"immutable": true,
|
|
6882
7010
|
"locationInModule": {
|
|
6883
7011
|
"filename": "lib/instance.ts",
|
|
6884
|
-
"line":
|
|
7012
|
+
"line": 178
|
|
6885
7013
|
},
|
|
6886
7014
|
"name": "R5_2XLARGE",
|
|
6887
7015
|
"static": true,
|
|
@@ -6898,7 +7026,7 @@
|
|
|
6898
7026
|
"immutable": true,
|
|
6899
7027
|
"locationInModule": {
|
|
6900
7028
|
"filename": "lib/instance.ts",
|
|
6901
|
-
"line":
|
|
7029
|
+
"line": 183
|
|
6902
7030
|
},
|
|
6903
7031
|
"name": "R5_4XLARGE",
|
|
6904
7032
|
"static": true,
|
|
@@ -6915,7 +7043,7 @@
|
|
|
6915
7043
|
"immutable": true,
|
|
6916
7044
|
"locationInModule": {
|
|
6917
7045
|
"filename": "lib/instance.ts",
|
|
6918
|
-
"line":
|
|
7046
|
+
"line": 188
|
|
6919
7047
|
},
|
|
6920
7048
|
"name": "R5_8XLARGE",
|
|
6921
7049
|
"static": true,
|
|
@@ -6932,7 +7060,7 @@
|
|
|
6932
7060
|
"immutable": true,
|
|
6933
7061
|
"locationInModule": {
|
|
6934
7062
|
"filename": "lib/instance.ts",
|
|
6935
|
-
"line":
|
|
7063
|
+
"line": 168
|
|
6936
7064
|
},
|
|
6937
7065
|
"name": "R5_LARGE",
|
|
6938
7066
|
"static": true,
|
|
@@ -6949,7 +7077,7 @@
|
|
|
6949
7077
|
"immutable": true,
|
|
6950
7078
|
"locationInModule": {
|
|
6951
7079
|
"filename": "lib/instance.ts",
|
|
6952
|
-
"line":
|
|
7080
|
+
"line": 173
|
|
6953
7081
|
},
|
|
6954
7082
|
"name": "R5_XLARGE",
|
|
6955
7083
|
"static": true,
|
|
@@ -6961,14 +7089,14 @@
|
|
|
6961
7089
|
"const": true,
|
|
6962
7090
|
"docs": {
|
|
6963
7091
|
"stability": "experimental",
|
|
6964
|
-
"summary": "db.
|
|
7092
|
+
"summary": "db.r5d.12xlarge."
|
|
6965
7093
|
},
|
|
6966
7094
|
"immutable": true,
|
|
6967
7095
|
"locationInModule": {
|
|
6968
7096
|
"filename": "lib/instance.ts",
|
|
6969
|
-
"line":
|
|
7097
|
+
"line": 233
|
|
6970
7098
|
},
|
|
6971
|
-
"name": "
|
|
7099
|
+
"name": "R5D_12XLARGE",
|
|
6972
7100
|
"static": true,
|
|
6973
7101
|
"type": {
|
|
6974
7102
|
"fqn": "@aws-cdk/aws-neptune-alpha.InstanceType"
|
|
@@ -6978,14 +7106,14 @@
|
|
|
6978
7106
|
"const": true,
|
|
6979
7107
|
"docs": {
|
|
6980
7108
|
"stability": "experimental",
|
|
6981
|
-
"summary": "db.
|
|
7109
|
+
"summary": "db.r5d.16xlarge."
|
|
6982
7110
|
},
|
|
6983
7111
|
"immutable": true,
|
|
6984
7112
|
"locationInModule": {
|
|
6985
7113
|
"filename": "lib/instance.ts",
|
|
6986
|
-
"line":
|
|
7114
|
+
"line": 238
|
|
6987
7115
|
},
|
|
6988
|
-
"name": "
|
|
7116
|
+
"name": "R5D_16XLARGE",
|
|
6989
7117
|
"static": true,
|
|
6990
7118
|
"type": {
|
|
6991
7119
|
"fqn": "@aws-cdk/aws-neptune-alpha.InstanceType"
|
|
@@ -6995,14 +7123,14 @@
|
|
|
6995
7123
|
"const": true,
|
|
6996
7124
|
"docs": {
|
|
6997
7125
|
"stability": "experimental",
|
|
6998
|
-
"summary": "db.
|
|
7126
|
+
"summary": "db.r5d.24xlarge."
|
|
6999
7127
|
},
|
|
7000
7128
|
"immutable": true,
|
|
7001
7129
|
"locationInModule": {
|
|
7002
7130
|
"filename": "lib/instance.ts",
|
|
7003
|
-
"line":
|
|
7131
|
+
"line": 243
|
|
7004
7132
|
},
|
|
7005
|
-
"name": "
|
|
7133
|
+
"name": "R5D_24XLARGE",
|
|
7006
7134
|
"static": true,
|
|
7007
7135
|
"type": {
|
|
7008
7136
|
"fqn": "@aws-cdk/aws-neptune-alpha.InstanceType"
|
|
@@ -7012,14 +7140,14 @@
|
|
|
7012
7140
|
"const": true,
|
|
7013
7141
|
"docs": {
|
|
7014
7142
|
"stability": "experimental",
|
|
7015
|
-
"summary": "db.
|
|
7143
|
+
"summary": "db.r5d.2xlarge."
|
|
7016
7144
|
},
|
|
7017
7145
|
"immutable": true,
|
|
7018
7146
|
"locationInModule": {
|
|
7019
7147
|
"filename": "lib/instance.ts",
|
|
7020
|
-
"line":
|
|
7148
|
+
"line": 218
|
|
7021
7149
|
},
|
|
7022
|
-
"name": "
|
|
7150
|
+
"name": "R5D_2XLARGE",
|
|
7023
7151
|
"static": true,
|
|
7024
7152
|
"type": {
|
|
7025
7153
|
"fqn": "@aws-cdk/aws-neptune-alpha.InstanceType"
|
|
@@ -7029,14 +7157,14 @@
|
|
|
7029
7157
|
"const": true,
|
|
7030
7158
|
"docs": {
|
|
7031
7159
|
"stability": "experimental",
|
|
7032
|
-
"summary": "db.
|
|
7160
|
+
"summary": "db.r5d.4xlarge."
|
|
7033
7161
|
},
|
|
7034
7162
|
"immutable": true,
|
|
7035
7163
|
"locationInModule": {
|
|
7036
7164
|
"filename": "lib/instance.ts",
|
|
7037
|
-
"line":
|
|
7165
|
+
"line": 223
|
|
7038
7166
|
},
|
|
7039
|
-
"name": "
|
|
7167
|
+
"name": "R5D_4XLARGE",
|
|
7040
7168
|
"static": true,
|
|
7041
7169
|
"type": {
|
|
7042
7170
|
"fqn": "@aws-cdk/aws-neptune-alpha.InstanceType"
|
|
@@ -7046,14 +7174,14 @@
|
|
|
7046
7174
|
"const": true,
|
|
7047
7175
|
"docs": {
|
|
7048
7176
|
"stability": "experimental",
|
|
7049
|
-
"summary": "db.
|
|
7177
|
+
"summary": "db.r5d.8xlarge."
|
|
7050
7178
|
},
|
|
7051
7179
|
"immutable": true,
|
|
7052
7180
|
"locationInModule": {
|
|
7053
7181
|
"filename": "lib/instance.ts",
|
|
7054
|
-
"line":
|
|
7182
|
+
"line": 228
|
|
7055
7183
|
},
|
|
7056
|
-
"name": "
|
|
7184
|
+
"name": "R5D_8XLARGE",
|
|
7057
7185
|
"static": true,
|
|
7058
7186
|
"type": {
|
|
7059
7187
|
"fqn": "@aws-cdk/aws-neptune-alpha.InstanceType"
|
|
@@ -7063,14 +7191,14 @@
|
|
|
7063
7191
|
"const": true,
|
|
7064
7192
|
"docs": {
|
|
7065
7193
|
"stability": "experimental",
|
|
7066
|
-
"summary": "db.
|
|
7194
|
+
"summary": "db.r5d.large."
|
|
7067
7195
|
},
|
|
7068
7196
|
"immutable": true,
|
|
7069
7197
|
"locationInModule": {
|
|
7070
7198
|
"filename": "lib/instance.ts",
|
|
7071
|
-
"line":
|
|
7199
|
+
"line": 208
|
|
7072
7200
|
},
|
|
7073
|
-
"name": "
|
|
7201
|
+
"name": "R5D_LARGE",
|
|
7074
7202
|
"static": true,
|
|
7075
7203
|
"type": {
|
|
7076
7204
|
"fqn": "@aws-cdk/aws-neptune-alpha.InstanceType"
|
|
@@ -7080,14 +7208,14 @@
|
|
|
7080
7208
|
"const": true,
|
|
7081
7209
|
"docs": {
|
|
7082
7210
|
"stability": "experimental",
|
|
7083
|
-
"summary": "db.
|
|
7211
|
+
"summary": "db.r5d.xlarge."
|
|
7084
7212
|
},
|
|
7085
7213
|
"immutable": true,
|
|
7086
7214
|
"locationInModule": {
|
|
7087
7215
|
"filename": "lib/instance.ts",
|
|
7088
|
-
"line":
|
|
7216
|
+
"line": 213
|
|
7089
7217
|
},
|
|
7090
|
-
"name": "
|
|
7218
|
+
"name": "R5D_XLARGE",
|
|
7091
7219
|
"static": true,
|
|
7092
7220
|
"type": {
|
|
7093
7221
|
"fqn": "@aws-cdk/aws-neptune-alpha.InstanceType"
|
|
@@ -7097,14 +7225,14 @@
|
|
|
7097
7225
|
"const": true,
|
|
7098
7226
|
"docs": {
|
|
7099
7227
|
"stability": "experimental",
|
|
7100
|
-
"summary": "db.
|
|
7228
|
+
"summary": "db.r6g.12xlarge."
|
|
7101
7229
|
},
|
|
7102
7230
|
"immutable": true,
|
|
7103
7231
|
"locationInModule": {
|
|
7104
7232
|
"filename": "lib/instance.ts",
|
|
7105
|
-
"line":
|
|
7233
|
+
"line": 113
|
|
7106
7234
|
},
|
|
7107
|
-
"name": "
|
|
7235
|
+
"name": "R6G_12XLARGE",
|
|
7108
7236
|
"static": true,
|
|
7109
7237
|
"type": {
|
|
7110
7238
|
"fqn": "@aws-cdk/aws-neptune-alpha.InstanceType"
|
|
@@ -7114,89 +7242,616 @@
|
|
|
7114
7242
|
"const": true,
|
|
7115
7243
|
"docs": {
|
|
7116
7244
|
"stability": "experimental",
|
|
7117
|
-
"summary": "db.
|
|
7245
|
+
"summary": "db.r6g.16xlarge."
|
|
7118
7246
|
},
|
|
7119
7247
|
"immutable": true,
|
|
7120
7248
|
"locationInModule": {
|
|
7121
7249
|
"filename": "lib/instance.ts",
|
|
7122
|
-
"line":
|
|
7250
|
+
"line": 118
|
|
7123
7251
|
},
|
|
7124
|
-
"name": "
|
|
7252
|
+
"name": "R6G_16XLARGE",
|
|
7125
7253
|
"static": true,
|
|
7126
7254
|
"type": {
|
|
7127
7255
|
"fqn": "@aws-cdk/aws-neptune-alpha.InstanceType"
|
|
7128
7256
|
}
|
|
7129
|
-
}
|
|
7130
|
-
],
|
|
7131
|
-
"symbolId": "lib/instance:InstanceType"
|
|
7132
|
-
},
|
|
7133
|
-
"@aws-cdk/aws-neptune-alpha.LogType": {
|
|
7134
|
-
"assembly": "@aws-cdk/aws-neptune-alpha",
|
|
7135
|
-
"docs": {
|
|
7136
|
-
"see": "https://docs.aws.amazon.com/neptune/latest/userguide/cloudwatch-logs.html",
|
|
7137
|
-
"stability": "experimental",
|
|
7138
|
-
"summary": "Neptune log types that can be exported to CloudWatch logs.",
|
|
7139
|
-
"example": "// Cluster parameter group with the neptune_enable_audit_log param set to 1\nconst clusterParameterGroup = new neptune.ClusterParameterGroup(this, 'ClusterParams', {\n description: 'Cluster parameter group',\n parameters: {\n neptune_enable_audit_log: '1'\n },\n});\n\nconst cluster = new neptune.DatabaseCluster(this, 'Database', {\n vpc,\n instanceType: neptune.InstanceType.R5_LARGE,\n // Audit logs are enabled via the clusterParameterGroup\n clusterParameterGroup,\n // Optionally configuring audit logs to be exported to CloudWatch Logs\n cloudwatchLogsExports: [neptune.LogType.AUDIT],\n // Optionally set a retention period on exported CloudWatch Logs\n cloudwatchLogsRetention: logs.RetentionDays.ONE_MONTH,\n});",
|
|
7140
|
-
"custom": {
|
|
7141
|
-
"exampleMetadata": "infused"
|
|
7142
|
-
}
|
|
7143
|
-
},
|
|
7144
|
-
"fqn": "@aws-cdk/aws-neptune-alpha.LogType",
|
|
7145
|
-
"initializer": {
|
|
7146
|
-
"docs": {
|
|
7147
|
-
"stability": "experimental",
|
|
7148
|
-
"summary": "Constructor for specifying a custom log type."
|
|
7149
|
-
},
|
|
7150
|
-
"locationInModule": {
|
|
7151
|
-
"filename": "lib/cluster.ts",
|
|
7152
|
-
"line": 112
|
|
7153
7257
|
},
|
|
7154
|
-
|
|
7155
|
-
|
|
7156
|
-
|
|
7157
|
-
|
|
7158
|
-
|
|
7159
|
-
|
|
7160
|
-
|
|
7161
|
-
|
|
7162
|
-
|
|
7258
|
+
{
|
|
7259
|
+
"const": true,
|
|
7260
|
+
"docs": {
|
|
7261
|
+
"stability": "experimental",
|
|
7262
|
+
"summary": "db.r6g.2xlarge."
|
|
7263
|
+
},
|
|
7264
|
+
"immutable": true,
|
|
7265
|
+
"locationInModule": {
|
|
7266
|
+
"filename": "lib/instance.ts",
|
|
7267
|
+
"line": 98
|
|
7268
|
+
},
|
|
7269
|
+
"name": "R6G_2XLARGE",
|
|
7270
|
+
"static": true,
|
|
7271
|
+
"type": {
|
|
7272
|
+
"fqn": "@aws-cdk/aws-neptune-alpha.InstanceType"
|
|
7163
7273
|
}
|
|
7164
|
-
|
|
7165
|
-
},
|
|
7166
|
-
"kind": "class",
|
|
7167
|
-
"locationInModule": {
|
|
7168
|
-
"filename": "lib/cluster.ts",
|
|
7169
|
-
"line": 100
|
|
7170
|
-
},
|
|
7171
|
-
"name": "LogType",
|
|
7172
|
-
"properties": [
|
|
7274
|
+
},
|
|
7173
7275
|
{
|
|
7174
7276
|
"const": true,
|
|
7175
7277
|
"docs": {
|
|
7176
|
-
"see": "https://docs.aws.amazon.com/neptune/latest/userguide/auditing.html",
|
|
7177
7278
|
"stability": "experimental",
|
|
7178
|
-
"summary": "
|
|
7279
|
+
"summary": "db.r6g.4xlarge."
|
|
7179
7280
|
},
|
|
7180
7281
|
"immutable": true,
|
|
7181
7282
|
"locationInModule": {
|
|
7182
|
-
"filename": "lib/
|
|
7183
|
-
"line":
|
|
7283
|
+
"filename": "lib/instance.ts",
|
|
7284
|
+
"line": 103
|
|
7184
7285
|
},
|
|
7185
|
-
"name": "
|
|
7286
|
+
"name": "R6G_4XLARGE",
|
|
7186
7287
|
"static": true,
|
|
7187
7288
|
"type": {
|
|
7188
|
-
"fqn": "@aws-cdk/aws-neptune-alpha.
|
|
7289
|
+
"fqn": "@aws-cdk/aws-neptune-alpha.InstanceType"
|
|
7189
7290
|
}
|
|
7190
7291
|
},
|
|
7191
7292
|
{
|
|
7293
|
+
"const": true,
|
|
7192
7294
|
"docs": {
|
|
7193
7295
|
"stability": "experimental",
|
|
7194
|
-
"summary": "
|
|
7296
|
+
"summary": "db.r6g.8xlarge."
|
|
7195
7297
|
},
|
|
7196
7298
|
"immutable": true,
|
|
7197
7299
|
"locationInModule": {
|
|
7198
|
-
"filename": "lib/
|
|
7199
|
-
"line":
|
|
7300
|
+
"filename": "lib/instance.ts",
|
|
7301
|
+
"line": 108
|
|
7302
|
+
},
|
|
7303
|
+
"name": "R6G_8XLARGE",
|
|
7304
|
+
"static": true,
|
|
7305
|
+
"type": {
|
|
7306
|
+
"fqn": "@aws-cdk/aws-neptune-alpha.InstanceType"
|
|
7307
|
+
}
|
|
7308
|
+
},
|
|
7309
|
+
{
|
|
7310
|
+
"const": true,
|
|
7311
|
+
"docs": {
|
|
7312
|
+
"stability": "experimental",
|
|
7313
|
+
"summary": "db.r6g.large."
|
|
7314
|
+
},
|
|
7315
|
+
"immutable": true,
|
|
7316
|
+
"locationInModule": {
|
|
7317
|
+
"filename": "lib/instance.ts",
|
|
7318
|
+
"line": 88
|
|
7319
|
+
},
|
|
7320
|
+
"name": "R6G_LARGE",
|
|
7321
|
+
"static": true,
|
|
7322
|
+
"type": {
|
|
7323
|
+
"fqn": "@aws-cdk/aws-neptune-alpha.InstanceType"
|
|
7324
|
+
}
|
|
7325
|
+
},
|
|
7326
|
+
{
|
|
7327
|
+
"const": true,
|
|
7328
|
+
"docs": {
|
|
7329
|
+
"stability": "experimental",
|
|
7330
|
+
"summary": "db.r6g.xlarge."
|
|
7331
|
+
},
|
|
7332
|
+
"immutable": true,
|
|
7333
|
+
"locationInModule": {
|
|
7334
|
+
"filename": "lib/instance.ts",
|
|
7335
|
+
"line": 93
|
|
7336
|
+
},
|
|
7337
|
+
"name": "R6G_XLARGE",
|
|
7338
|
+
"static": true,
|
|
7339
|
+
"type": {
|
|
7340
|
+
"fqn": "@aws-cdk/aws-neptune-alpha.InstanceType"
|
|
7341
|
+
}
|
|
7342
|
+
},
|
|
7343
|
+
{
|
|
7344
|
+
"const": true,
|
|
7345
|
+
"docs": {
|
|
7346
|
+
"stability": "experimental",
|
|
7347
|
+
"summary": "db.r6i.12xlarge."
|
|
7348
|
+
},
|
|
7349
|
+
"immutable": true,
|
|
7350
|
+
"locationInModule": {
|
|
7351
|
+
"filename": "lib/instance.ts",
|
|
7352
|
+
"line": 148
|
|
7353
|
+
},
|
|
7354
|
+
"name": "R6I_12XLARGE",
|
|
7355
|
+
"static": true,
|
|
7356
|
+
"type": {
|
|
7357
|
+
"fqn": "@aws-cdk/aws-neptune-alpha.InstanceType"
|
|
7358
|
+
}
|
|
7359
|
+
},
|
|
7360
|
+
{
|
|
7361
|
+
"const": true,
|
|
7362
|
+
"docs": {
|
|
7363
|
+
"stability": "experimental",
|
|
7364
|
+
"summary": "db.r6i.16xlarge."
|
|
7365
|
+
},
|
|
7366
|
+
"immutable": true,
|
|
7367
|
+
"locationInModule": {
|
|
7368
|
+
"filename": "lib/instance.ts",
|
|
7369
|
+
"line": 153
|
|
7370
|
+
},
|
|
7371
|
+
"name": "R6I_16XLARGE",
|
|
7372
|
+
"static": true,
|
|
7373
|
+
"type": {
|
|
7374
|
+
"fqn": "@aws-cdk/aws-neptune-alpha.InstanceType"
|
|
7375
|
+
}
|
|
7376
|
+
},
|
|
7377
|
+
{
|
|
7378
|
+
"const": true,
|
|
7379
|
+
"docs": {
|
|
7380
|
+
"stability": "experimental",
|
|
7381
|
+
"summary": "db.r6i.24xlarge."
|
|
7382
|
+
},
|
|
7383
|
+
"immutable": true,
|
|
7384
|
+
"locationInModule": {
|
|
7385
|
+
"filename": "lib/instance.ts",
|
|
7386
|
+
"line": 158
|
|
7387
|
+
},
|
|
7388
|
+
"name": "R6I_24XLARGE",
|
|
7389
|
+
"static": true,
|
|
7390
|
+
"type": {
|
|
7391
|
+
"fqn": "@aws-cdk/aws-neptune-alpha.InstanceType"
|
|
7392
|
+
}
|
|
7393
|
+
},
|
|
7394
|
+
{
|
|
7395
|
+
"const": true,
|
|
7396
|
+
"docs": {
|
|
7397
|
+
"stability": "experimental",
|
|
7398
|
+
"summary": "db.r6i.2xlarge."
|
|
7399
|
+
},
|
|
7400
|
+
"immutable": true,
|
|
7401
|
+
"locationInModule": {
|
|
7402
|
+
"filename": "lib/instance.ts",
|
|
7403
|
+
"line": 133
|
|
7404
|
+
},
|
|
7405
|
+
"name": "R6I_2XLARGE",
|
|
7406
|
+
"static": true,
|
|
7407
|
+
"type": {
|
|
7408
|
+
"fqn": "@aws-cdk/aws-neptune-alpha.InstanceType"
|
|
7409
|
+
}
|
|
7410
|
+
},
|
|
7411
|
+
{
|
|
7412
|
+
"const": true,
|
|
7413
|
+
"docs": {
|
|
7414
|
+
"stability": "experimental",
|
|
7415
|
+
"summary": "db.r6i.32xlarge."
|
|
7416
|
+
},
|
|
7417
|
+
"immutable": true,
|
|
7418
|
+
"locationInModule": {
|
|
7419
|
+
"filename": "lib/instance.ts",
|
|
7420
|
+
"line": 163
|
|
7421
|
+
},
|
|
7422
|
+
"name": "R6I_32XLARGE",
|
|
7423
|
+
"static": true,
|
|
7424
|
+
"type": {
|
|
7425
|
+
"fqn": "@aws-cdk/aws-neptune-alpha.InstanceType"
|
|
7426
|
+
}
|
|
7427
|
+
},
|
|
7428
|
+
{
|
|
7429
|
+
"const": true,
|
|
7430
|
+
"docs": {
|
|
7431
|
+
"stability": "experimental",
|
|
7432
|
+
"summary": "db.r6i.4xlarge."
|
|
7433
|
+
},
|
|
7434
|
+
"immutable": true,
|
|
7435
|
+
"locationInModule": {
|
|
7436
|
+
"filename": "lib/instance.ts",
|
|
7437
|
+
"line": 138
|
|
7438
|
+
},
|
|
7439
|
+
"name": "R6I_4XLARGE",
|
|
7440
|
+
"static": true,
|
|
7441
|
+
"type": {
|
|
7442
|
+
"fqn": "@aws-cdk/aws-neptune-alpha.InstanceType"
|
|
7443
|
+
}
|
|
7444
|
+
},
|
|
7445
|
+
{
|
|
7446
|
+
"const": true,
|
|
7447
|
+
"docs": {
|
|
7448
|
+
"stability": "experimental",
|
|
7449
|
+
"summary": "db.r6i.8xlarge."
|
|
7450
|
+
},
|
|
7451
|
+
"immutable": true,
|
|
7452
|
+
"locationInModule": {
|
|
7453
|
+
"filename": "lib/instance.ts",
|
|
7454
|
+
"line": 143
|
|
7455
|
+
},
|
|
7456
|
+
"name": "R6I_8XLARGE",
|
|
7457
|
+
"static": true,
|
|
7458
|
+
"type": {
|
|
7459
|
+
"fqn": "@aws-cdk/aws-neptune-alpha.InstanceType"
|
|
7460
|
+
}
|
|
7461
|
+
},
|
|
7462
|
+
{
|
|
7463
|
+
"const": true,
|
|
7464
|
+
"docs": {
|
|
7465
|
+
"stability": "experimental",
|
|
7466
|
+
"summary": "db.r6i.large."
|
|
7467
|
+
},
|
|
7468
|
+
"immutable": true,
|
|
7469
|
+
"locationInModule": {
|
|
7470
|
+
"filename": "lib/instance.ts",
|
|
7471
|
+
"line": 123
|
|
7472
|
+
},
|
|
7473
|
+
"name": "R6I_LARGE",
|
|
7474
|
+
"static": true,
|
|
7475
|
+
"type": {
|
|
7476
|
+
"fqn": "@aws-cdk/aws-neptune-alpha.InstanceType"
|
|
7477
|
+
}
|
|
7478
|
+
},
|
|
7479
|
+
{
|
|
7480
|
+
"const": true,
|
|
7481
|
+
"docs": {
|
|
7482
|
+
"stability": "experimental",
|
|
7483
|
+
"summary": "db.r6i.xlarge."
|
|
7484
|
+
},
|
|
7485
|
+
"immutable": true,
|
|
7486
|
+
"locationInModule": {
|
|
7487
|
+
"filename": "lib/instance.ts",
|
|
7488
|
+
"line": 128
|
|
7489
|
+
},
|
|
7490
|
+
"name": "R6I_XLARGE",
|
|
7491
|
+
"static": true,
|
|
7492
|
+
"type": {
|
|
7493
|
+
"fqn": "@aws-cdk/aws-neptune-alpha.InstanceType"
|
|
7494
|
+
}
|
|
7495
|
+
},
|
|
7496
|
+
{
|
|
7497
|
+
"const": true,
|
|
7498
|
+
"docs": {
|
|
7499
|
+
"stability": "experimental",
|
|
7500
|
+
"summary": "db.serverless."
|
|
7501
|
+
},
|
|
7502
|
+
"immutable": true,
|
|
7503
|
+
"locationInModule": {
|
|
7504
|
+
"filename": "lib/instance.ts",
|
|
7505
|
+
"line": 283
|
|
7506
|
+
},
|
|
7507
|
+
"name": "SERVERLESS",
|
|
7508
|
+
"static": true,
|
|
7509
|
+
"type": {
|
|
7510
|
+
"fqn": "@aws-cdk/aws-neptune-alpha.InstanceType"
|
|
7511
|
+
}
|
|
7512
|
+
},
|
|
7513
|
+
{
|
|
7514
|
+
"const": true,
|
|
7515
|
+
"docs": {
|
|
7516
|
+
"stability": "experimental",
|
|
7517
|
+
"summary": "db.t3.medium."
|
|
7518
|
+
},
|
|
7519
|
+
"immutable": true,
|
|
7520
|
+
"locationInModule": {
|
|
7521
|
+
"filename": "lib/instance.ts",
|
|
7522
|
+
"line": 278
|
|
7523
|
+
},
|
|
7524
|
+
"name": "T3_MEDIUM",
|
|
7525
|
+
"static": true,
|
|
7526
|
+
"type": {
|
|
7527
|
+
"fqn": "@aws-cdk/aws-neptune-alpha.InstanceType"
|
|
7528
|
+
}
|
|
7529
|
+
},
|
|
7530
|
+
{
|
|
7531
|
+
"const": true,
|
|
7532
|
+
"docs": {
|
|
7533
|
+
"stability": "experimental",
|
|
7534
|
+
"summary": "db.t4g.medium."
|
|
7535
|
+
},
|
|
7536
|
+
"immutable": true,
|
|
7537
|
+
"locationInModule": {
|
|
7538
|
+
"filename": "lib/instance.ts",
|
|
7539
|
+
"line": 273
|
|
7540
|
+
},
|
|
7541
|
+
"name": "T4G_MEDIUM",
|
|
7542
|
+
"static": true,
|
|
7543
|
+
"type": {
|
|
7544
|
+
"fqn": "@aws-cdk/aws-neptune-alpha.InstanceType"
|
|
7545
|
+
}
|
|
7546
|
+
},
|
|
7547
|
+
{
|
|
7548
|
+
"const": true,
|
|
7549
|
+
"docs": {
|
|
7550
|
+
"stability": "experimental",
|
|
7551
|
+
"summary": "db.x2g.12xlarge."
|
|
7552
|
+
},
|
|
7553
|
+
"immutable": true,
|
|
7554
|
+
"locationInModule": {
|
|
7555
|
+
"filename": "lib/instance.ts",
|
|
7556
|
+
"line": 43
|
|
7557
|
+
},
|
|
7558
|
+
"name": "X2G_12XLARGE",
|
|
7559
|
+
"static": true,
|
|
7560
|
+
"type": {
|
|
7561
|
+
"fqn": "@aws-cdk/aws-neptune-alpha.InstanceType"
|
|
7562
|
+
}
|
|
7563
|
+
},
|
|
7564
|
+
{
|
|
7565
|
+
"const": true,
|
|
7566
|
+
"docs": {
|
|
7567
|
+
"stability": "experimental",
|
|
7568
|
+
"summary": "db.x2g.16xlarge."
|
|
7569
|
+
},
|
|
7570
|
+
"immutable": true,
|
|
7571
|
+
"locationInModule": {
|
|
7572
|
+
"filename": "lib/instance.ts",
|
|
7573
|
+
"line": 48
|
|
7574
|
+
},
|
|
7575
|
+
"name": "X2G_16XLARGE",
|
|
7576
|
+
"static": true,
|
|
7577
|
+
"type": {
|
|
7578
|
+
"fqn": "@aws-cdk/aws-neptune-alpha.InstanceType"
|
|
7579
|
+
}
|
|
7580
|
+
},
|
|
7581
|
+
{
|
|
7582
|
+
"const": true,
|
|
7583
|
+
"docs": {
|
|
7584
|
+
"stability": "experimental",
|
|
7585
|
+
"summary": "db.x2g.2xlarge."
|
|
7586
|
+
},
|
|
7587
|
+
"immutable": true,
|
|
7588
|
+
"locationInModule": {
|
|
7589
|
+
"filename": "lib/instance.ts",
|
|
7590
|
+
"line": 28
|
|
7591
|
+
},
|
|
7592
|
+
"name": "X2G_2XLARGE",
|
|
7593
|
+
"static": true,
|
|
7594
|
+
"type": {
|
|
7595
|
+
"fqn": "@aws-cdk/aws-neptune-alpha.InstanceType"
|
|
7596
|
+
}
|
|
7597
|
+
},
|
|
7598
|
+
{
|
|
7599
|
+
"const": true,
|
|
7600
|
+
"docs": {
|
|
7601
|
+
"stability": "experimental",
|
|
7602
|
+
"summary": "db.x2g.4xlarge."
|
|
7603
|
+
},
|
|
7604
|
+
"immutable": true,
|
|
7605
|
+
"locationInModule": {
|
|
7606
|
+
"filename": "lib/instance.ts",
|
|
7607
|
+
"line": 33
|
|
7608
|
+
},
|
|
7609
|
+
"name": "X2G_4XLARGE",
|
|
7610
|
+
"static": true,
|
|
7611
|
+
"type": {
|
|
7612
|
+
"fqn": "@aws-cdk/aws-neptune-alpha.InstanceType"
|
|
7613
|
+
}
|
|
7614
|
+
},
|
|
7615
|
+
{
|
|
7616
|
+
"const": true,
|
|
7617
|
+
"docs": {
|
|
7618
|
+
"stability": "experimental",
|
|
7619
|
+
"summary": "db.x2g.8xlarge."
|
|
7620
|
+
},
|
|
7621
|
+
"immutable": true,
|
|
7622
|
+
"locationInModule": {
|
|
7623
|
+
"filename": "lib/instance.ts",
|
|
7624
|
+
"line": 38
|
|
7625
|
+
},
|
|
7626
|
+
"name": "X2G_8XLARGE",
|
|
7627
|
+
"static": true,
|
|
7628
|
+
"type": {
|
|
7629
|
+
"fqn": "@aws-cdk/aws-neptune-alpha.InstanceType"
|
|
7630
|
+
}
|
|
7631
|
+
},
|
|
7632
|
+
{
|
|
7633
|
+
"const": true,
|
|
7634
|
+
"docs": {
|
|
7635
|
+
"stability": "experimental",
|
|
7636
|
+
"summary": "db.x2g.large."
|
|
7637
|
+
},
|
|
7638
|
+
"immutable": true,
|
|
7639
|
+
"locationInModule": {
|
|
7640
|
+
"filename": "lib/instance.ts",
|
|
7641
|
+
"line": 18
|
|
7642
|
+
},
|
|
7643
|
+
"name": "X2G_LARGE",
|
|
7644
|
+
"static": true,
|
|
7645
|
+
"type": {
|
|
7646
|
+
"fqn": "@aws-cdk/aws-neptune-alpha.InstanceType"
|
|
7647
|
+
}
|
|
7648
|
+
},
|
|
7649
|
+
{
|
|
7650
|
+
"const": true,
|
|
7651
|
+
"docs": {
|
|
7652
|
+
"stability": "experimental",
|
|
7653
|
+
"summary": "db.x2g.xlarge."
|
|
7654
|
+
},
|
|
7655
|
+
"immutable": true,
|
|
7656
|
+
"locationInModule": {
|
|
7657
|
+
"filename": "lib/instance.ts",
|
|
7658
|
+
"line": 23
|
|
7659
|
+
},
|
|
7660
|
+
"name": "X2G_XLARGE",
|
|
7661
|
+
"static": true,
|
|
7662
|
+
"type": {
|
|
7663
|
+
"fqn": "@aws-cdk/aws-neptune-alpha.InstanceType"
|
|
7664
|
+
}
|
|
7665
|
+
},
|
|
7666
|
+
{
|
|
7667
|
+
"const": true,
|
|
7668
|
+
"docs": {
|
|
7669
|
+
"stability": "experimental",
|
|
7670
|
+
"summary": "db.x2iedn.16xlarge."
|
|
7671
|
+
},
|
|
7672
|
+
"immutable": true,
|
|
7673
|
+
"locationInModule": {
|
|
7674
|
+
"filename": "lib/instance.ts",
|
|
7675
|
+
"line": 73
|
|
7676
|
+
},
|
|
7677
|
+
"name": "X2IEDN_16XLARGE",
|
|
7678
|
+
"static": true,
|
|
7679
|
+
"type": {
|
|
7680
|
+
"fqn": "@aws-cdk/aws-neptune-alpha.InstanceType"
|
|
7681
|
+
}
|
|
7682
|
+
},
|
|
7683
|
+
{
|
|
7684
|
+
"const": true,
|
|
7685
|
+
"docs": {
|
|
7686
|
+
"stability": "experimental",
|
|
7687
|
+
"summary": "db.x2iedn.24xlarge."
|
|
7688
|
+
},
|
|
7689
|
+
"immutable": true,
|
|
7690
|
+
"locationInModule": {
|
|
7691
|
+
"filename": "lib/instance.ts",
|
|
7692
|
+
"line": 78
|
|
7693
|
+
},
|
|
7694
|
+
"name": "X2IEDN_24XLARGE",
|
|
7695
|
+
"static": true,
|
|
7696
|
+
"type": {
|
|
7697
|
+
"fqn": "@aws-cdk/aws-neptune-alpha.InstanceType"
|
|
7698
|
+
}
|
|
7699
|
+
},
|
|
7700
|
+
{
|
|
7701
|
+
"const": true,
|
|
7702
|
+
"docs": {
|
|
7703
|
+
"stability": "experimental",
|
|
7704
|
+
"summary": "db.x2iedn.2xlarge."
|
|
7705
|
+
},
|
|
7706
|
+
"immutable": true,
|
|
7707
|
+
"locationInModule": {
|
|
7708
|
+
"filename": "lib/instance.ts",
|
|
7709
|
+
"line": 58
|
|
7710
|
+
},
|
|
7711
|
+
"name": "X2IEDN_2XLARGE",
|
|
7712
|
+
"static": true,
|
|
7713
|
+
"type": {
|
|
7714
|
+
"fqn": "@aws-cdk/aws-neptune-alpha.InstanceType"
|
|
7715
|
+
}
|
|
7716
|
+
},
|
|
7717
|
+
{
|
|
7718
|
+
"const": true,
|
|
7719
|
+
"docs": {
|
|
7720
|
+
"stability": "experimental",
|
|
7721
|
+
"summary": "db.x2iedn.32xlarge."
|
|
7722
|
+
},
|
|
7723
|
+
"immutable": true,
|
|
7724
|
+
"locationInModule": {
|
|
7725
|
+
"filename": "lib/instance.ts",
|
|
7726
|
+
"line": 83
|
|
7727
|
+
},
|
|
7728
|
+
"name": "X2IEDN_32XLARGE",
|
|
7729
|
+
"static": true,
|
|
7730
|
+
"type": {
|
|
7731
|
+
"fqn": "@aws-cdk/aws-neptune-alpha.InstanceType"
|
|
7732
|
+
}
|
|
7733
|
+
},
|
|
7734
|
+
{
|
|
7735
|
+
"const": true,
|
|
7736
|
+
"docs": {
|
|
7737
|
+
"stability": "experimental",
|
|
7738
|
+
"summary": "db.x2iedn.4xlarge."
|
|
7739
|
+
},
|
|
7740
|
+
"immutable": true,
|
|
7741
|
+
"locationInModule": {
|
|
7742
|
+
"filename": "lib/instance.ts",
|
|
7743
|
+
"line": 63
|
|
7744
|
+
},
|
|
7745
|
+
"name": "X2IEDN_4XLARGE",
|
|
7746
|
+
"static": true,
|
|
7747
|
+
"type": {
|
|
7748
|
+
"fqn": "@aws-cdk/aws-neptune-alpha.InstanceType"
|
|
7749
|
+
}
|
|
7750
|
+
},
|
|
7751
|
+
{
|
|
7752
|
+
"const": true,
|
|
7753
|
+
"docs": {
|
|
7754
|
+
"stability": "experimental",
|
|
7755
|
+
"summary": "db.x2iedn.8xlarge."
|
|
7756
|
+
},
|
|
7757
|
+
"immutable": true,
|
|
7758
|
+
"locationInModule": {
|
|
7759
|
+
"filename": "lib/instance.ts",
|
|
7760
|
+
"line": 68
|
|
7761
|
+
},
|
|
7762
|
+
"name": "X2IEDN_8XLARGE",
|
|
7763
|
+
"static": true,
|
|
7764
|
+
"type": {
|
|
7765
|
+
"fqn": "@aws-cdk/aws-neptune-alpha.InstanceType"
|
|
7766
|
+
}
|
|
7767
|
+
},
|
|
7768
|
+
{
|
|
7769
|
+
"const": true,
|
|
7770
|
+
"docs": {
|
|
7771
|
+
"stability": "experimental",
|
|
7772
|
+
"summary": "db.x2iedn.xlarge."
|
|
7773
|
+
},
|
|
7774
|
+
"immutable": true,
|
|
7775
|
+
"locationInModule": {
|
|
7776
|
+
"filename": "lib/instance.ts",
|
|
7777
|
+
"line": 53
|
|
7778
|
+
},
|
|
7779
|
+
"name": "X2IEDN_XLARGE",
|
|
7780
|
+
"static": true,
|
|
7781
|
+
"type": {
|
|
7782
|
+
"fqn": "@aws-cdk/aws-neptune-alpha.InstanceType"
|
|
7783
|
+
}
|
|
7784
|
+
}
|
|
7785
|
+
],
|
|
7786
|
+
"symbolId": "lib/instance:InstanceType"
|
|
7787
|
+
},
|
|
7788
|
+
"@aws-cdk/aws-neptune-alpha.LogType": {
|
|
7789
|
+
"assembly": "@aws-cdk/aws-neptune-alpha",
|
|
7790
|
+
"docs": {
|
|
7791
|
+
"see": "https://docs.aws.amazon.com/neptune/latest/userguide/cloudwatch-logs.html",
|
|
7792
|
+
"stability": "experimental",
|
|
7793
|
+
"summary": "Neptune log types that can be exported to CloudWatch logs.",
|
|
7794
|
+
"example": "// Cluster parameter group with the neptune_enable_audit_log param set to 1\nconst clusterParameterGroup = new neptune.ClusterParameterGroup(this, 'ClusterParams', {\n description: 'Cluster parameter group',\n parameters: {\n neptune_enable_audit_log: '1'\n },\n});\n\nconst cluster = new neptune.DatabaseCluster(this, 'Database', {\n vpc,\n instanceType: neptune.InstanceType.R5_LARGE,\n // Audit logs are enabled via the clusterParameterGroup\n clusterParameterGroup,\n // Optionally configuring audit logs to be exported to CloudWatch Logs\n cloudwatchLogsExports: [neptune.LogType.AUDIT],\n // Optionally set a retention period on exported CloudWatch Logs\n cloudwatchLogsRetention: logs.RetentionDays.ONE_MONTH,\n});",
|
|
7795
|
+
"custom": {
|
|
7796
|
+
"exampleMetadata": "infused"
|
|
7797
|
+
}
|
|
7798
|
+
},
|
|
7799
|
+
"fqn": "@aws-cdk/aws-neptune-alpha.LogType",
|
|
7800
|
+
"initializer": {
|
|
7801
|
+
"docs": {
|
|
7802
|
+
"stability": "experimental",
|
|
7803
|
+
"summary": "Constructor for specifying a custom log type."
|
|
7804
|
+
},
|
|
7805
|
+
"locationInModule": {
|
|
7806
|
+
"filename": "lib/cluster.ts",
|
|
7807
|
+
"line": 132
|
|
7808
|
+
},
|
|
7809
|
+
"parameters": [
|
|
7810
|
+
{
|
|
7811
|
+
"docs": {
|
|
7812
|
+
"summary": "the log type."
|
|
7813
|
+
},
|
|
7814
|
+
"name": "value",
|
|
7815
|
+
"type": {
|
|
7816
|
+
"primitive": "string"
|
|
7817
|
+
}
|
|
7818
|
+
}
|
|
7819
|
+
]
|
|
7820
|
+
},
|
|
7821
|
+
"kind": "class",
|
|
7822
|
+
"locationInModule": {
|
|
7823
|
+
"filename": "lib/cluster.ts",
|
|
7824
|
+
"line": 120
|
|
7825
|
+
},
|
|
7826
|
+
"name": "LogType",
|
|
7827
|
+
"properties": [
|
|
7828
|
+
{
|
|
7829
|
+
"const": true,
|
|
7830
|
+
"docs": {
|
|
7831
|
+
"see": "https://docs.aws.amazon.com/neptune/latest/userguide/auditing.html",
|
|
7832
|
+
"stability": "experimental",
|
|
7833
|
+
"summary": "Audit logs."
|
|
7834
|
+
},
|
|
7835
|
+
"immutable": true,
|
|
7836
|
+
"locationInModule": {
|
|
7837
|
+
"filename": "lib/cluster.ts",
|
|
7838
|
+
"line": 126
|
|
7839
|
+
},
|
|
7840
|
+
"name": "AUDIT",
|
|
7841
|
+
"static": true,
|
|
7842
|
+
"type": {
|
|
7843
|
+
"fqn": "@aws-cdk/aws-neptune-alpha.LogType"
|
|
7844
|
+
}
|
|
7845
|
+
},
|
|
7846
|
+
{
|
|
7847
|
+
"docs": {
|
|
7848
|
+
"stability": "experimental",
|
|
7849
|
+
"summary": "the log type."
|
|
7850
|
+
},
|
|
7851
|
+
"immutable": true,
|
|
7852
|
+
"locationInModule": {
|
|
7853
|
+
"filename": "lib/cluster.ts",
|
|
7854
|
+
"line": 132
|
|
7200
7855
|
},
|
|
7201
7856
|
"name": "value",
|
|
7202
7857
|
"type": {
|
|
@@ -7535,7 +8190,7 @@
|
|
|
7535
8190
|
"kind": "interface",
|
|
7536
8191
|
"locationInModule": {
|
|
7537
8192
|
"filename": "lib/cluster.ts",
|
|
7538
|
-
"line":
|
|
8193
|
+
"line": 135
|
|
7539
8194
|
},
|
|
7540
8195
|
"name": "ServerlessScalingConfiguration",
|
|
7541
8196
|
"properties": [
|
|
@@ -7548,7 +8203,7 @@
|
|
|
7548
8203
|
"immutable": true,
|
|
7549
8204
|
"locationInModule": {
|
|
7550
8205
|
"filename": "lib/cluster.ts",
|
|
7551
|
-
"line":
|
|
8206
|
+
"line": 144
|
|
7552
8207
|
},
|
|
7553
8208
|
"name": "maxCapacity",
|
|
7554
8209
|
"type": {
|
|
@@ -7564,7 +8219,7 @@
|
|
|
7564
8219
|
"immutable": true,
|
|
7565
8220
|
"locationInModule": {
|
|
7566
8221
|
"filename": "lib/cluster.ts",
|
|
7567
|
-
"line":
|
|
8222
|
+
"line": 139
|
|
7568
8223
|
},
|
|
7569
8224
|
"name": "minCapacity",
|
|
7570
8225
|
"type": {
|
|
@@ -7795,6 +8450,6 @@
|
|
|
7795
8450
|
"symbolId": "lib/subnet-group:SubnetGroupProps"
|
|
7796
8451
|
}
|
|
7797
8452
|
},
|
|
7798
|
-
"version": "2.
|
|
8453
|
+
"version": "2.157.0-alpha.0",
|
|
7799
8454
|
"fingerprint": "**********"
|
|
7800
8455
|
}
|