@aws-cdk/aws-neptune-alpha 2.177.0-alpha.0 → 2.178.1-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 +233 -233
- package/.jsii.tabl.json.gz +0 -0
- package/lib/cluster.js +8 -5
- package/lib/endpoint.js +1 -1
- package/lib/instance.d.ts +4 -4
- package/lib/instance.js +11 -8
- package/lib/parameter-group.js +9 -4
- package/lib/subnet-group.js +5 -2
- 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.178.1",
|
|
12
12
|
"constructs": "^10.0.0"
|
|
13
13
|
},
|
|
14
14
|
"dependencyClosure": {
|
|
@@ -4017,7 +4017,7 @@
|
|
|
4017
4017
|
},
|
|
4018
4018
|
"locationInModule": {
|
|
4019
4019
|
"filename": "lib/parameter-group.ts",
|
|
4020
|
-
"line":
|
|
4020
|
+
"line": 109
|
|
4021
4021
|
},
|
|
4022
4022
|
"parameters": [
|
|
4023
4023
|
{
|
|
@@ -4046,7 +4046,7 @@
|
|
|
4046
4046
|
"kind": "class",
|
|
4047
4047
|
"locationInModule": {
|
|
4048
4048
|
"filename": "lib/parameter-group.ts",
|
|
4049
|
-
"line":
|
|
4049
|
+
"line": 93
|
|
4050
4050
|
},
|
|
4051
4051
|
"methods": [
|
|
4052
4052
|
{
|
|
@@ -4056,7 +4056,7 @@
|
|
|
4056
4056
|
},
|
|
4057
4057
|
"locationInModule": {
|
|
4058
4058
|
"filename": "lib/parameter-group.ts",
|
|
4059
|
-
"line":
|
|
4059
|
+
"line": 97
|
|
4060
4060
|
},
|
|
4061
4061
|
"name": "fromClusterParameterGroupName",
|
|
4062
4062
|
"parameters": [
|
|
@@ -4097,7 +4097,7 @@
|
|
|
4097
4097
|
"immutable": true,
|
|
4098
4098
|
"locationInModule": {
|
|
4099
4099
|
"filename": "lib/parameter-group.ts",
|
|
4100
|
-
"line":
|
|
4100
|
+
"line": 107
|
|
4101
4101
|
},
|
|
4102
4102
|
"name": "clusterParameterGroupName",
|
|
4103
4103
|
"overrides": "@aws-cdk/aws-neptune-alpha.IClusterParameterGroup",
|
|
@@ -4123,7 +4123,7 @@
|
|
|
4123
4123
|
"kind": "interface",
|
|
4124
4124
|
"locationInModule": {
|
|
4125
4125
|
"filename": "lib/parameter-group.ts",
|
|
4126
|
-
"line":
|
|
4126
|
+
"line": 57
|
|
4127
4127
|
},
|
|
4128
4128
|
"name": "ClusterParameterGroupProps",
|
|
4129
4129
|
"properties": [
|
|
@@ -4136,7 +4136,7 @@
|
|
|
4136
4136
|
"immutable": true,
|
|
4137
4137
|
"locationInModule": {
|
|
4138
4138
|
"filename": "lib/parameter-group.ts",
|
|
4139
|
-
"line":
|
|
4139
|
+
"line": 44
|
|
4140
4140
|
},
|
|
4141
4141
|
"name": "parameters",
|
|
4142
4142
|
"type": {
|
|
@@ -4158,7 +4158,7 @@
|
|
|
4158
4158
|
"immutable": true,
|
|
4159
4159
|
"locationInModule": {
|
|
4160
4160
|
"filename": "lib/parameter-group.ts",
|
|
4161
|
-
"line":
|
|
4161
|
+
"line": 63
|
|
4162
4162
|
},
|
|
4163
4163
|
"name": "clusterParameterGroupName",
|
|
4164
4164
|
"optional": true,
|
|
@@ -4176,7 +4176,7 @@
|
|
|
4176
4176
|
"immutable": true,
|
|
4177
4177
|
"locationInModule": {
|
|
4178
4178
|
"filename": "lib/parameter-group.ts",
|
|
4179
|
-
"line":
|
|
4179
|
+
"line": 39
|
|
4180
4180
|
},
|
|
4181
4181
|
"name": "description",
|
|
4182
4182
|
"optional": true,
|
|
@@ -4194,7 +4194,7 @@
|
|
|
4194
4194
|
"immutable": true,
|
|
4195
4195
|
"locationInModule": {
|
|
4196
4196
|
"filename": "lib/parameter-group.ts",
|
|
4197
|
-
"line":
|
|
4197
|
+
"line": 51
|
|
4198
4198
|
},
|
|
4199
4199
|
"name": "family",
|
|
4200
4200
|
"optional": true,
|
|
@@ -4224,7 +4224,7 @@
|
|
|
4224
4224
|
},
|
|
4225
4225
|
"locationInModule": {
|
|
4226
4226
|
"filename": "lib/cluster.ts",
|
|
4227
|
-
"line":
|
|
4227
|
+
"line": 594
|
|
4228
4228
|
},
|
|
4229
4229
|
"parameters": [
|
|
4230
4230
|
{
|
|
@@ -4253,7 +4253,7 @@
|
|
|
4253
4253
|
"kind": "class",
|
|
4254
4254
|
"locationInModule": {
|
|
4255
4255
|
"filename": "lib/cluster.ts",
|
|
4256
|
-
"line":
|
|
4256
|
+
"line": 548
|
|
4257
4257
|
},
|
|
4258
4258
|
"name": "DatabaseCluster",
|
|
4259
4259
|
"properties": [
|
|
@@ -4266,7 +4266,7 @@
|
|
|
4266
4266
|
"immutable": true,
|
|
4267
4267
|
"locationInModule": {
|
|
4268
4268
|
"filename": "lib/cluster.ts",
|
|
4269
|
-
"line":
|
|
4269
|
+
"line": 553
|
|
4270
4270
|
},
|
|
4271
4271
|
"name": "DEFAULT_NUM_INSTANCES",
|
|
4272
4272
|
"static": true,
|
|
@@ -4282,7 +4282,7 @@
|
|
|
4282
4282
|
"immutable": true,
|
|
4283
4283
|
"locationInModule": {
|
|
4284
4284
|
"filename": "lib/cluster.ts",
|
|
4285
|
-
"line":
|
|
4285
|
+
"line": 556
|
|
4286
4286
|
},
|
|
4287
4287
|
"name": "clusterEndpoint",
|
|
4288
4288
|
"overrides": "@aws-cdk/aws-neptune-alpha.DatabaseClusterBase",
|
|
@@ -4298,7 +4298,7 @@
|
|
|
4298
4298
|
"immutable": true,
|
|
4299
4299
|
"locationInModule": {
|
|
4300
4300
|
"filename": "lib/cluster.ts",
|
|
4301
|
-
"line":
|
|
4301
|
+
"line": 555
|
|
4302
4302
|
},
|
|
4303
4303
|
"name": "clusterIdentifier",
|
|
4304
4304
|
"overrides": "@aws-cdk/aws-neptune-alpha.DatabaseClusterBase",
|
|
@@ -4314,7 +4314,7 @@
|
|
|
4314
4314
|
"immutable": true,
|
|
4315
4315
|
"locationInModule": {
|
|
4316
4316
|
"filename": "lib/cluster.ts",
|
|
4317
|
-
"line":
|
|
4317
|
+
"line": 557
|
|
4318
4318
|
},
|
|
4319
4319
|
"name": "clusterReadEndpoint",
|
|
4320
4320
|
"overrides": "@aws-cdk/aws-neptune-alpha.DatabaseClusterBase",
|
|
@@ -4334,7 +4334,7 @@
|
|
|
4334
4334
|
"immutable": true,
|
|
4335
4335
|
"locationInModule": {
|
|
4336
4336
|
"filename": "lib/cluster.ts",
|
|
4337
|
-
"line":
|
|
4337
|
+
"line": 565
|
|
4338
4338
|
},
|
|
4339
4339
|
"name": "clusterResourceIdentifier",
|
|
4340
4340
|
"overrides": "@aws-cdk/aws-neptune-alpha.DatabaseClusterBase",
|
|
@@ -4350,7 +4350,7 @@
|
|
|
4350
4350
|
"immutable": true,
|
|
4351
4351
|
"locationInModule": {
|
|
4352
4352
|
"filename": "lib/cluster.ts",
|
|
4353
|
-
"line":
|
|
4353
|
+
"line": 558
|
|
4354
4354
|
},
|
|
4355
4355
|
"name": "connections",
|
|
4356
4356
|
"overrides": "@aws-cdk/aws-neptune-alpha.DatabaseClusterBase",
|
|
@@ -4366,7 +4366,7 @@
|
|
|
4366
4366
|
"immutable": true,
|
|
4367
4367
|
"locationInModule": {
|
|
4368
4368
|
"filename": "lib/cluster.ts",
|
|
4369
|
-
"line":
|
|
4369
|
+
"line": 590
|
|
4370
4370
|
},
|
|
4371
4371
|
"name": "instanceEndpoints",
|
|
4372
4372
|
"type": {
|
|
@@ -4386,7 +4386,7 @@
|
|
|
4386
4386
|
"immutable": true,
|
|
4387
4387
|
"locationInModule": {
|
|
4388
4388
|
"filename": "lib/cluster.ts",
|
|
4389
|
-
"line":
|
|
4389
|
+
"line": 585
|
|
4390
4390
|
},
|
|
4391
4391
|
"name": "instanceIdentifiers",
|
|
4392
4392
|
"type": {
|
|
@@ -4406,7 +4406,7 @@
|
|
|
4406
4406
|
"immutable": true,
|
|
4407
4407
|
"locationInModule": {
|
|
4408
4408
|
"filename": "lib/cluster.ts",
|
|
4409
|
-
"line":
|
|
4409
|
+
"line": 580
|
|
4410
4410
|
},
|
|
4411
4411
|
"name": "subnetGroup",
|
|
4412
4412
|
"type": {
|
|
@@ -4421,7 +4421,7 @@
|
|
|
4421
4421
|
"immutable": true,
|
|
4422
4422
|
"locationInModule": {
|
|
4423
4423
|
"filename": "lib/cluster.ts",
|
|
4424
|
-
"line":
|
|
4424
|
+
"line": 570
|
|
4425
4425
|
},
|
|
4426
4426
|
"name": "vpc",
|
|
4427
4427
|
"type": {
|
|
@@ -4436,7 +4436,7 @@
|
|
|
4436
4436
|
"immutable": true,
|
|
4437
4437
|
"locationInModule": {
|
|
4438
4438
|
"filename": "lib/cluster.ts",
|
|
4439
|
-
"line":
|
|
4439
|
+
"line": 575
|
|
4440
4440
|
},
|
|
4441
4441
|
"name": "vpcSubnets",
|
|
4442
4442
|
"type": {
|
|
@@ -4449,7 +4449,7 @@
|
|
|
4449
4449
|
},
|
|
4450
4450
|
"locationInModule": {
|
|
4451
4451
|
"filename": "lib/cluster.ts",
|
|
4452
|
-
"line":
|
|
4452
|
+
"line": 592
|
|
4453
4453
|
},
|
|
4454
4454
|
"name": "enableIamAuthentication",
|
|
4455
4455
|
"optional": true,
|
|
@@ -4477,7 +4477,7 @@
|
|
|
4477
4477
|
"kind": "interface",
|
|
4478
4478
|
"locationInModule": {
|
|
4479
4479
|
"filename": "lib/cluster.ts",
|
|
4480
|
-
"line":
|
|
4480
|
+
"line": 422
|
|
4481
4481
|
},
|
|
4482
4482
|
"name": "DatabaseClusterAttributes",
|
|
4483
4483
|
"properties": [
|
|
@@ -4490,7 +4490,7 @@
|
|
|
4490
4490
|
"immutable": true,
|
|
4491
4491
|
"locationInModule": {
|
|
4492
4492
|
"filename": "lib/cluster.ts",
|
|
4493
|
-
"line":
|
|
4493
|
+
"line": 446
|
|
4494
4494
|
},
|
|
4495
4495
|
"name": "clusterEndpointAddress",
|
|
4496
4496
|
"type": {
|
|
@@ -4506,7 +4506,7 @@
|
|
|
4506
4506
|
"immutable": true,
|
|
4507
4507
|
"locationInModule": {
|
|
4508
4508
|
"filename": "lib/cluster.ts",
|
|
4509
|
-
"line":
|
|
4509
|
+
"line": 436
|
|
4510
4510
|
},
|
|
4511
4511
|
"name": "clusterIdentifier",
|
|
4512
4512
|
"type": {
|
|
@@ -4522,7 +4522,7 @@
|
|
|
4522
4522
|
"immutable": true,
|
|
4523
4523
|
"locationInModule": {
|
|
4524
4524
|
"filename": "lib/cluster.ts",
|
|
4525
|
-
"line":
|
|
4525
|
+
"line": 441
|
|
4526
4526
|
},
|
|
4527
4527
|
"name": "clusterResourceIdentifier",
|
|
4528
4528
|
"type": {
|
|
@@ -4538,7 +4538,7 @@
|
|
|
4538
4538
|
"immutable": true,
|
|
4539
4539
|
"locationInModule": {
|
|
4540
4540
|
"filename": "lib/cluster.ts",
|
|
4541
|
-
"line":
|
|
4541
|
+
"line": 426
|
|
4542
4542
|
},
|
|
4543
4543
|
"name": "port",
|
|
4544
4544
|
"type": {
|
|
@@ -4554,7 +4554,7 @@
|
|
|
4554
4554
|
"immutable": true,
|
|
4555
4555
|
"locationInModule": {
|
|
4556
4556
|
"filename": "lib/cluster.ts",
|
|
4557
|
-
"line":
|
|
4557
|
+
"line": 451
|
|
4558
4558
|
},
|
|
4559
4559
|
"name": "readerEndpointAddress",
|
|
4560
4560
|
"type": {
|
|
@@ -4570,7 +4570,7 @@
|
|
|
4570
4570
|
"immutable": true,
|
|
4571
4571
|
"locationInModule": {
|
|
4572
4572
|
"filename": "lib/cluster.ts",
|
|
4573
|
-
"line":
|
|
4573
|
+
"line": 431
|
|
4574
4574
|
},
|
|
4575
4575
|
"name": "securityGroup",
|
|
4576
4576
|
"type": {
|
|
@@ -4599,7 +4599,7 @@
|
|
|
4599
4599
|
},
|
|
4600
4600
|
"locationInModule": {
|
|
4601
4601
|
"filename": "core/lib/resource.ts",
|
|
4602
|
-
"line":
|
|
4602
|
+
"line": 155
|
|
4603
4603
|
},
|
|
4604
4604
|
"parameters": [
|
|
4605
4605
|
{
|
|
@@ -4629,7 +4629,7 @@
|
|
|
4629
4629
|
"kind": "class",
|
|
4630
4630
|
"locationInModule": {
|
|
4631
4631
|
"filename": "lib/cluster.ts",
|
|
4632
|
-
"line":
|
|
4632
|
+
"line": 457
|
|
4633
4633
|
},
|
|
4634
4634
|
"methods": [
|
|
4635
4635
|
{
|
|
@@ -4639,7 +4639,7 @@
|
|
|
4639
4639
|
},
|
|
4640
4640
|
"locationInModule": {
|
|
4641
4641
|
"filename": "lib/cluster.ts",
|
|
4642
|
-
"line":
|
|
4642
|
+
"line": 461
|
|
4643
4643
|
},
|
|
4644
4644
|
"name": "fromDatabaseClusterAttributes",
|
|
4645
4645
|
"parameters": [
|
|
@@ -4676,7 +4676,7 @@
|
|
|
4676
4676
|
},
|
|
4677
4677
|
"locationInModule": {
|
|
4678
4678
|
"filename": "lib/cluster.ts",
|
|
4679
|
-
"line":
|
|
4679
|
+
"line": 505
|
|
4680
4680
|
},
|
|
4681
4681
|
"name": "grant",
|
|
4682
4682
|
"overrides": "@aws-cdk/aws-neptune-alpha.IDatabaseCluster",
|
|
@@ -4709,7 +4709,7 @@
|
|
|
4709
4709
|
},
|
|
4710
4710
|
"locationInModule": {
|
|
4711
4711
|
"filename": "lib/cluster.ts",
|
|
4712
|
-
"line":
|
|
4712
|
+
"line": 527
|
|
4713
4713
|
},
|
|
4714
4714
|
"name": "grantConnect",
|
|
4715
4715
|
"overrides": "@aws-cdk/aws-neptune-alpha.IDatabaseCluster",
|
|
@@ -4734,7 +4734,7 @@
|
|
|
4734
4734
|
},
|
|
4735
4735
|
"locationInModule": {
|
|
4736
4736
|
"filename": "lib/cluster.ts",
|
|
4737
|
-
"line":
|
|
4737
|
+
"line": 531
|
|
4738
4738
|
},
|
|
4739
4739
|
"name": "metric",
|
|
4740
4740
|
"overrides": "@aws-cdk/aws-neptune-alpha.IDatabaseCluster",
|
|
@@ -4771,7 +4771,7 @@
|
|
|
4771
4771
|
"immutable": true,
|
|
4772
4772
|
"locationInModule": {
|
|
4773
4773
|
"filename": "lib/cluster.ts",
|
|
4774
|
-
"line":
|
|
4774
|
+
"line": 491
|
|
4775
4775
|
},
|
|
4776
4776
|
"name": "clusterEndpoint",
|
|
4777
4777
|
"overrides": "@aws-cdk/aws-neptune-alpha.IDatabaseCluster",
|
|
@@ -4788,7 +4788,7 @@
|
|
|
4788
4788
|
"immutable": true,
|
|
4789
4789
|
"locationInModule": {
|
|
4790
4790
|
"filename": "lib/cluster.ts",
|
|
4791
|
-
"line":
|
|
4791
|
+
"line": 481
|
|
4792
4792
|
},
|
|
4793
4793
|
"name": "clusterIdentifier",
|
|
4794
4794
|
"overrides": "@aws-cdk/aws-neptune-alpha.IDatabaseCluster",
|
|
@@ -4805,7 +4805,7 @@
|
|
|
4805
4805
|
"immutable": true,
|
|
4806
4806
|
"locationInModule": {
|
|
4807
4807
|
"filename": "lib/cluster.ts",
|
|
4808
|
-
"line":
|
|
4808
|
+
"line": 496
|
|
4809
4809
|
},
|
|
4810
4810
|
"name": "clusterReadEndpoint",
|
|
4811
4811
|
"overrides": "@aws-cdk/aws-neptune-alpha.IDatabaseCluster",
|
|
@@ -4822,7 +4822,7 @@
|
|
|
4822
4822
|
"immutable": true,
|
|
4823
4823
|
"locationInModule": {
|
|
4824
4824
|
"filename": "lib/cluster.ts",
|
|
4825
|
-
"line":
|
|
4825
|
+
"line": 486
|
|
4826
4826
|
},
|
|
4827
4827
|
"name": "clusterResourceIdentifier",
|
|
4828
4828
|
"overrides": "@aws-cdk/aws-neptune-alpha.IDatabaseCluster",
|
|
@@ -4839,7 +4839,7 @@
|
|
|
4839
4839
|
"immutable": true,
|
|
4840
4840
|
"locationInModule": {
|
|
4841
4841
|
"filename": "lib/cluster.ts",
|
|
4842
|
-
"line":
|
|
4842
|
+
"line": 501
|
|
4843
4843
|
},
|
|
4844
4844
|
"name": "connections",
|
|
4845
4845
|
"overrides": "aws-cdk-lib.aws_ec2.IConnectable",
|
|
@@ -4854,7 +4854,7 @@
|
|
|
4854
4854
|
},
|
|
4855
4855
|
"locationInModule": {
|
|
4856
4856
|
"filename": "lib/cluster.ts",
|
|
4857
|
-
"line":
|
|
4857
|
+
"line": 503
|
|
4858
4858
|
},
|
|
4859
4859
|
"name": "enableIamAuthentication",
|
|
4860
4860
|
"optional": true,
|
|
@@ -4881,7 +4881,7 @@
|
|
|
4881
4881
|
"kind": "interface",
|
|
4882
4882
|
"locationInModule": {
|
|
4883
4883
|
"filename": "lib/cluster.ts",
|
|
4884
|
-
"line":
|
|
4884
|
+
"line": 155
|
|
4885
4885
|
},
|
|
4886
4886
|
"name": "DatabaseClusterProps",
|
|
4887
4887
|
"properties": [
|
|
@@ -4894,7 +4894,7 @@
|
|
|
4894
4894
|
"immutable": true,
|
|
4895
4895
|
"locationInModule": {
|
|
4896
4896
|
"filename": "lib/cluster.ts",
|
|
4897
|
-
"line":
|
|
4897
|
+
"line": 230
|
|
4898
4898
|
},
|
|
4899
4899
|
"name": "instanceType",
|
|
4900
4900
|
"type": {
|
|
@@ -4911,7 +4911,7 @@
|
|
|
4911
4911
|
"immutable": true,
|
|
4912
4912
|
"locationInModule": {
|
|
4913
4913
|
"filename": "lib/cluster.ts",
|
|
4914
|
-
"line":
|
|
4914
|
+
"line": 284
|
|
4915
4915
|
},
|
|
4916
4916
|
"name": "vpc",
|
|
4917
4917
|
"type": {
|
|
@@ -4928,7 +4928,7 @@
|
|
|
4928
4928
|
"immutable": true,
|
|
4929
4929
|
"locationInModule": {
|
|
4930
4930
|
"filename": "lib/cluster.ts",
|
|
4931
|
-
"line":
|
|
4931
|
+
"line": 237
|
|
4932
4932
|
},
|
|
4933
4933
|
"name": "associatedRoles",
|
|
4934
4934
|
"optional": true,
|
|
@@ -4951,7 +4951,7 @@
|
|
|
4951
4951
|
"immutable": true,
|
|
4952
4952
|
"locationInModule": {
|
|
4953
4953
|
"filename": "lib/cluster.ts",
|
|
4954
|
-
"line":
|
|
4954
|
+
"line": 316
|
|
4955
4955
|
},
|
|
4956
4956
|
"name": "autoMinorVersionUpgrade",
|
|
4957
4957
|
"optional": true,
|
|
@@ -4969,7 +4969,7 @@
|
|
|
4969
4969
|
"immutable": true,
|
|
4970
4970
|
"locationInModule": {
|
|
4971
4971
|
"filename": "lib/cluster.ts",
|
|
4972
|
-
"line":
|
|
4972
|
+
"line": 168
|
|
4973
4973
|
},
|
|
4974
4974
|
"name": "backupRetention",
|
|
4975
4975
|
"optional": true,
|
|
@@ -4988,7 +4988,7 @@
|
|
|
4988
4988
|
"immutable": true,
|
|
4989
4989
|
"locationInModule": {
|
|
4990
4990
|
"filename": "lib/cluster.ts",
|
|
4991
|
-
"line":
|
|
4991
|
+
"line": 327
|
|
4992
4992
|
},
|
|
4993
4993
|
"name": "cloudwatchLogsExports",
|
|
4994
4994
|
"optional": true,
|
|
@@ -5012,7 +5012,7 @@
|
|
|
5012
5012
|
"immutable": true,
|
|
5013
5013
|
"locationInModule": {
|
|
5014
5014
|
"filename": "lib/cluster.ts",
|
|
5015
|
-
"line":
|
|
5015
|
+
"line": 336
|
|
5016
5016
|
},
|
|
5017
5017
|
"name": "cloudwatchLogsRetention",
|
|
5018
5018
|
"optional": true,
|
|
@@ -5030,7 +5030,7 @@
|
|
|
5030
5030
|
"immutable": true,
|
|
5031
5031
|
"locationInModule": {
|
|
5032
5032
|
"filename": "lib/cluster.ts",
|
|
5033
|
-
"line":
|
|
5033
|
+
"line": 344
|
|
5034
5034
|
},
|
|
5035
5035
|
"name": "cloudwatchLogsRetentionRole",
|
|
5036
5036
|
"optional": true,
|
|
@@ -5048,7 +5048,7 @@
|
|
|
5048
5048
|
"immutable": true,
|
|
5049
5049
|
"locationInModule": {
|
|
5050
5050
|
"filename": "lib/cluster.ts",
|
|
5051
|
-
"line":
|
|
5051
|
+
"line": 263
|
|
5052
5052
|
},
|
|
5053
5053
|
"name": "clusterParameterGroup",
|
|
5054
5054
|
"optional": true,
|
|
@@ -5066,7 +5066,7 @@
|
|
|
5066
5066
|
"immutable": true,
|
|
5067
5067
|
"locationInModule": {
|
|
5068
5068
|
"filename": "lib/cluster.ts",
|
|
5069
|
-
"line":
|
|
5069
|
+
"line": 359
|
|
5070
5070
|
},
|
|
5071
5071
|
"name": "copyTagsToSnapshot",
|
|
5072
5072
|
"optional": true,
|
|
@@ -5084,7 +5084,7 @@
|
|
|
5084
5084
|
"immutable": true,
|
|
5085
5085
|
"locationInModule": {
|
|
5086
5086
|
"filename": "lib/cluster.ts",
|
|
5087
|
-
"line":
|
|
5087
|
+
"line": 208
|
|
5088
5088
|
},
|
|
5089
5089
|
"name": "dbClusterName",
|
|
5090
5090
|
"optional": true,
|
|
@@ -5102,7 +5102,7 @@
|
|
|
5102
5102
|
"immutable": true,
|
|
5103
5103
|
"locationInModule": {
|
|
5104
5104
|
"filename": "lib/cluster.ts",
|
|
5105
|
-
"line":
|
|
5105
|
+
"line": 244
|
|
5106
5106
|
},
|
|
5107
5107
|
"name": "deletionProtection",
|
|
5108
5108
|
"optional": true,
|
|
@@ -5120,7 +5120,7 @@
|
|
|
5120
5120
|
"immutable": true,
|
|
5121
5121
|
"locationInModule": {
|
|
5122
5122
|
"filename": "lib/cluster.ts",
|
|
5123
|
-
"line":
|
|
5123
|
+
"line": 161
|
|
5124
5124
|
},
|
|
5125
5125
|
"name": "engineVersion",
|
|
5126
5126
|
"optional": true,
|
|
@@ -5138,7 +5138,7 @@
|
|
|
5138
5138
|
"immutable": true,
|
|
5139
5139
|
"locationInModule": {
|
|
5140
5140
|
"filename": "lib/cluster.ts",
|
|
5141
|
-
"line":
|
|
5141
|
+
"line": 215
|
|
5142
5142
|
},
|
|
5143
5143
|
"name": "iamAuthentication",
|
|
5144
5144
|
"optional": true,
|
|
@@ -5157,7 +5157,7 @@
|
|
|
5157
5157
|
"immutable": true,
|
|
5158
5158
|
"locationInModule": {
|
|
5159
5159
|
"filename": "lib/cluster.ts",
|
|
5160
|
-
"line":
|
|
5160
|
+
"line": 225
|
|
5161
5161
|
},
|
|
5162
5162
|
"name": "instanceIdentifierBase",
|
|
5163
5163
|
"optional": true,
|
|
@@ -5175,7 +5175,7 @@
|
|
|
5175
5175
|
"immutable": true,
|
|
5176
5176
|
"locationInModule": {
|
|
5177
5177
|
"filename": "lib/cluster.ts",
|
|
5178
|
-
"line":
|
|
5178
|
+
"line": 201
|
|
5179
5179
|
},
|
|
5180
5180
|
"name": "instances",
|
|
5181
5181
|
"optional": true,
|
|
@@ -5193,7 +5193,7 @@
|
|
|
5193
5193
|
"immutable": true,
|
|
5194
5194
|
"locationInModule": {
|
|
5195
5195
|
"filename": "lib/cluster.ts",
|
|
5196
|
-
"line":
|
|
5196
|
+
"line": 187
|
|
5197
5197
|
},
|
|
5198
5198
|
"name": "kmsKey",
|
|
5199
5199
|
"optional": true,
|
|
@@ -5211,7 +5211,7 @@
|
|
|
5211
5211
|
"immutable": true,
|
|
5212
5212
|
"locationInModule": {
|
|
5213
5213
|
"filename": "lib/cluster.ts",
|
|
5214
|
-
"line":
|
|
5214
|
+
"line": 270
|
|
5215
5215
|
},
|
|
5216
5216
|
"name": "parameterGroup",
|
|
5217
5217
|
"optional": true,
|
|
@@ -5229,7 +5229,7 @@
|
|
|
5229
5229
|
"immutable": true,
|
|
5230
5230
|
"locationInModule": {
|
|
5231
5231
|
"filename": "lib/cluster.ts",
|
|
5232
|
-
"line":
|
|
5232
|
+
"line": 366
|
|
5233
5233
|
},
|
|
5234
5234
|
"name": "port",
|
|
5235
5235
|
"optional": true,
|
|
@@ -5248,7 +5248,7 @@
|
|
|
5248
5248
|
"immutable": true,
|
|
5249
5249
|
"locationInModule": {
|
|
5250
5250
|
"filename": "lib/cluster.ts",
|
|
5251
|
-
"line":
|
|
5251
|
+
"line": 180
|
|
5252
5252
|
},
|
|
5253
5253
|
"name": "preferredBackupWindow",
|
|
5254
5254
|
"optional": true,
|
|
@@ -5267,7 +5267,7 @@
|
|
|
5267
5267
|
"immutable": true,
|
|
5268
5268
|
"locationInModule": {
|
|
5269
5269
|
"filename": "lib/cluster.ts",
|
|
5270
|
-
"line":
|
|
5270
|
+
"line": 256
|
|
5271
5271
|
},
|
|
5272
5272
|
"name": "preferredMaintenanceWindow",
|
|
5273
5273
|
"optional": true,
|
|
@@ -5286,7 +5286,7 @@
|
|
|
5286
5286
|
"immutable": true,
|
|
5287
5287
|
"locationInModule": {
|
|
5288
5288
|
"filename": "lib/cluster.ts",
|
|
5289
|
-
"line":
|
|
5289
|
+
"line": 308
|
|
5290
5290
|
},
|
|
5291
5291
|
"name": "removalPolicy",
|
|
5292
5292
|
"optional": true,
|
|
@@ -5304,7 +5304,7 @@
|
|
|
5304
5304
|
"immutable": true,
|
|
5305
5305
|
"locationInModule": {
|
|
5306
5306
|
"filename": "lib/cluster.ts",
|
|
5307
|
-
"line":
|
|
5307
|
+
"line": 298
|
|
5308
5308
|
},
|
|
5309
5309
|
"name": "securityGroups",
|
|
5310
5310
|
"optional": true,
|
|
@@ -5328,7 +5328,7 @@
|
|
|
5328
5328
|
"immutable": true,
|
|
5329
5329
|
"locationInModule": {
|
|
5330
5330
|
"filename": "lib/cluster.ts",
|
|
5331
|
-
"line":
|
|
5331
|
+
"line": 352
|
|
5332
5332
|
},
|
|
5333
5333
|
"name": "serverlessScalingConfiguration",
|
|
5334
5334
|
"optional": true,
|
|
@@ -5346,7 +5346,7 @@
|
|
|
5346
5346
|
"immutable": true,
|
|
5347
5347
|
"locationInModule": {
|
|
5348
5348
|
"filename": "lib/cluster.ts",
|
|
5349
|
-
"line":
|
|
5349
|
+
"line": 194
|
|
5350
5350
|
},
|
|
5351
5351
|
"name": "storageEncrypted",
|
|
5352
5352
|
"optional": true,
|
|
@@ -5364,7 +5364,7 @@
|
|
|
5364
5364
|
"immutable": true,
|
|
5365
5365
|
"locationInModule": {
|
|
5366
5366
|
"filename": "lib/cluster.ts",
|
|
5367
|
-
"line":
|
|
5367
|
+
"line": 277
|
|
5368
5368
|
},
|
|
5369
5369
|
"name": "subnetGroup",
|
|
5370
5370
|
"optional": true,
|
|
@@ -5382,7 +5382,7 @@
|
|
|
5382
5382
|
"immutable": true,
|
|
5383
5383
|
"locationInModule": {
|
|
5384
5384
|
"filename": "lib/cluster.ts",
|
|
5385
|
-
"line":
|
|
5385
|
+
"line": 291
|
|
5386
5386
|
},
|
|
5387
5387
|
"name": "vpcSubnets",
|
|
5388
5388
|
"optional": true,
|
|
@@ -5412,7 +5412,7 @@
|
|
|
5412
5412
|
},
|
|
5413
5413
|
"locationInModule": {
|
|
5414
5414
|
"filename": "lib/instance.ts",
|
|
5415
|
-
"line":
|
|
5415
|
+
"line": 500
|
|
5416
5416
|
},
|
|
5417
5417
|
"parameters": [
|
|
5418
5418
|
{
|
|
@@ -5441,7 +5441,7 @@
|
|
|
5441
5441
|
"kind": "class",
|
|
5442
5442
|
"locationInModule": {
|
|
5443
5443
|
"filename": "lib/instance.ts",
|
|
5444
|
-
"line":
|
|
5444
|
+
"line": 474
|
|
5445
5445
|
},
|
|
5446
5446
|
"name": "DatabaseInstance",
|
|
5447
5447
|
"properties": [
|
|
@@ -5453,7 +5453,7 @@
|
|
|
5453
5453
|
"immutable": true,
|
|
5454
5454
|
"locationInModule": {
|
|
5455
5455
|
"filename": "lib/instance.ts",
|
|
5456
|
-
"line":
|
|
5456
|
+
"line": 478
|
|
5457
5457
|
},
|
|
5458
5458
|
"name": "cluster",
|
|
5459
5459
|
"type": {
|
|
@@ -5471,7 +5471,7 @@
|
|
|
5471
5471
|
"immutable": true,
|
|
5472
5472
|
"locationInModule": {
|
|
5473
5473
|
"filename": "lib/instance.ts",
|
|
5474
|
-
"line":
|
|
5474
|
+
"line": 493
|
|
5475
5475
|
},
|
|
5476
5476
|
"name": "dbInstanceEndpointAddress",
|
|
5477
5477
|
"overrides": "@aws-cdk/aws-neptune-alpha.DatabaseInstanceBase",
|
|
@@ -5490,7 +5490,7 @@
|
|
|
5490
5490
|
"immutable": true,
|
|
5491
5491
|
"locationInModule": {
|
|
5492
5492
|
"filename": "lib/instance.ts",
|
|
5493
|
-
"line":
|
|
5493
|
+
"line": 498
|
|
5494
5494
|
},
|
|
5495
5495
|
"name": "dbInstanceEndpointPort",
|
|
5496
5496
|
"overrides": "@aws-cdk/aws-neptune-alpha.DatabaseInstanceBase",
|
|
@@ -5509,7 +5509,7 @@
|
|
|
5509
5509
|
"immutable": true,
|
|
5510
5510
|
"locationInModule": {
|
|
5511
5511
|
"filename": "lib/instance.ts",
|
|
5512
|
-
"line":
|
|
5512
|
+
"line": 488
|
|
5513
5513
|
},
|
|
5514
5514
|
"name": "instanceEndpoint",
|
|
5515
5515
|
"overrides": "@aws-cdk/aws-neptune-alpha.DatabaseInstanceBase",
|
|
@@ -5528,7 +5528,7 @@
|
|
|
5528
5528
|
"immutable": true,
|
|
5529
5529
|
"locationInModule": {
|
|
5530
5530
|
"filename": "lib/instance.ts",
|
|
5531
|
-
"line":
|
|
5531
|
+
"line": 483
|
|
5532
5532
|
},
|
|
5533
5533
|
"name": "instanceIdentifier",
|
|
5534
5534
|
"overrides": "@aws-cdk/aws-neptune-alpha.DatabaseInstanceBase",
|
|
@@ -5554,7 +5554,7 @@
|
|
|
5554
5554
|
"kind": "interface",
|
|
5555
5555
|
"locationInModule": {
|
|
5556
5556
|
"filename": "lib/instance.ts",
|
|
5557
|
-
"line":
|
|
5557
|
+
"line": 347
|
|
5558
5558
|
},
|
|
5559
5559
|
"name": "DatabaseInstanceAttributes",
|
|
5560
5560
|
"properties": [
|
|
@@ -5567,7 +5567,7 @@
|
|
|
5567
5567
|
"immutable": true,
|
|
5568
5568
|
"locationInModule": {
|
|
5569
5569
|
"filename": "lib/instance.ts",
|
|
5570
|
-
"line":
|
|
5570
|
+
"line": 356
|
|
5571
5571
|
},
|
|
5572
5572
|
"name": "instanceEndpointAddress",
|
|
5573
5573
|
"type": {
|
|
@@ -5583,7 +5583,7 @@
|
|
|
5583
5583
|
"immutable": true,
|
|
5584
5584
|
"locationInModule": {
|
|
5585
5585
|
"filename": "lib/instance.ts",
|
|
5586
|
-
"line":
|
|
5586
|
+
"line": 351
|
|
5587
5587
|
},
|
|
5588
5588
|
"name": "instanceIdentifier",
|
|
5589
5589
|
"type": {
|
|
@@ -5599,7 +5599,7 @@
|
|
|
5599
5599
|
"immutable": true,
|
|
5600
5600
|
"locationInModule": {
|
|
5601
5601
|
"filename": "lib/instance.ts",
|
|
5602
|
-
"line":
|
|
5602
|
+
"line": 361
|
|
5603
5603
|
},
|
|
5604
5604
|
"name": "port",
|
|
5605
5605
|
"type": {
|
|
@@ -5628,7 +5628,7 @@
|
|
|
5628
5628
|
},
|
|
5629
5629
|
"locationInModule": {
|
|
5630
5630
|
"filename": "core/lib/resource.ts",
|
|
5631
|
-
"line":
|
|
5631
|
+
"line": 155
|
|
5632
5632
|
},
|
|
5633
5633
|
"parameters": [
|
|
5634
5634
|
{
|
|
@@ -5658,7 +5658,7 @@
|
|
|
5658
5658
|
"kind": "class",
|
|
5659
5659
|
"locationInModule": {
|
|
5660
5660
|
"filename": "lib/instance.ts",
|
|
5661
|
-
"line":
|
|
5661
|
+
"line": 419
|
|
5662
5662
|
},
|
|
5663
5663
|
"methods": [
|
|
5664
5664
|
{
|
|
@@ -5668,7 +5668,7 @@
|
|
|
5668
5668
|
},
|
|
5669
5669
|
"locationInModule": {
|
|
5670
5670
|
"filename": "lib/instance.ts",
|
|
5671
|
-
"line":
|
|
5671
|
+
"line": 423
|
|
5672
5672
|
},
|
|
5673
5673
|
"name": "fromDatabaseInstanceAttributes",
|
|
5674
5674
|
"parameters": [
|
|
@@ -5708,7 +5708,7 @@
|
|
|
5708
5708
|
},
|
|
5709
5709
|
"locationInModule": {
|
|
5710
5710
|
"filename": "lib/instance.ts",
|
|
5711
|
-
"line":
|
|
5711
|
+
"line": 457
|
|
5712
5712
|
},
|
|
5713
5713
|
"name": "metric",
|
|
5714
5714
|
"overrides": "@aws-cdk/aws-neptune-alpha.IDatabaseInstance",
|
|
@@ -5748,7 +5748,7 @@
|
|
|
5748
5748
|
"immutable": true,
|
|
5749
5749
|
"locationInModule": {
|
|
5750
5750
|
"filename": "lib/instance.ts",
|
|
5751
|
-
"line":
|
|
5751
|
+
"line": 437
|
|
5752
5752
|
},
|
|
5753
5753
|
"name": "dbInstanceEndpointAddress",
|
|
5754
5754
|
"overrides": "@aws-cdk/aws-neptune-alpha.IDatabaseInstance",
|
|
@@ -5768,7 +5768,7 @@
|
|
|
5768
5768
|
"immutable": true,
|
|
5769
5769
|
"locationInModule": {
|
|
5770
5770
|
"filename": "lib/instance.ts",
|
|
5771
|
-
"line":
|
|
5771
|
+
"line": 442
|
|
5772
5772
|
},
|
|
5773
5773
|
"name": "dbInstanceEndpointPort",
|
|
5774
5774
|
"overrides": "@aws-cdk/aws-neptune-alpha.IDatabaseInstance",
|
|
@@ -5788,7 +5788,7 @@
|
|
|
5788
5788
|
"immutable": true,
|
|
5789
5789
|
"locationInModule": {
|
|
5790
5790
|
"filename": "lib/instance.ts",
|
|
5791
|
-
"line":
|
|
5791
|
+
"line": 447
|
|
5792
5792
|
},
|
|
5793
5793
|
"name": "instanceEndpoint",
|
|
5794
5794
|
"overrides": "@aws-cdk/aws-neptune-alpha.IDatabaseInstance",
|
|
@@ -5808,7 +5808,7 @@
|
|
|
5808
5808
|
"immutable": true,
|
|
5809
5809
|
"locationInModule": {
|
|
5810
5810
|
"filename": "lib/instance.ts",
|
|
5811
|
-
"line":
|
|
5811
|
+
"line": 452
|
|
5812
5812
|
},
|
|
5813
5813
|
"name": "instanceIdentifier",
|
|
5814
5814
|
"overrides": "@aws-cdk/aws-neptune-alpha.IDatabaseInstance",
|
|
@@ -5834,7 +5834,7 @@
|
|
|
5834
5834
|
"kind": "interface",
|
|
5835
5835
|
"locationInModule": {
|
|
5836
5836
|
"filename": "lib/instance.ts",
|
|
5837
|
-
"line":
|
|
5837
|
+
"line": 367
|
|
5838
5838
|
},
|
|
5839
5839
|
"name": "DatabaseInstanceProps",
|
|
5840
5840
|
"properties": [
|
|
@@ -5847,7 +5847,7 @@
|
|
|
5847
5847
|
"immutable": true,
|
|
5848
5848
|
"locationInModule": {
|
|
5849
5849
|
"filename": "lib/instance.ts",
|
|
5850
|
-
"line":
|
|
5850
|
+
"line": 371
|
|
5851
5851
|
},
|
|
5852
5852
|
"name": "cluster",
|
|
5853
5853
|
"type": {
|
|
@@ -5863,7 +5863,7 @@
|
|
|
5863
5863
|
"immutable": true,
|
|
5864
5864
|
"locationInModule": {
|
|
5865
5865
|
"filename": "lib/instance.ts",
|
|
5866
|
-
"line":
|
|
5866
|
+
"line": 376
|
|
5867
5867
|
},
|
|
5868
5868
|
"name": "instanceType",
|
|
5869
5869
|
"type": {
|
|
@@ -5880,7 +5880,7 @@
|
|
|
5880
5880
|
"immutable": true,
|
|
5881
5881
|
"locationInModule": {
|
|
5882
5882
|
"filename": "lib/instance.ts",
|
|
5883
|
-
"line":
|
|
5883
|
+
"line": 413
|
|
5884
5884
|
},
|
|
5885
5885
|
"name": "autoMinorVersionUpgrade",
|
|
5886
5886
|
"optional": true,
|
|
@@ -5898,7 +5898,7 @@
|
|
|
5898
5898
|
"immutable": true,
|
|
5899
5899
|
"locationInModule": {
|
|
5900
5900
|
"filename": "lib/instance.ts",
|
|
5901
|
-
"line":
|
|
5901
|
+
"line": 383
|
|
5902
5902
|
},
|
|
5903
5903
|
"name": "availabilityZone",
|
|
5904
5904
|
"optional": true,
|
|
@@ -5917,7 +5917,7 @@
|
|
|
5917
5917
|
"immutable": true,
|
|
5918
5918
|
"locationInModule": {
|
|
5919
5919
|
"filename": "lib/instance.ts",
|
|
5920
|
-
"line":
|
|
5920
|
+
"line": 391
|
|
5921
5921
|
},
|
|
5922
5922
|
"name": "dbInstanceName",
|
|
5923
5923
|
"optional": true,
|
|
@@ -5935,7 +5935,7 @@
|
|
|
5935
5935
|
"immutable": true,
|
|
5936
5936
|
"locationInModule": {
|
|
5937
5937
|
"filename": "lib/instance.ts",
|
|
5938
|
-
"line":
|
|
5938
|
+
"line": 398
|
|
5939
5939
|
},
|
|
5940
5940
|
"name": "parameterGroup",
|
|
5941
5941
|
"optional": true,
|
|
@@ -5953,7 +5953,7 @@
|
|
|
5953
5953
|
"immutable": true,
|
|
5954
5954
|
"locationInModule": {
|
|
5955
5955
|
"filename": "lib/instance.ts",
|
|
5956
|
-
"line":
|
|
5956
|
+
"line": 406
|
|
5957
5957
|
},
|
|
5958
5958
|
"name": "removalPolicy",
|
|
5959
5959
|
"optional": true,
|
|
@@ -6072,7 +6072,7 @@
|
|
|
6072
6072
|
},
|
|
6073
6073
|
"locationInModule": {
|
|
6074
6074
|
"filename": "lib/cluster.ts",
|
|
6075
|
-
"line":
|
|
6075
|
+
"line": 117
|
|
6076
6076
|
},
|
|
6077
6077
|
"parameters": [
|
|
6078
6078
|
{
|
|
@@ -6089,7 +6089,7 @@
|
|
|
6089
6089
|
"kind": "class",
|
|
6090
6090
|
"locationInModule": {
|
|
6091
6091
|
"filename": "lib/cluster.ts",
|
|
6092
|
-
"line":
|
|
6092
|
+
"line": 19
|
|
6093
6093
|
},
|
|
6094
6094
|
"name": "EngineVersion",
|
|
6095
6095
|
"properties": [
|
|
@@ -6102,7 +6102,7 @@
|
|
|
6102
6102
|
"immutable": true,
|
|
6103
6103
|
"locationInModule": {
|
|
6104
6104
|
"filename": "lib/cluster.ts",
|
|
6105
|
-
"line":
|
|
6105
|
+
"line": 23
|
|
6106
6106
|
},
|
|
6107
6107
|
"name": "V1_0_1_0",
|
|
6108
6108
|
"static": true,
|
|
@@ -6119,7 +6119,7 @@
|
|
|
6119
6119
|
"immutable": true,
|
|
6120
6120
|
"locationInModule": {
|
|
6121
6121
|
"filename": "lib/cluster.ts",
|
|
6122
|
-
"line":
|
|
6122
|
+
"line": 27
|
|
6123
6123
|
},
|
|
6124
6124
|
"name": "V1_0_1_1",
|
|
6125
6125
|
"static": true,
|
|
@@ -6136,7 +6136,7 @@
|
|
|
6136
6136
|
"immutable": true,
|
|
6137
6137
|
"locationInModule": {
|
|
6138
6138
|
"filename": "lib/cluster.ts",
|
|
6139
|
-
"line":
|
|
6139
|
+
"line": 31
|
|
6140
6140
|
},
|
|
6141
6141
|
"name": "V1_0_1_2",
|
|
6142
6142
|
"static": true,
|
|
@@ -6153,7 +6153,7 @@
|
|
|
6153
6153
|
"immutable": true,
|
|
6154
6154
|
"locationInModule": {
|
|
6155
6155
|
"filename": "lib/cluster.ts",
|
|
6156
|
-
"line":
|
|
6156
|
+
"line": 35
|
|
6157
6157
|
},
|
|
6158
6158
|
"name": "V1_0_2_1",
|
|
6159
6159
|
"static": true,
|
|
@@ -6170,7 +6170,7 @@
|
|
|
6170
6170
|
"immutable": true,
|
|
6171
6171
|
"locationInModule": {
|
|
6172
6172
|
"filename": "lib/cluster.ts",
|
|
6173
|
-
"line":
|
|
6173
|
+
"line": 39
|
|
6174
6174
|
},
|
|
6175
6175
|
"name": "V1_0_2_2",
|
|
6176
6176
|
"static": true,
|
|
@@ -6187,7 +6187,7 @@
|
|
|
6187
6187
|
"immutable": true,
|
|
6188
6188
|
"locationInModule": {
|
|
6189
6189
|
"filename": "lib/cluster.ts",
|
|
6190
|
-
"line":
|
|
6190
|
+
"line": 43
|
|
6191
6191
|
},
|
|
6192
6192
|
"name": "V1_0_3_0",
|
|
6193
6193
|
"static": true,
|
|
@@ -6204,7 +6204,7 @@
|
|
|
6204
6204
|
"immutable": true,
|
|
6205
6205
|
"locationInModule": {
|
|
6206
6206
|
"filename": "lib/cluster.ts",
|
|
6207
|
-
"line":
|
|
6207
|
+
"line": 47
|
|
6208
6208
|
},
|
|
6209
6209
|
"name": "V1_0_4_0",
|
|
6210
6210
|
"static": true,
|
|
@@ -6221,7 +6221,7 @@
|
|
|
6221
6221
|
"immutable": true,
|
|
6222
6222
|
"locationInModule": {
|
|
6223
6223
|
"filename": "lib/cluster.ts",
|
|
6224
|
-
"line":
|
|
6224
|
+
"line": 51
|
|
6225
6225
|
},
|
|
6226
6226
|
"name": "V1_0_4_1",
|
|
6227
6227
|
"static": true,
|
|
@@ -6238,7 +6238,7 @@
|
|
|
6238
6238
|
"immutable": true,
|
|
6239
6239
|
"locationInModule": {
|
|
6240
6240
|
"filename": "lib/cluster.ts",
|
|
6241
|
-
"line":
|
|
6241
|
+
"line": 55
|
|
6242
6242
|
},
|
|
6243
6243
|
"name": "V1_0_5_0",
|
|
6244
6244
|
"static": true,
|
|
@@ -6255,7 +6255,7 @@
|
|
|
6255
6255
|
"immutable": true,
|
|
6256
6256
|
"locationInModule": {
|
|
6257
6257
|
"filename": "lib/cluster.ts",
|
|
6258
|
-
"line":
|
|
6258
|
+
"line": 59
|
|
6259
6259
|
},
|
|
6260
6260
|
"name": "V1_1_0_0",
|
|
6261
6261
|
"static": true,
|
|
@@ -6272,7 +6272,7 @@
|
|
|
6272
6272
|
"immutable": true,
|
|
6273
6273
|
"locationInModule": {
|
|
6274
6274
|
"filename": "lib/cluster.ts",
|
|
6275
|
-
"line":
|
|
6275
|
+
"line": 63
|
|
6276
6276
|
},
|
|
6277
6277
|
"name": "V1_1_1_0",
|
|
6278
6278
|
"static": true,
|
|
@@ -6289,7 +6289,7 @@
|
|
|
6289
6289
|
"immutable": true,
|
|
6290
6290
|
"locationInModule": {
|
|
6291
6291
|
"filename": "lib/cluster.ts",
|
|
6292
|
-
"line":
|
|
6292
|
+
"line": 67
|
|
6293
6293
|
},
|
|
6294
6294
|
"name": "V1_2_0_0",
|
|
6295
6295
|
"static": true,
|
|
@@ -6306,7 +6306,7 @@
|
|
|
6306
6306
|
"immutable": true,
|
|
6307
6307
|
"locationInModule": {
|
|
6308
6308
|
"filename": "lib/cluster.ts",
|
|
6309
|
-
"line":
|
|
6309
|
+
"line": 71
|
|
6310
6310
|
},
|
|
6311
6311
|
"name": "V1_2_0_1",
|
|
6312
6312
|
"static": true,
|
|
@@ -6323,7 +6323,7 @@
|
|
|
6323
6323
|
"immutable": true,
|
|
6324
6324
|
"locationInModule": {
|
|
6325
6325
|
"filename": "lib/cluster.ts",
|
|
6326
|
-
"line":
|
|
6326
|
+
"line": 75
|
|
6327
6327
|
},
|
|
6328
6328
|
"name": "V1_2_0_2",
|
|
6329
6329
|
"static": true,
|
|
@@ -6340,7 +6340,7 @@
|
|
|
6340
6340
|
"immutable": true,
|
|
6341
6341
|
"locationInModule": {
|
|
6342
6342
|
"filename": "lib/cluster.ts",
|
|
6343
|
-
"line":
|
|
6343
|
+
"line": 79
|
|
6344
6344
|
},
|
|
6345
6345
|
"name": "V1_2_1_0",
|
|
6346
6346
|
"static": true,
|
|
@@ -6357,7 +6357,7 @@
|
|
|
6357
6357
|
"immutable": true,
|
|
6358
6358
|
"locationInModule": {
|
|
6359
6359
|
"filename": "lib/cluster.ts",
|
|
6360
|
-
"line":
|
|
6360
|
+
"line": 83
|
|
6361
6361
|
},
|
|
6362
6362
|
"name": "V1_2_1_1",
|
|
6363
6363
|
"static": true,
|
|
@@ -6374,7 +6374,7 @@
|
|
|
6374
6374
|
"immutable": true,
|
|
6375
6375
|
"locationInModule": {
|
|
6376
6376
|
"filename": "lib/cluster.ts",
|
|
6377
|
-
"line":
|
|
6377
|
+
"line": 87
|
|
6378
6378
|
},
|
|
6379
6379
|
"name": "V1_2_1_2",
|
|
6380
6380
|
"static": true,
|
|
@@ -6391,7 +6391,7 @@
|
|
|
6391
6391
|
"immutable": true,
|
|
6392
6392
|
"locationInModule": {
|
|
6393
6393
|
"filename": "lib/cluster.ts",
|
|
6394
|
-
"line":
|
|
6394
|
+
"line": 91
|
|
6395
6395
|
},
|
|
6396
6396
|
"name": "V1_3_0_0",
|
|
6397
6397
|
"static": true,
|
|
@@ -6408,7 +6408,7 @@
|
|
|
6408
6408
|
"immutable": true,
|
|
6409
6409
|
"locationInModule": {
|
|
6410
6410
|
"filename": "lib/cluster.ts",
|
|
6411
|
-
"line":
|
|
6411
|
+
"line": 95
|
|
6412
6412
|
},
|
|
6413
6413
|
"name": "V1_3_1_0",
|
|
6414
6414
|
"static": true,
|
|
@@ -6425,7 +6425,7 @@
|
|
|
6425
6425
|
"immutable": true,
|
|
6426
6426
|
"locationInModule": {
|
|
6427
6427
|
"filename": "lib/cluster.ts",
|
|
6428
|
-
"line":
|
|
6428
|
+
"line": 99
|
|
6429
6429
|
},
|
|
6430
6430
|
"name": "V1_3_2_0",
|
|
6431
6431
|
"static": true,
|
|
@@ -6442,7 +6442,7 @@
|
|
|
6442
6442
|
"immutable": true,
|
|
6443
6443
|
"locationInModule": {
|
|
6444
6444
|
"filename": "lib/cluster.ts",
|
|
6445
|
-
"line":
|
|
6445
|
+
"line": 103
|
|
6446
6446
|
},
|
|
6447
6447
|
"name": "V1_3_2_1",
|
|
6448
6448
|
"static": true,
|
|
@@ -6459,7 +6459,7 @@
|
|
|
6459
6459
|
"immutable": true,
|
|
6460
6460
|
"locationInModule": {
|
|
6461
6461
|
"filename": "lib/cluster.ts",
|
|
6462
|
-
"line":
|
|
6462
|
+
"line": 107
|
|
6463
6463
|
},
|
|
6464
6464
|
"name": "V1_3_3_0",
|
|
6465
6465
|
"static": true,
|
|
@@ -6476,7 +6476,7 @@
|
|
|
6476
6476
|
"immutable": true,
|
|
6477
6477
|
"locationInModule": {
|
|
6478
6478
|
"filename": "lib/cluster.ts",
|
|
6479
|
-
"line":
|
|
6479
|
+
"line": 111
|
|
6480
6480
|
},
|
|
6481
6481
|
"name": "V1_3_4_0",
|
|
6482
6482
|
"static": true,
|
|
@@ -6492,7 +6492,7 @@
|
|
|
6492
6492
|
"immutable": true,
|
|
6493
6493
|
"locationInModule": {
|
|
6494
6494
|
"filename": "lib/cluster.ts",
|
|
6495
|
-
"line":
|
|
6495
|
+
"line": 117
|
|
6496
6496
|
},
|
|
6497
6497
|
"name": "version",
|
|
6498
6498
|
"type": {
|
|
@@ -6515,7 +6515,7 @@
|
|
|
6515
6515
|
"kind": "interface",
|
|
6516
6516
|
"locationInModule": {
|
|
6517
6517
|
"filename": "lib/parameter-group.ts",
|
|
6518
|
-
"line":
|
|
6518
|
+
"line": 81
|
|
6519
6519
|
},
|
|
6520
6520
|
"name": "IClusterParameterGroup",
|
|
6521
6521
|
"properties": [
|
|
@@ -6528,7 +6528,7 @@
|
|
|
6528
6528
|
"immutable": true,
|
|
6529
6529
|
"locationInModule": {
|
|
6530
6530
|
"filename": "lib/parameter-group.ts",
|
|
6531
|
-
"line":
|
|
6531
|
+
"line": 85
|
|
6532
6532
|
},
|
|
6533
6533
|
"name": "clusterParameterGroupName",
|
|
6534
6534
|
"type": {
|
|
@@ -6552,7 +6552,7 @@
|
|
|
6552
6552
|
"kind": "interface",
|
|
6553
6553
|
"locationInModule": {
|
|
6554
6554
|
"filename": "lib/cluster.ts",
|
|
6555
|
-
"line":
|
|
6555
|
+
"line": 372
|
|
6556
6556
|
},
|
|
6557
6557
|
"methods": [
|
|
6558
6558
|
{
|
|
@@ -6564,7 +6564,7 @@
|
|
|
6564
6564
|
},
|
|
6565
6565
|
"locationInModule": {
|
|
6566
6566
|
"filename": "lib/cluster.ts",
|
|
6567
|
-
"line":
|
|
6567
|
+
"line": 403
|
|
6568
6568
|
},
|
|
6569
6569
|
"name": "grant",
|
|
6570
6570
|
"parameters": [
|
|
@@ -6603,7 +6603,7 @@
|
|
|
6603
6603
|
},
|
|
6604
6604
|
"locationInModule": {
|
|
6605
6605
|
"filename": "lib/cluster.ts",
|
|
6606
|
-
"line":
|
|
6606
|
+
"line": 408
|
|
6607
6607
|
},
|
|
6608
6608
|
"name": "grantConnect",
|
|
6609
6609
|
"parameters": [
|
|
@@ -6629,7 +6629,7 @@
|
|
|
6629
6629
|
},
|
|
6630
6630
|
"locationInModule": {
|
|
6631
6631
|
"filename": "lib/cluster.ts",
|
|
6632
|
-
"line":
|
|
6632
|
+
"line": 416
|
|
6633
6633
|
},
|
|
6634
6634
|
"name": "metric",
|
|
6635
6635
|
"parameters": [
|
|
@@ -6668,7 +6668,7 @@
|
|
|
6668
6668
|
"immutable": true,
|
|
6669
6669
|
"locationInModule": {
|
|
6670
6670
|
"filename": "lib/cluster.ts",
|
|
6671
|
-
"line":
|
|
6671
|
+
"line": 388
|
|
6672
6672
|
},
|
|
6673
6673
|
"name": "clusterEndpoint",
|
|
6674
6674
|
"type": {
|
|
@@ -6684,7 +6684,7 @@
|
|
|
6684
6684
|
"immutable": true,
|
|
6685
6685
|
"locationInModule": {
|
|
6686
6686
|
"filename": "lib/cluster.ts",
|
|
6687
|
-
"line":
|
|
6687
|
+
"line": 376
|
|
6688
6688
|
},
|
|
6689
6689
|
"name": "clusterIdentifier",
|
|
6690
6690
|
"type": {
|
|
@@ -6703,7 +6703,7 @@
|
|
|
6703
6703
|
"immutable": true,
|
|
6704
6704
|
"locationInModule": {
|
|
6705
6705
|
"filename": "lib/cluster.ts",
|
|
6706
|
-
"line":
|
|
6706
|
+
"line": 394
|
|
6707
6707
|
},
|
|
6708
6708
|
"name": "clusterReadEndpoint",
|
|
6709
6709
|
"type": {
|
|
@@ -6722,7 +6722,7 @@
|
|
|
6722
6722
|
"immutable": true,
|
|
6723
6723
|
"locationInModule": {
|
|
6724
6724
|
"filename": "lib/cluster.ts",
|
|
6725
|
-
"line":
|
|
6725
|
+
"line": 382
|
|
6726
6726
|
},
|
|
6727
6727
|
"name": "clusterResourceIdentifier",
|
|
6728
6728
|
"type": {
|
|
@@ -6745,7 +6745,7 @@
|
|
|
6745
6745
|
"kind": "interface",
|
|
6746
6746
|
"locationInModule": {
|
|
6747
6747
|
"filename": "lib/instance.ts",
|
|
6748
|
-
"line":
|
|
6748
|
+
"line": 310
|
|
6749
6749
|
},
|
|
6750
6750
|
"methods": [
|
|
6751
6751
|
{
|
|
@@ -6757,7 +6757,7 @@
|
|
|
6757
6757
|
},
|
|
6758
6758
|
"locationInModule": {
|
|
6759
6759
|
"filename": "lib/instance.ts",
|
|
6760
|
-
"line":
|
|
6760
|
+
"line": 341
|
|
6761
6761
|
},
|
|
6762
6762
|
"name": "metric",
|
|
6763
6763
|
"parameters": [
|
|
@@ -6796,7 +6796,7 @@
|
|
|
6796
6796
|
"immutable": true,
|
|
6797
6797
|
"locationInModule": {
|
|
6798
6798
|
"filename": "lib/instance.ts",
|
|
6799
|
-
"line":
|
|
6799
|
+
"line": 326
|
|
6800
6800
|
},
|
|
6801
6801
|
"name": "dbInstanceEndpointAddress",
|
|
6802
6802
|
"type": {
|
|
@@ -6815,7 +6815,7 @@
|
|
|
6815
6815
|
"immutable": true,
|
|
6816
6816
|
"locationInModule": {
|
|
6817
6817
|
"filename": "lib/instance.ts",
|
|
6818
|
-
"line":
|
|
6818
|
+
"line": 333
|
|
6819
6819
|
},
|
|
6820
6820
|
"name": "dbInstanceEndpointPort",
|
|
6821
6821
|
"type": {
|
|
@@ -6831,7 +6831,7 @@
|
|
|
6831
6831
|
"immutable": true,
|
|
6832
6832
|
"locationInModule": {
|
|
6833
6833
|
"filename": "lib/instance.ts",
|
|
6834
|
-
"line":
|
|
6834
|
+
"line": 319
|
|
6835
6835
|
},
|
|
6836
6836
|
"name": "instanceEndpoint",
|
|
6837
6837
|
"type": {
|
|
@@ -6847,7 +6847,7 @@
|
|
|
6847
6847
|
"immutable": true,
|
|
6848
6848
|
"locationInModule": {
|
|
6849
6849
|
"filename": "lib/instance.ts",
|
|
6850
|
-
"line":
|
|
6850
|
+
"line": 314
|
|
6851
6851
|
},
|
|
6852
6852
|
"name": "instanceIdentifier",
|
|
6853
6853
|
"type": {
|
|
@@ -6870,7 +6870,7 @@
|
|
|
6870
6870
|
"kind": "interface",
|
|
6871
6871
|
"locationInModule": {
|
|
6872
6872
|
"filename": "lib/parameter-group.ts",
|
|
6873
|
-
"line":
|
|
6873
|
+
"line": 128
|
|
6874
6874
|
},
|
|
6875
6875
|
"name": "IParameterGroup",
|
|
6876
6876
|
"properties": [
|
|
@@ -6883,7 +6883,7 @@
|
|
|
6883
6883
|
"immutable": true,
|
|
6884
6884
|
"locationInModule": {
|
|
6885
6885
|
"filename": "lib/parameter-group.ts",
|
|
6886
|
-
"line":
|
|
6886
|
+
"line": 132
|
|
6887
6887
|
},
|
|
6888
6888
|
"name": "parameterGroupName",
|
|
6889
6889
|
"type": {
|
|
@@ -6906,7 +6906,7 @@
|
|
|
6906
6906
|
"kind": "interface",
|
|
6907
6907
|
"locationInModule": {
|
|
6908
6908
|
"filename": "lib/subnet-group.ts",
|
|
6909
|
-
"line":
|
|
6909
|
+
"line": 10
|
|
6910
6910
|
},
|
|
6911
6911
|
"name": "ISubnetGroup",
|
|
6912
6912
|
"properties": [
|
|
@@ -6922,7 +6922,7 @@
|
|
|
6922
6922
|
"immutable": true,
|
|
6923
6923
|
"locationInModule": {
|
|
6924
6924
|
"filename": "lib/subnet-group.ts",
|
|
6925
|
-
"line":
|
|
6925
|
+
"line": 15
|
|
6926
6926
|
},
|
|
6927
6927
|
"name": "subnetGroupName",
|
|
6928
6928
|
"type": {
|
|
@@ -6946,7 +6946,7 @@
|
|
|
6946
6946
|
"kind": "class",
|
|
6947
6947
|
"locationInModule": {
|
|
6948
6948
|
"filename": "lib/instance.ts",
|
|
6949
|
-
"line":
|
|
6949
|
+
"line": 15
|
|
6950
6950
|
},
|
|
6951
6951
|
"methods": [
|
|
6952
6952
|
{
|
|
@@ -6956,7 +6956,7 @@
|
|
|
6956
6956
|
},
|
|
6957
6957
|
"locationInModule": {
|
|
6958
6958
|
"filename": "lib/instance.ts",
|
|
6959
|
-
"line":
|
|
6959
|
+
"line": 289
|
|
6960
6960
|
},
|
|
6961
6961
|
"name": "of",
|
|
6962
6962
|
"parameters": [
|
|
@@ -6986,7 +6986,7 @@
|
|
|
6986
6986
|
"immutable": true,
|
|
6987
6987
|
"locationInModule": {
|
|
6988
6988
|
"filename": "lib/instance.ts",
|
|
6989
|
-
"line":
|
|
6989
|
+
"line": 259
|
|
6990
6990
|
},
|
|
6991
6991
|
"name": "R4_2XLARGE",
|
|
6992
6992
|
"static": true,
|
|
@@ -7003,7 +7003,7 @@
|
|
|
7003
7003
|
"immutable": true,
|
|
7004
7004
|
"locationInModule": {
|
|
7005
7005
|
"filename": "lib/instance.ts",
|
|
7006
|
-
"line":
|
|
7006
|
+
"line": 264
|
|
7007
7007
|
},
|
|
7008
7008
|
"name": "R4_4XLARGE",
|
|
7009
7009
|
"static": true,
|
|
@@ -7020,7 +7020,7 @@
|
|
|
7020
7020
|
"immutable": true,
|
|
7021
7021
|
"locationInModule": {
|
|
7022
7022
|
"filename": "lib/instance.ts",
|
|
7023
|
-
"line":
|
|
7023
|
+
"line": 269
|
|
7024
7024
|
},
|
|
7025
7025
|
"name": "R4_8XLARGE",
|
|
7026
7026
|
"static": true,
|
|
@@ -7037,7 +7037,7 @@
|
|
|
7037
7037
|
"immutable": true,
|
|
7038
7038
|
"locationInModule": {
|
|
7039
7039
|
"filename": "lib/instance.ts",
|
|
7040
|
-
"line":
|
|
7040
|
+
"line": 249
|
|
7041
7041
|
},
|
|
7042
7042
|
"name": "R4_LARGE",
|
|
7043
7043
|
"static": true,
|
|
@@ -7054,7 +7054,7 @@
|
|
|
7054
7054
|
"immutable": true,
|
|
7055
7055
|
"locationInModule": {
|
|
7056
7056
|
"filename": "lib/instance.ts",
|
|
7057
|
-
"line":
|
|
7057
|
+
"line": 254
|
|
7058
7058
|
},
|
|
7059
7059
|
"name": "R4_XLARGE",
|
|
7060
7060
|
"static": true,
|
|
@@ -7071,7 +7071,7 @@
|
|
|
7071
7071
|
"immutable": true,
|
|
7072
7072
|
"locationInModule": {
|
|
7073
7073
|
"filename": "lib/instance.ts",
|
|
7074
|
-
"line":
|
|
7074
|
+
"line": 194
|
|
7075
7075
|
},
|
|
7076
7076
|
"name": "R5_12XLARGE",
|
|
7077
7077
|
"static": true,
|
|
@@ -7088,7 +7088,7 @@
|
|
|
7088
7088
|
"immutable": true,
|
|
7089
7089
|
"locationInModule": {
|
|
7090
7090
|
"filename": "lib/instance.ts",
|
|
7091
|
-
"line":
|
|
7091
|
+
"line": 199
|
|
7092
7092
|
},
|
|
7093
7093
|
"name": "R5_16XLARGE",
|
|
7094
7094
|
"static": true,
|
|
@@ -7105,7 +7105,7 @@
|
|
|
7105
7105
|
"immutable": true,
|
|
7106
7106
|
"locationInModule": {
|
|
7107
7107
|
"filename": "lib/instance.ts",
|
|
7108
|
-
"line":
|
|
7108
|
+
"line": 204
|
|
7109
7109
|
},
|
|
7110
7110
|
"name": "R5_24XLARGE",
|
|
7111
7111
|
"static": true,
|
|
@@ -7122,7 +7122,7 @@
|
|
|
7122
7122
|
"immutable": true,
|
|
7123
7123
|
"locationInModule": {
|
|
7124
7124
|
"filename": "lib/instance.ts",
|
|
7125
|
-
"line":
|
|
7125
|
+
"line": 179
|
|
7126
7126
|
},
|
|
7127
7127
|
"name": "R5_2XLARGE",
|
|
7128
7128
|
"static": true,
|
|
@@ -7139,7 +7139,7 @@
|
|
|
7139
7139
|
"immutable": true,
|
|
7140
7140
|
"locationInModule": {
|
|
7141
7141
|
"filename": "lib/instance.ts",
|
|
7142
|
-
"line":
|
|
7142
|
+
"line": 184
|
|
7143
7143
|
},
|
|
7144
7144
|
"name": "R5_4XLARGE",
|
|
7145
7145
|
"static": true,
|
|
@@ -7156,7 +7156,7 @@
|
|
|
7156
7156
|
"immutable": true,
|
|
7157
7157
|
"locationInModule": {
|
|
7158
7158
|
"filename": "lib/instance.ts",
|
|
7159
|
-
"line":
|
|
7159
|
+
"line": 189
|
|
7160
7160
|
},
|
|
7161
7161
|
"name": "R5_8XLARGE",
|
|
7162
7162
|
"static": true,
|
|
@@ -7173,7 +7173,7 @@
|
|
|
7173
7173
|
"immutable": true,
|
|
7174
7174
|
"locationInModule": {
|
|
7175
7175
|
"filename": "lib/instance.ts",
|
|
7176
|
-
"line":
|
|
7176
|
+
"line": 169
|
|
7177
7177
|
},
|
|
7178
7178
|
"name": "R5_LARGE",
|
|
7179
7179
|
"static": true,
|
|
@@ -7190,7 +7190,7 @@
|
|
|
7190
7190
|
"immutable": true,
|
|
7191
7191
|
"locationInModule": {
|
|
7192
7192
|
"filename": "lib/instance.ts",
|
|
7193
|
-
"line":
|
|
7193
|
+
"line": 174
|
|
7194
7194
|
},
|
|
7195
7195
|
"name": "R5_XLARGE",
|
|
7196
7196
|
"static": true,
|
|
@@ -7207,7 +7207,7 @@
|
|
|
7207
7207
|
"immutable": true,
|
|
7208
7208
|
"locationInModule": {
|
|
7209
7209
|
"filename": "lib/instance.ts",
|
|
7210
|
-
"line":
|
|
7210
|
+
"line": 234
|
|
7211
7211
|
},
|
|
7212
7212
|
"name": "R5D_12XLARGE",
|
|
7213
7213
|
"static": true,
|
|
@@ -7224,7 +7224,7 @@
|
|
|
7224
7224
|
"immutable": true,
|
|
7225
7225
|
"locationInModule": {
|
|
7226
7226
|
"filename": "lib/instance.ts",
|
|
7227
|
-
"line":
|
|
7227
|
+
"line": 239
|
|
7228
7228
|
},
|
|
7229
7229
|
"name": "R5D_16XLARGE",
|
|
7230
7230
|
"static": true,
|
|
@@ -7241,7 +7241,7 @@
|
|
|
7241
7241
|
"immutable": true,
|
|
7242
7242
|
"locationInModule": {
|
|
7243
7243
|
"filename": "lib/instance.ts",
|
|
7244
|
-
"line":
|
|
7244
|
+
"line": 244
|
|
7245
7245
|
},
|
|
7246
7246
|
"name": "R5D_24XLARGE",
|
|
7247
7247
|
"static": true,
|
|
@@ -7258,7 +7258,7 @@
|
|
|
7258
7258
|
"immutable": true,
|
|
7259
7259
|
"locationInModule": {
|
|
7260
7260
|
"filename": "lib/instance.ts",
|
|
7261
|
-
"line":
|
|
7261
|
+
"line": 219
|
|
7262
7262
|
},
|
|
7263
7263
|
"name": "R5D_2XLARGE",
|
|
7264
7264
|
"static": true,
|
|
@@ -7275,7 +7275,7 @@
|
|
|
7275
7275
|
"immutable": true,
|
|
7276
7276
|
"locationInModule": {
|
|
7277
7277
|
"filename": "lib/instance.ts",
|
|
7278
|
-
"line":
|
|
7278
|
+
"line": 224
|
|
7279
7279
|
},
|
|
7280
7280
|
"name": "R5D_4XLARGE",
|
|
7281
7281
|
"static": true,
|
|
@@ -7292,7 +7292,7 @@
|
|
|
7292
7292
|
"immutable": true,
|
|
7293
7293
|
"locationInModule": {
|
|
7294
7294
|
"filename": "lib/instance.ts",
|
|
7295
|
-
"line":
|
|
7295
|
+
"line": 229
|
|
7296
7296
|
},
|
|
7297
7297
|
"name": "R5D_8XLARGE",
|
|
7298
7298
|
"static": true,
|
|
@@ -7309,7 +7309,7 @@
|
|
|
7309
7309
|
"immutable": true,
|
|
7310
7310
|
"locationInModule": {
|
|
7311
7311
|
"filename": "lib/instance.ts",
|
|
7312
|
-
"line":
|
|
7312
|
+
"line": 209
|
|
7313
7313
|
},
|
|
7314
7314
|
"name": "R5D_LARGE",
|
|
7315
7315
|
"static": true,
|
|
@@ -7326,7 +7326,7 @@
|
|
|
7326
7326
|
"immutable": true,
|
|
7327
7327
|
"locationInModule": {
|
|
7328
7328
|
"filename": "lib/instance.ts",
|
|
7329
|
-
"line":
|
|
7329
|
+
"line": 214
|
|
7330
7330
|
},
|
|
7331
7331
|
"name": "R5D_XLARGE",
|
|
7332
7332
|
"static": true,
|
|
@@ -7343,7 +7343,7 @@
|
|
|
7343
7343
|
"immutable": true,
|
|
7344
7344
|
"locationInModule": {
|
|
7345
7345
|
"filename": "lib/instance.ts",
|
|
7346
|
-
"line":
|
|
7346
|
+
"line": 114
|
|
7347
7347
|
},
|
|
7348
7348
|
"name": "R6G_12XLARGE",
|
|
7349
7349
|
"static": true,
|
|
@@ -7360,7 +7360,7 @@
|
|
|
7360
7360
|
"immutable": true,
|
|
7361
7361
|
"locationInModule": {
|
|
7362
7362
|
"filename": "lib/instance.ts",
|
|
7363
|
-
"line":
|
|
7363
|
+
"line": 119
|
|
7364
7364
|
},
|
|
7365
7365
|
"name": "R6G_16XLARGE",
|
|
7366
7366
|
"static": true,
|
|
@@ -7377,7 +7377,7 @@
|
|
|
7377
7377
|
"immutable": true,
|
|
7378
7378
|
"locationInModule": {
|
|
7379
7379
|
"filename": "lib/instance.ts",
|
|
7380
|
-
"line":
|
|
7380
|
+
"line": 99
|
|
7381
7381
|
},
|
|
7382
7382
|
"name": "R6G_2XLARGE",
|
|
7383
7383
|
"static": true,
|
|
@@ -7394,7 +7394,7 @@
|
|
|
7394
7394
|
"immutable": true,
|
|
7395
7395
|
"locationInModule": {
|
|
7396
7396
|
"filename": "lib/instance.ts",
|
|
7397
|
-
"line":
|
|
7397
|
+
"line": 104
|
|
7398
7398
|
},
|
|
7399
7399
|
"name": "R6G_4XLARGE",
|
|
7400
7400
|
"static": true,
|
|
@@ -7411,7 +7411,7 @@
|
|
|
7411
7411
|
"immutable": true,
|
|
7412
7412
|
"locationInModule": {
|
|
7413
7413
|
"filename": "lib/instance.ts",
|
|
7414
|
-
"line":
|
|
7414
|
+
"line": 109
|
|
7415
7415
|
},
|
|
7416
7416
|
"name": "R6G_8XLARGE",
|
|
7417
7417
|
"static": true,
|
|
@@ -7428,7 +7428,7 @@
|
|
|
7428
7428
|
"immutable": true,
|
|
7429
7429
|
"locationInModule": {
|
|
7430
7430
|
"filename": "lib/instance.ts",
|
|
7431
|
-
"line":
|
|
7431
|
+
"line": 89
|
|
7432
7432
|
},
|
|
7433
7433
|
"name": "R6G_LARGE",
|
|
7434
7434
|
"static": true,
|
|
@@ -7445,7 +7445,7 @@
|
|
|
7445
7445
|
"immutable": true,
|
|
7446
7446
|
"locationInModule": {
|
|
7447
7447
|
"filename": "lib/instance.ts",
|
|
7448
|
-
"line":
|
|
7448
|
+
"line": 94
|
|
7449
7449
|
},
|
|
7450
7450
|
"name": "R6G_XLARGE",
|
|
7451
7451
|
"static": true,
|
|
@@ -7462,7 +7462,7 @@
|
|
|
7462
7462
|
"immutable": true,
|
|
7463
7463
|
"locationInModule": {
|
|
7464
7464
|
"filename": "lib/instance.ts",
|
|
7465
|
-
"line":
|
|
7465
|
+
"line": 149
|
|
7466
7466
|
},
|
|
7467
7467
|
"name": "R6I_12XLARGE",
|
|
7468
7468
|
"static": true,
|
|
@@ -7479,7 +7479,7 @@
|
|
|
7479
7479
|
"immutable": true,
|
|
7480
7480
|
"locationInModule": {
|
|
7481
7481
|
"filename": "lib/instance.ts",
|
|
7482
|
-
"line":
|
|
7482
|
+
"line": 154
|
|
7483
7483
|
},
|
|
7484
7484
|
"name": "R6I_16XLARGE",
|
|
7485
7485
|
"static": true,
|
|
@@ -7496,7 +7496,7 @@
|
|
|
7496
7496
|
"immutable": true,
|
|
7497
7497
|
"locationInModule": {
|
|
7498
7498
|
"filename": "lib/instance.ts",
|
|
7499
|
-
"line":
|
|
7499
|
+
"line": 159
|
|
7500
7500
|
},
|
|
7501
7501
|
"name": "R6I_24XLARGE",
|
|
7502
7502
|
"static": true,
|
|
@@ -7513,7 +7513,7 @@
|
|
|
7513
7513
|
"immutable": true,
|
|
7514
7514
|
"locationInModule": {
|
|
7515
7515
|
"filename": "lib/instance.ts",
|
|
7516
|
-
"line":
|
|
7516
|
+
"line": 134
|
|
7517
7517
|
},
|
|
7518
7518
|
"name": "R6I_2XLARGE",
|
|
7519
7519
|
"static": true,
|
|
@@ -7530,7 +7530,7 @@
|
|
|
7530
7530
|
"immutable": true,
|
|
7531
7531
|
"locationInModule": {
|
|
7532
7532
|
"filename": "lib/instance.ts",
|
|
7533
|
-
"line":
|
|
7533
|
+
"line": 164
|
|
7534
7534
|
},
|
|
7535
7535
|
"name": "R6I_32XLARGE",
|
|
7536
7536
|
"static": true,
|
|
@@ -7547,7 +7547,7 @@
|
|
|
7547
7547
|
"immutable": true,
|
|
7548
7548
|
"locationInModule": {
|
|
7549
7549
|
"filename": "lib/instance.ts",
|
|
7550
|
-
"line":
|
|
7550
|
+
"line": 139
|
|
7551
7551
|
},
|
|
7552
7552
|
"name": "R6I_4XLARGE",
|
|
7553
7553
|
"static": true,
|
|
@@ -7564,7 +7564,7 @@
|
|
|
7564
7564
|
"immutable": true,
|
|
7565
7565
|
"locationInModule": {
|
|
7566
7566
|
"filename": "lib/instance.ts",
|
|
7567
|
-
"line":
|
|
7567
|
+
"line": 144
|
|
7568
7568
|
},
|
|
7569
7569
|
"name": "R6I_8XLARGE",
|
|
7570
7570
|
"static": true,
|
|
@@ -7581,7 +7581,7 @@
|
|
|
7581
7581
|
"immutable": true,
|
|
7582
7582
|
"locationInModule": {
|
|
7583
7583
|
"filename": "lib/instance.ts",
|
|
7584
|
-
"line":
|
|
7584
|
+
"line": 124
|
|
7585
7585
|
},
|
|
7586
7586
|
"name": "R6I_LARGE",
|
|
7587
7587
|
"static": true,
|
|
@@ -7598,7 +7598,7 @@
|
|
|
7598
7598
|
"immutable": true,
|
|
7599
7599
|
"locationInModule": {
|
|
7600
7600
|
"filename": "lib/instance.ts",
|
|
7601
|
-
"line":
|
|
7601
|
+
"line": 129
|
|
7602
7602
|
},
|
|
7603
7603
|
"name": "R6I_XLARGE",
|
|
7604
7604
|
"static": true,
|
|
@@ -7615,7 +7615,7 @@
|
|
|
7615
7615
|
"immutable": true,
|
|
7616
7616
|
"locationInModule": {
|
|
7617
7617
|
"filename": "lib/instance.ts",
|
|
7618
|
-
"line":
|
|
7618
|
+
"line": 284
|
|
7619
7619
|
},
|
|
7620
7620
|
"name": "SERVERLESS",
|
|
7621
7621
|
"static": true,
|
|
@@ -7632,7 +7632,7 @@
|
|
|
7632
7632
|
"immutable": true,
|
|
7633
7633
|
"locationInModule": {
|
|
7634
7634
|
"filename": "lib/instance.ts",
|
|
7635
|
-
"line":
|
|
7635
|
+
"line": 279
|
|
7636
7636
|
},
|
|
7637
7637
|
"name": "T3_MEDIUM",
|
|
7638
7638
|
"static": true,
|
|
@@ -7649,7 +7649,7 @@
|
|
|
7649
7649
|
"immutable": true,
|
|
7650
7650
|
"locationInModule": {
|
|
7651
7651
|
"filename": "lib/instance.ts",
|
|
7652
|
-
"line":
|
|
7652
|
+
"line": 274
|
|
7653
7653
|
},
|
|
7654
7654
|
"name": "T4G_MEDIUM",
|
|
7655
7655
|
"static": true,
|
|
@@ -7666,7 +7666,7 @@
|
|
|
7666
7666
|
"immutable": true,
|
|
7667
7667
|
"locationInModule": {
|
|
7668
7668
|
"filename": "lib/instance.ts",
|
|
7669
|
-
"line":
|
|
7669
|
+
"line": 44
|
|
7670
7670
|
},
|
|
7671
7671
|
"name": "X2G_12XLARGE",
|
|
7672
7672
|
"static": true,
|
|
@@ -7683,7 +7683,7 @@
|
|
|
7683
7683
|
"immutable": true,
|
|
7684
7684
|
"locationInModule": {
|
|
7685
7685
|
"filename": "lib/instance.ts",
|
|
7686
|
-
"line":
|
|
7686
|
+
"line": 49
|
|
7687
7687
|
},
|
|
7688
7688
|
"name": "X2G_16XLARGE",
|
|
7689
7689
|
"static": true,
|
|
@@ -7700,7 +7700,7 @@
|
|
|
7700
7700
|
"immutable": true,
|
|
7701
7701
|
"locationInModule": {
|
|
7702
7702
|
"filename": "lib/instance.ts",
|
|
7703
|
-
"line":
|
|
7703
|
+
"line": 29
|
|
7704
7704
|
},
|
|
7705
7705
|
"name": "X2G_2XLARGE",
|
|
7706
7706
|
"static": true,
|
|
@@ -7717,7 +7717,7 @@
|
|
|
7717
7717
|
"immutable": true,
|
|
7718
7718
|
"locationInModule": {
|
|
7719
7719
|
"filename": "lib/instance.ts",
|
|
7720
|
-
"line":
|
|
7720
|
+
"line": 34
|
|
7721
7721
|
},
|
|
7722
7722
|
"name": "X2G_4XLARGE",
|
|
7723
7723
|
"static": true,
|
|
@@ -7734,7 +7734,7 @@
|
|
|
7734
7734
|
"immutable": true,
|
|
7735
7735
|
"locationInModule": {
|
|
7736
7736
|
"filename": "lib/instance.ts",
|
|
7737
|
-
"line":
|
|
7737
|
+
"line": 39
|
|
7738
7738
|
},
|
|
7739
7739
|
"name": "X2G_8XLARGE",
|
|
7740
7740
|
"static": true,
|
|
@@ -7751,7 +7751,7 @@
|
|
|
7751
7751
|
"immutable": true,
|
|
7752
7752
|
"locationInModule": {
|
|
7753
7753
|
"filename": "lib/instance.ts",
|
|
7754
|
-
"line":
|
|
7754
|
+
"line": 19
|
|
7755
7755
|
},
|
|
7756
7756
|
"name": "X2G_LARGE",
|
|
7757
7757
|
"static": true,
|
|
@@ -7768,7 +7768,7 @@
|
|
|
7768
7768
|
"immutable": true,
|
|
7769
7769
|
"locationInModule": {
|
|
7770
7770
|
"filename": "lib/instance.ts",
|
|
7771
|
-
"line":
|
|
7771
|
+
"line": 24
|
|
7772
7772
|
},
|
|
7773
7773
|
"name": "X2G_XLARGE",
|
|
7774
7774
|
"static": true,
|
|
@@ -7785,7 +7785,7 @@
|
|
|
7785
7785
|
"immutable": true,
|
|
7786
7786
|
"locationInModule": {
|
|
7787
7787
|
"filename": "lib/instance.ts",
|
|
7788
|
-
"line":
|
|
7788
|
+
"line": 74
|
|
7789
7789
|
},
|
|
7790
7790
|
"name": "X2IEDN_16XLARGE",
|
|
7791
7791
|
"static": true,
|
|
@@ -7802,7 +7802,7 @@
|
|
|
7802
7802
|
"immutable": true,
|
|
7803
7803
|
"locationInModule": {
|
|
7804
7804
|
"filename": "lib/instance.ts",
|
|
7805
|
-
"line":
|
|
7805
|
+
"line": 79
|
|
7806
7806
|
},
|
|
7807
7807
|
"name": "X2IEDN_24XLARGE",
|
|
7808
7808
|
"static": true,
|
|
@@ -7819,7 +7819,7 @@
|
|
|
7819
7819
|
"immutable": true,
|
|
7820
7820
|
"locationInModule": {
|
|
7821
7821
|
"filename": "lib/instance.ts",
|
|
7822
|
-
"line":
|
|
7822
|
+
"line": 59
|
|
7823
7823
|
},
|
|
7824
7824
|
"name": "X2IEDN_2XLARGE",
|
|
7825
7825
|
"static": true,
|
|
@@ -7836,7 +7836,7 @@
|
|
|
7836
7836
|
"immutable": true,
|
|
7837
7837
|
"locationInModule": {
|
|
7838
7838
|
"filename": "lib/instance.ts",
|
|
7839
|
-
"line":
|
|
7839
|
+
"line": 84
|
|
7840
7840
|
},
|
|
7841
7841
|
"name": "X2IEDN_32XLARGE",
|
|
7842
7842
|
"static": true,
|
|
@@ -7853,7 +7853,7 @@
|
|
|
7853
7853
|
"immutable": true,
|
|
7854
7854
|
"locationInModule": {
|
|
7855
7855
|
"filename": "lib/instance.ts",
|
|
7856
|
-
"line":
|
|
7856
|
+
"line": 64
|
|
7857
7857
|
},
|
|
7858
7858
|
"name": "X2IEDN_4XLARGE",
|
|
7859
7859
|
"static": true,
|
|
@@ -7870,7 +7870,7 @@
|
|
|
7870
7870
|
"immutable": true,
|
|
7871
7871
|
"locationInModule": {
|
|
7872
7872
|
"filename": "lib/instance.ts",
|
|
7873
|
-
"line":
|
|
7873
|
+
"line": 69
|
|
7874
7874
|
},
|
|
7875
7875
|
"name": "X2IEDN_8XLARGE",
|
|
7876
7876
|
"static": true,
|
|
@@ -7887,7 +7887,7 @@
|
|
|
7887
7887
|
"immutable": true,
|
|
7888
7888
|
"locationInModule": {
|
|
7889
7889
|
"filename": "lib/instance.ts",
|
|
7890
|
-
"line":
|
|
7890
|
+
"line": 54
|
|
7891
7891
|
},
|
|
7892
7892
|
"name": "X2IEDN_XLARGE",
|
|
7893
7893
|
"static": true,
|
|
@@ -7917,7 +7917,7 @@
|
|
|
7917
7917
|
},
|
|
7918
7918
|
"locationInModule": {
|
|
7919
7919
|
"filename": "lib/cluster.ts",
|
|
7920
|
-
"line":
|
|
7920
|
+
"line": 137
|
|
7921
7921
|
},
|
|
7922
7922
|
"parameters": [
|
|
7923
7923
|
{
|
|
@@ -7934,7 +7934,7 @@
|
|
|
7934
7934
|
"kind": "class",
|
|
7935
7935
|
"locationInModule": {
|
|
7936
7936
|
"filename": "lib/cluster.ts",
|
|
7937
|
-
"line":
|
|
7937
|
+
"line": 125
|
|
7938
7938
|
},
|
|
7939
7939
|
"name": "LogType",
|
|
7940
7940
|
"properties": [
|
|
@@ -7948,7 +7948,7 @@
|
|
|
7948
7948
|
"immutable": true,
|
|
7949
7949
|
"locationInModule": {
|
|
7950
7950
|
"filename": "lib/cluster.ts",
|
|
7951
|
-
"line":
|
|
7951
|
+
"line": 131
|
|
7952
7952
|
},
|
|
7953
7953
|
"name": "AUDIT",
|
|
7954
7954
|
"static": true,
|
|
@@ -7964,7 +7964,7 @@
|
|
|
7964
7964
|
"immutable": true,
|
|
7965
7965
|
"locationInModule": {
|
|
7966
7966
|
"filename": "lib/cluster.ts",
|
|
7967
|
-
"line":
|
|
7967
|
+
"line": 137
|
|
7968
7968
|
},
|
|
7969
7969
|
"name": "value",
|
|
7970
7970
|
"type": {
|
|
@@ -7993,7 +7993,7 @@
|
|
|
7993
7993
|
},
|
|
7994
7994
|
"locationInModule": {
|
|
7995
7995
|
"filename": "lib/parameter-group.ts",
|
|
7996
|
-
"line":
|
|
7996
|
+
"line": 156
|
|
7997
7997
|
},
|
|
7998
7998
|
"parameters": [
|
|
7999
7999
|
{
|
|
@@ -8022,7 +8022,7 @@
|
|
|
8022
8022
|
"kind": "class",
|
|
8023
8023
|
"locationInModule": {
|
|
8024
8024
|
"filename": "lib/parameter-group.ts",
|
|
8025
|
-
"line":
|
|
8025
|
+
"line": 140
|
|
8026
8026
|
},
|
|
8027
8027
|
"methods": [
|
|
8028
8028
|
{
|
|
@@ -8032,7 +8032,7 @@
|
|
|
8032
8032
|
},
|
|
8033
8033
|
"locationInModule": {
|
|
8034
8034
|
"filename": "lib/parameter-group.ts",
|
|
8035
|
-
"line":
|
|
8035
|
+
"line": 144
|
|
8036
8036
|
},
|
|
8037
8037
|
"name": "fromParameterGroupName",
|
|
8038
8038
|
"parameters": [
|
|
@@ -8073,7 +8073,7 @@
|
|
|
8073
8073
|
"immutable": true,
|
|
8074
8074
|
"locationInModule": {
|
|
8075
8075
|
"filename": "lib/parameter-group.ts",
|
|
8076
|
-
"line":
|
|
8076
|
+
"line": 154
|
|
8077
8077
|
},
|
|
8078
8078
|
"name": "parameterGroupName",
|
|
8079
8079
|
"overrides": "@aws-cdk/aws-neptune-alpha.IParameterGroup",
|
|
@@ -8102,7 +8102,7 @@
|
|
|
8102
8102
|
},
|
|
8103
8103
|
"locationInModule": {
|
|
8104
8104
|
"filename": "lib/parameter-group.ts",
|
|
8105
|
-
"line":
|
|
8105
|
+
"line": 27
|
|
8106
8106
|
},
|
|
8107
8107
|
"parameters": [
|
|
8108
8108
|
{
|
|
@@ -8119,7 +8119,7 @@
|
|
|
8119
8119
|
"kind": "class",
|
|
8120
8120
|
"locationInModule": {
|
|
8121
8121
|
"filename": "lib/parameter-group.ts",
|
|
8122
|
-
"line":
|
|
8122
|
+
"line": 9
|
|
8123
8123
|
},
|
|
8124
8124
|
"name": "ParameterGroupFamily",
|
|
8125
8125
|
"properties": [
|
|
@@ -8132,7 +8132,7 @@
|
|
|
8132
8132
|
"immutable": true,
|
|
8133
8133
|
"locationInModule": {
|
|
8134
8134
|
"filename": "lib/parameter-group.ts",
|
|
8135
|
-
"line":
|
|
8135
|
+
"line": 13
|
|
8136
8136
|
},
|
|
8137
8137
|
"name": "NEPTUNE_1",
|
|
8138
8138
|
"static": true,
|
|
@@ -8149,7 +8149,7 @@
|
|
|
8149
8149
|
"immutable": true,
|
|
8150
8150
|
"locationInModule": {
|
|
8151
8151
|
"filename": "lib/parameter-group.ts",
|
|
8152
|
-
"line":
|
|
8152
|
+
"line": 17
|
|
8153
8153
|
},
|
|
8154
8154
|
"name": "NEPTUNE_1_2",
|
|
8155
8155
|
"static": true,
|
|
@@ -8166,7 +8166,7 @@
|
|
|
8166
8166
|
"immutable": true,
|
|
8167
8167
|
"locationInModule": {
|
|
8168
8168
|
"filename": "lib/parameter-group.ts",
|
|
8169
|
-
"line":
|
|
8169
|
+
"line": 21
|
|
8170
8170
|
},
|
|
8171
8171
|
"name": "NEPTUNE_1_3",
|
|
8172
8172
|
"static": true,
|
|
@@ -8182,7 +8182,7 @@
|
|
|
8182
8182
|
"immutable": true,
|
|
8183
8183
|
"locationInModule": {
|
|
8184
8184
|
"filename": "lib/parameter-group.ts",
|
|
8185
|
-
"line":
|
|
8185
|
+
"line": 27
|
|
8186
8186
|
},
|
|
8187
8187
|
"name": "family",
|
|
8188
8188
|
"type": {
|
|
@@ -8207,7 +8207,7 @@
|
|
|
8207
8207
|
"kind": "interface",
|
|
8208
8208
|
"locationInModule": {
|
|
8209
8209
|
"filename": "lib/parameter-group.ts",
|
|
8210
|
-
"line":
|
|
8210
|
+
"line": 69
|
|
8211
8211
|
},
|
|
8212
8212
|
"name": "ParameterGroupProps",
|
|
8213
8213
|
"properties": [
|
|
@@ -8220,7 +8220,7 @@
|
|
|
8220
8220
|
"immutable": true,
|
|
8221
8221
|
"locationInModule": {
|
|
8222
8222
|
"filename": "lib/parameter-group.ts",
|
|
8223
|
-
"line":
|
|
8223
|
+
"line": 44
|
|
8224
8224
|
},
|
|
8225
8225
|
"name": "parameters",
|
|
8226
8226
|
"type": {
|
|
@@ -8242,7 +8242,7 @@
|
|
|
8242
8242
|
"immutable": true,
|
|
8243
8243
|
"locationInModule": {
|
|
8244
8244
|
"filename": "lib/parameter-group.ts",
|
|
8245
|
-
"line":
|
|
8245
|
+
"line": 39
|
|
8246
8246
|
},
|
|
8247
8247
|
"name": "description",
|
|
8248
8248
|
"optional": true,
|
|
@@ -8260,7 +8260,7 @@
|
|
|
8260
8260
|
"immutable": true,
|
|
8261
8261
|
"locationInModule": {
|
|
8262
8262
|
"filename": "lib/parameter-group.ts",
|
|
8263
|
-
"line":
|
|
8263
|
+
"line": 51
|
|
8264
8264
|
},
|
|
8265
8265
|
"name": "family",
|
|
8266
8266
|
"optional": true,
|
|
@@ -8278,7 +8278,7 @@
|
|
|
8278
8278
|
"immutable": true,
|
|
8279
8279
|
"locationInModule": {
|
|
8280
8280
|
"filename": "lib/parameter-group.ts",
|
|
8281
|
-
"line":
|
|
8281
|
+
"line": 75
|
|
8282
8282
|
},
|
|
8283
8283
|
"name": "parameterGroupName",
|
|
8284
8284
|
"optional": true,
|
|
@@ -8303,7 +8303,7 @@
|
|
|
8303
8303
|
"kind": "interface",
|
|
8304
8304
|
"locationInModule": {
|
|
8305
8305
|
"filename": "lib/cluster.ts",
|
|
8306
|
-
"line":
|
|
8306
|
+
"line": 140
|
|
8307
8307
|
},
|
|
8308
8308
|
"name": "ServerlessScalingConfiguration",
|
|
8309
8309
|
"properties": [
|
|
@@ -8316,7 +8316,7 @@
|
|
|
8316
8316
|
"immutable": true,
|
|
8317
8317
|
"locationInModule": {
|
|
8318
8318
|
"filename": "lib/cluster.ts",
|
|
8319
|
-
"line":
|
|
8319
|
+
"line": 149
|
|
8320
8320
|
},
|
|
8321
8321
|
"name": "maxCapacity",
|
|
8322
8322
|
"type": {
|
|
@@ -8332,7 +8332,7 @@
|
|
|
8332
8332
|
"immutable": true,
|
|
8333
8333
|
"locationInModule": {
|
|
8334
8334
|
"filename": "lib/cluster.ts",
|
|
8335
|
-
"line":
|
|
8335
|
+
"line": 144
|
|
8336
8336
|
},
|
|
8337
8337
|
"name": "minCapacity",
|
|
8338
8338
|
"type": {
|
|
@@ -8361,7 +8361,7 @@
|
|
|
8361
8361
|
},
|
|
8362
8362
|
"locationInModule": {
|
|
8363
8363
|
"filename": "lib/subnet-group.ts",
|
|
8364
|
-
"line":
|
|
8364
|
+
"line": 74
|
|
8365
8365
|
},
|
|
8366
8366
|
"parameters": [
|
|
8367
8367
|
{
|
|
@@ -8390,7 +8390,7 @@
|
|
|
8390
8390
|
"kind": "class",
|
|
8391
8391
|
"locationInModule": {
|
|
8392
8392
|
"filename": "lib/subnet-group.ts",
|
|
8393
|
-
"line":
|
|
8393
|
+
"line": 62
|
|
8394
8394
|
},
|
|
8395
8395
|
"methods": [
|
|
8396
8396
|
{
|
|
@@ -8400,7 +8400,7 @@
|
|
|
8400
8400
|
},
|
|
8401
8401
|
"locationInModule": {
|
|
8402
8402
|
"filename": "lib/subnet-group.ts",
|
|
8403
|
-
"line":
|
|
8403
|
+
"line": 66
|
|
8404
8404
|
},
|
|
8405
8405
|
"name": "fromSubnetGroupName",
|
|
8406
8406
|
"parameters": [
|
|
@@ -8441,7 +8441,7 @@
|
|
|
8441
8441
|
"immutable": true,
|
|
8442
8442
|
"locationInModule": {
|
|
8443
8443
|
"filename": "lib/subnet-group.ts",
|
|
8444
|
-
"line":
|
|
8444
|
+
"line": 72
|
|
8445
8445
|
},
|
|
8446
8446
|
"name": "subnetGroupName",
|
|
8447
8447
|
"overrides": "@aws-cdk/aws-neptune-alpha.ISubnetGroup",
|
|
@@ -8467,7 +8467,7 @@
|
|
|
8467
8467
|
"kind": "interface",
|
|
8468
8468
|
"locationInModule": {
|
|
8469
8469
|
"filename": "lib/subnet-group.ts",
|
|
8470
|
-
"line":
|
|
8470
|
+
"line": 21
|
|
8471
8471
|
},
|
|
8472
8472
|
"name": "SubnetGroupProps",
|
|
8473
8473
|
"properties": [
|
|
@@ -8480,7 +8480,7 @@
|
|
|
8480
8480
|
"immutable": true,
|
|
8481
8481
|
"locationInModule": {
|
|
8482
8482
|
"filename": "lib/subnet-group.ts",
|
|
8483
|
-
"line":
|
|
8483
|
+
"line": 32
|
|
8484
8484
|
},
|
|
8485
8485
|
"name": "vpc",
|
|
8486
8486
|
"type": {
|
|
@@ -8497,7 +8497,7 @@
|
|
|
8497
8497
|
"immutable": true,
|
|
8498
8498
|
"locationInModule": {
|
|
8499
8499
|
"filename": "lib/subnet-group.ts",
|
|
8500
|
-
"line":
|
|
8500
|
+
"line": 27
|
|
8501
8501
|
},
|
|
8502
8502
|
"name": "description",
|
|
8503
8503
|
"optional": true,
|
|
@@ -8515,7 +8515,7 @@
|
|
|
8515
8515
|
"immutable": true,
|
|
8516
8516
|
"locationInModule": {
|
|
8517
8517
|
"filename": "lib/subnet-group.ts",
|
|
8518
|
-
"line":
|
|
8518
|
+
"line": 54
|
|
8519
8519
|
},
|
|
8520
8520
|
"name": "removalPolicy",
|
|
8521
8521
|
"optional": true,
|
|
@@ -8533,7 +8533,7 @@
|
|
|
8533
8533
|
"immutable": true,
|
|
8534
8534
|
"locationInModule": {
|
|
8535
8535
|
"filename": "lib/subnet-group.ts",
|
|
8536
|
-
"line":
|
|
8536
|
+
"line": 39
|
|
8537
8537
|
},
|
|
8538
8538
|
"name": "subnetGroupName",
|
|
8539
8539
|
"optional": true,
|
|
@@ -8551,7 +8551,7 @@
|
|
|
8551
8551
|
"immutable": true,
|
|
8552
8552
|
"locationInModule": {
|
|
8553
8553
|
"filename": "lib/subnet-group.ts",
|
|
8554
|
-
"line":
|
|
8554
|
+
"line": 46
|
|
8555
8555
|
},
|
|
8556
8556
|
"name": "vpcSubnets",
|
|
8557
8557
|
"optional": true,
|
|
@@ -8563,6 +8563,6 @@
|
|
|
8563
8563
|
"symbolId": "lib/subnet-group:SubnetGroupProps"
|
|
8564
8564
|
}
|
|
8565
8565
|
},
|
|
8566
|
-
"version": "2.
|
|
8566
|
+
"version": "2.178.1-alpha.0",
|
|
8567
8567
|
"fingerprint": "**********"
|
|
8568
8568
|
}
|