@aws-cdk/aws-redshift-alpha 2.176.0-alpha.0 → 2.178.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 +111 -85
- package/.jsii.tabl.json.gz +0 -0
- package/custom-resource-handlers/dist/aws-redshift-alpha/cluster-parameter-change-reboot-handler/index.js +1 -1
- package/lib/cluster.js +29 -3
- package/lib/database-secret.js +5 -2
- package/lib/endpoint.js +1 -1
- package/lib/parameter-group.d.ts +2 -2
- package/lib/parameter-group.js +14 -2
- package/lib/subnet-group.js +5 -2
- package/lib/table.js +1 -1
- package/lib/user.js +1 -1
- package/package.json +8 -8
package/.jsii
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"url": "https://aws.amazon.com"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"aws-cdk-lib": "^2.
|
|
11
|
+
"aws-cdk-lib": "^2.178.0",
|
|
12
12
|
"constructs": "^10.0.0"
|
|
13
13
|
},
|
|
14
14
|
"dependencyClosure": {
|
|
@@ -2567,6 +2567,32 @@
|
|
|
2567
2567
|
}
|
|
2568
2568
|
}
|
|
2569
2569
|
},
|
|
2570
|
+
"aws-cdk-lib.aws_notifications": {
|
|
2571
|
+
"targets": {
|
|
2572
|
+
"dotnet": {
|
|
2573
|
+
"package": "Amazon.CDK.AWS.Notifications"
|
|
2574
|
+
},
|
|
2575
|
+
"java": {
|
|
2576
|
+
"package": "software.amazon.awscdk.services.notifications"
|
|
2577
|
+
},
|
|
2578
|
+
"python": {
|
|
2579
|
+
"module": "aws_cdk.aws_notifications"
|
|
2580
|
+
}
|
|
2581
|
+
}
|
|
2582
|
+
},
|
|
2583
|
+
"aws-cdk-lib.aws_notificationscontacts": {
|
|
2584
|
+
"targets": {
|
|
2585
|
+
"dotnet": {
|
|
2586
|
+
"package": "Amazon.CDK.AWS.NotificationsContacts"
|
|
2587
|
+
},
|
|
2588
|
+
"java": {
|
|
2589
|
+
"package": "software.amazon.awscdk.services.notificationscontacts"
|
|
2590
|
+
},
|
|
2591
|
+
"python": {
|
|
2592
|
+
"module": "aws_cdk.aws_notificationscontacts"
|
|
2593
|
+
}
|
|
2594
|
+
}
|
|
2595
|
+
},
|
|
2570
2596
|
"aws-cdk-lib.aws_oam": {
|
|
2571
2597
|
"targets": {
|
|
2572
2598
|
"dotnet": {
|
|
@@ -3913,7 +3939,7 @@
|
|
|
3913
3939
|
"stability": "experimental"
|
|
3914
3940
|
},
|
|
3915
3941
|
"homepage": "https://github.com/aws/aws-cdk",
|
|
3916
|
-
"jsiiVersion": "5.7.
|
|
3942
|
+
"jsiiVersion": "5.7.4 (build fc2a28e)",
|
|
3917
3943
|
"keywords": [
|
|
3918
3944
|
"aws",
|
|
3919
3945
|
"cdk",
|
|
@@ -3991,7 +4017,7 @@
|
|
|
3991
4017
|
},
|
|
3992
4018
|
"locationInModule": {
|
|
3993
4019
|
"filename": "lib/cluster.ts",
|
|
3994
|
-
"line":
|
|
4020
|
+
"line": 550
|
|
3995
4021
|
},
|
|
3996
4022
|
"parameters": [
|
|
3997
4023
|
{
|
|
@@ -4020,7 +4046,7 @@
|
|
|
4020
4046
|
"kind": "class",
|
|
4021
4047
|
"locationInModule": {
|
|
4022
4048
|
"filename": "lib/cluster.ts",
|
|
4023
|
-
"line":
|
|
4049
|
+
"line": 483
|
|
4024
4050
|
},
|
|
4025
4051
|
"methods": [
|
|
4026
4052
|
{
|
|
@@ -4030,7 +4056,7 @@
|
|
|
4030
4056
|
},
|
|
4031
4057
|
"locationInModule": {
|
|
4032
4058
|
"filename": "lib/cluster.ts",
|
|
4033
|
-
"line":
|
|
4059
|
+
"line": 487
|
|
4034
4060
|
},
|
|
4035
4061
|
"name": "fromClusterAttributes",
|
|
4036
4062
|
"parameters": [
|
|
@@ -4068,7 +4094,7 @@
|
|
|
4068
4094
|
},
|
|
4069
4095
|
"locationInModule": {
|
|
4070
4096
|
"filename": "lib/cluster.ts",
|
|
4071
|
-
"line":
|
|
4097
|
+
"line": 862
|
|
4072
4098
|
},
|
|
4073
4099
|
"name": "addDefaultIamRole",
|
|
4074
4100
|
"parameters": [
|
|
@@ -4090,7 +4116,7 @@
|
|
|
4090
4116
|
},
|
|
4091
4117
|
"locationInModule": {
|
|
4092
4118
|
"filename": "lib/cluster.ts",
|
|
4093
|
-
"line":
|
|
4119
|
+
"line": 917
|
|
4094
4120
|
},
|
|
4095
4121
|
"name": "addIamRole",
|
|
4096
4122
|
"parameters": [
|
|
@@ -4112,7 +4138,7 @@
|
|
|
4112
4138
|
},
|
|
4113
4139
|
"locationInModule": {
|
|
4114
4140
|
"filename": "lib/cluster.ts",
|
|
4115
|
-
"line":
|
|
4141
|
+
"line": 733
|
|
4116
4142
|
},
|
|
4117
4143
|
"name": "addRotationMultiUser",
|
|
4118
4144
|
"parameters": [
|
|
@@ -4142,7 +4168,7 @@
|
|
|
4142
4168
|
},
|
|
4143
4169
|
"locationInModule": {
|
|
4144
4170
|
"filename": "lib/cluster.ts",
|
|
4145
|
-
"line":
|
|
4171
|
+
"line": 708
|
|
4146
4172
|
},
|
|
4147
4173
|
"name": "addRotationSingleUser",
|
|
4148
4174
|
"parameters": [
|
|
@@ -4170,7 +4196,7 @@
|
|
|
4170
4196
|
},
|
|
4171
4197
|
"locationInModule": {
|
|
4172
4198
|
"filename": "lib/cluster.ts",
|
|
4173
|
-
"line":
|
|
4199
|
+
"line": 774
|
|
4174
4200
|
},
|
|
4175
4201
|
"name": "addToParameterGroup",
|
|
4176
4202
|
"parameters": [
|
|
@@ -4201,7 +4227,7 @@
|
|
|
4201
4227
|
},
|
|
4202
4228
|
"locationInModule": {
|
|
4203
4229
|
"filename": "lib/cluster.ts",
|
|
4204
|
-
"line":
|
|
4230
|
+
"line": 470
|
|
4205
4231
|
},
|
|
4206
4232
|
"name": "asSecretAttachmentTarget",
|
|
4207
4233
|
"overrides": "aws-cdk-lib.aws_secretsmanager.ISecretAttachmentTarget",
|
|
@@ -4218,7 +4244,7 @@
|
|
|
4218
4244
|
},
|
|
4219
4245
|
"locationInModule": {
|
|
4220
4246
|
"filename": "lib/cluster.ts",
|
|
4221
|
-
"line":
|
|
4247
|
+
"line": 794
|
|
4222
4248
|
},
|
|
4223
4249
|
"name": "enableRebootForParameterChanges"
|
|
4224
4250
|
}
|
|
@@ -4233,7 +4259,7 @@
|
|
|
4233
4259
|
"immutable": true,
|
|
4234
4260
|
"locationInModule": {
|
|
4235
4261
|
"filename": "lib/cluster.ts",
|
|
4236
|
-
"line":
|
|
4262
|
+
"line": 508
|
|
4237
4263
|
},
|
|
4238
4264
|
"name": "clusterEndpoint",
|
|
4239
4265
|
"overrides": "@aws-cdk/aws-redshift-alpha.ICluster",
|
|
@@ -4249,7 +4275,7 @@
|
|
|
4249
4275
|
"immutable": true,
|
|
4250
4276
|
"locationInModule": {
|
|
4251
4277
|
"filename": "lib/cluster.ts",
|
|
4252
|
-
"line":
|
|
4278
|
+
"line": 503
|
|
4253
4279
|
},
|
|
4254
4280
|
"name": "clusterName",
|
|
4255
4281
|
"overrides": "@aws-cdk/aws-redshift-alpha.ICluster",
|
|
@@ -4265,7 +4291,7 @@
|
|
|
4265
4291
|
"immutable": true,
|
|
4266
4292
|
"locationInModule": {
|
|
4267
4293
|
"filename": "lib/cluster.ts",
|
|
4268
|
-
"line":
|
|
4294
|
+
"line": 513
|
|
4269
4295
|
},
|
|
4270
4296
|
"name": "connections",
|
|
4271
4297
|
"overrides": "aws-cdk-lib.aws_ec2.IConnectable",
|
|
@@ -4281,7 +4307,7 @@
|
|
|
4281
4307
|
"immutable": true,
|
|
4282
4308
|
"locationInModule": {
|
|
4283
4309
|
"filename": "lib/cluster.ts",
|
|
4284
|
-
"line":
|
|
4310
|
+
"line": 518
|
|
4285
4311
|
},
|
|
4286
4312
|
"name": "secret",
|
|
4287
4313
|
"optional": true,
|
|
@@ -4296,7 +4322,7 @@
|
|
|
4296
4322
|
},
|
|
4297
4323
|
"locationInModule": {
|
|
4298
4324
|
"filename": "lib/cluster.ts",
|
|
4299
|
-
"line":
|
|
4325
|
+
"line": 541
|
|
4300
4326
|
},
|
|
4301
4327
|
"name": "parameterGroup",
|
|
4302
4328
|
"optional": true,
|
|
@@ -4323,7 +4349,7 @@
|
|
|
4323
4349
|
"kind": "interface",
|
|
4324
4350
|
"locationInModule": {
|
|
4325
4351
|
"filename": "lib/cluster.ts",
|
|
4326
|
-
"line":
|
|
4352
|
+
"line": 212
|
|
4327
4353
|
},
|
|
4328
4354
|
"name": "ClusterAttributes",
|
|
4329
4355
|
"properties": [
|
|
@@ -4336,7 +4362,7 @@
|
|
|
4336
4362
|
"immutable": true,
|
|
4337
4363
|
"locationInModule": {
|
|
4338
4364
|
"filename": "lib/cluster.ts",
|
|
4339
|
-
"line":
|
|
4365
|
+
"line": 228
|
|
4340
4366
|
},
|
|
4341
4367
|
"name": "clusterEndpointAddress",
|
|
4342
4368
|
"type": {
|
|
@@ -4352,7 +4378,7 @@
|
|
|
4352
4378
|
"immutable": true,
|
|
4353
4379
|
"locationInModule": {
|
|
4354
4380
|
"filename": "lib/cluster.ts",
|
|
4355
|
-
"line":
|
|
4381
|
+
"line": 233
|
|
4356
4382
|
},
|
|
4357
4383
|
"name": "clusterEndpointPort",
|
|
4358
4384
|
"type": {
|
|
@@ -4368,7 +4394,7 @@
|
|
|
4368
4394
|
"immutable": true,
|
|
4369
4395
|
"locationInModule": {
|
|
4370
4396
|
"filename": "lib/cluster.ts",
|
|
4371
|
-
"line":
|
|
4397
|
+
"line": 223
|
|
4372
4398
|
},
|
|
4373
4399
|
"name": "clusterName",
|
|
4374
4400
|
"type": {
|
|
@@ -4385,7 +4411,7 @@
|
|
|
4385
4411
|
"immutable": true,
|
|
4386
4412
|
"locationInModule": {
|
|
4387
4413
|
"filename": "lib/cluster.ts",
|
|
4388
|
-
"line":
|
|
4414
|
+
"line": 218
|
|
4389
4415
|
},
|
|
4390
4416
|
"name": "securityGroups",
|
|
4391
4417
|
"optional": true,
|
|
@@ -4496,7 +4522,7 @@
|
|
|
4496
4522
|
},
|
|
4497
4523
|
"locationInModule": {
|
|
4498
4524
|
"filename": "lib/parameter-group.ts",
|
|
4499
|
-
"line":
|
|
4525
|
+
"line": 101
|
|
4500
4526
|
},
|
|
4501
4527
|
"name": "addParameter",
|
|
4502
4528
|
"parameters": [
|
|
@@ -4638,7 +4664,7 @@
|
|
|
4638
4664
|
"kind": "interface",
|
|
4639
4665
|
"locationInModule": {
|
|
4640
4666
|
"filename": "lib/cluster.ts",
|
|
4641
|
-
"line":
|
|
4667
|
+
"line": 240
|
|
4642
4668
|
},
|
|
4643
4669
|
"name": "ClusterProps",
|
|
4644
4670
|
"properties": [
|
|
@@ -4651,7 +4677,7 @@
|
|
|
4651
4677
|
"immutable": true,
|
|
4652
4678
|
"locationInModule": {
|
|
4653
4679
|
"filename": "lib/cluster.ts",
|
|
4654
|
-
"line":
|
|
4680
|
+
"line": 340
|
|
4655
4681
|
},
|
|
4656
4682
|
"name": "masterUser",
|
|
4657
4683
|
"type": {
|
|
@@ -4667,7 +4693,7 @@
|
|
|
4667
4693
|
"immutable": true,
|
|
4668
4694
|
"locationInModule": {
|
|
4669
4695
|
"filename": "lib/cluster.ts",
|
|
4670
|
-
"line":
|
|
4696
|
+
"line": 314
|
|
4671
4697
|
},
|
|
4672
4698
|
"name": "vpc",
|
|
4673
4699
|
"type": {
|
|
@@ -4685,7 +4711,7 @@
|
|
|
4685
4711
|
"immutable": true,
|
|
4686
4712
|
"locationInModule": {
|
|
4687
4713
|
"filename": "lib/cluster.ts",
|
|
4688
|
-
"line":
|
|
4714
|
+
"line": 445
|
|
4689
4715
|
},
|
|
4690
4716
|
"name": "availabilityZoneRelocation",
|
|
4691
4717
|
"optional": true,
|
|
@@ -4705,7 +4731,7 @@
|
|
|
4705
4731
|
"immutable": true,
|
|
4706
4732
|
"locationInModule": {
|
|
4707
4733
|
"filename": "lib/cluster.ts",
|
|
4708
|
-
"line":
|
|
4734
|
+
"line": 398
|
|
4709
4735
|
},
|
|
4710
4736
|
"name": "classicResizing",
|
|
4711
4737
|
"optional": true,
|
|
@@ -4723,7 +4749,7 @@
|
|
|
4723
4749
|
"immutable": true,
|
|
4724
4750
|
"locationInModule": {
|
|
4725
4751
|
"filename": "lib/cluster.ts",
|
|
4726
|
-
"line":
|
|
4752
|
+
"line": 246
|
|
4727
4753
|
},
|
|
4728
4754
|
"name": "clusterName",
|
|
4729
4755
|
"optional": true,
|
|
@@ -4741,7 +4767,7 @@
|
|
|
4741
4767
|
"immutable": true,
|
|
4742
4768
|
"locationInModule": {
|
|
4743
4769
|
"filename": "lib/cluster.ts",
|
|
4744
|
-
"line":
|
|
4770
|
+
"line": 277
|
|
4745
4771
|
},
|
|
4746
4772
|
"name": "clusterType",
|
|
4747
4773
|
"optional": true,
|
|
@@ -4759,7 +4785,7 @@
|
|
|
4759
4785
|
"immutable": true,
|
|
4760
4786
|
"locationInModule": {
|
|
4761
4787
|
"filename": "lib/cluster.ts",
|
|
4762
|
-
"line":
|
|
4788
|
+
"line": 363
|
|
4763
4789
|
},
|
|
4764
4790
|
"name": "defaultDatabaseName",
|
|
4765
4791
|
"optional": true,
|
|
@@ -4778,7 +4804,7 @@
|
|
|
4778
4804
|
"immutable": true,
|
|
4779
4805
|
"locationInModule": {
|
|
4780
4806
|
"filename": "lib/cluster.ts",
|
|
4781
|
-
"line":
|
|
4807
|
+
"line": 356
|
|
4782
4808
|
},
|
|
4783
4809
|
"name": "defaultRole",
|
|
4784
4810
|
"optional": true,
|
|
@@ -4797,7 +4823,7 @@
|
|
|
4797
4823
|
"immutable": true,
|
|
4798
4824
|
"locationInModule": {
|
|
4799
4825
|
"filename": "lib/cluster.ts",
|
|
4800
|
-
"line":
|
|
4826
|
+
"line": 407
|
|
4801
4827
|
},
|
|
4802
4828
|
"name": "elasticIp",
|
|
4803
4829
|
"optional": true,
|
|
@@ -4815,7 +4841,7 @@
|
|
|
4815
4841
|
"immutable": true,
|
|
4816
4842
|
"locationInModule": {
|
|
4817
4843
|
"filename": "lib/cluster.ts",
|
|
4818
|
-
"line":
|
|
4844
|
+
"line": 291
|
|
4819
4845
|
},
|
|
4820
4846
|
"name": "encrypted",
|
|
4821
4847
|
"optional": true,
|
|
@@ -4833,7 +4859,7 @@
|
|
|
4833
4859
|
"immutable": true,
|
|
4834
4860
|
"locationInModule": {
|
|
4835
4861
|
"filename": "lib/cluster.ts",
|
|
4836
|
-
"line":
|
|
4862
|
+
"line": 298
|
|
4837
4863
|
},
|
|
4838
4864
|
"name": "encryptionKey",
|
|
4839
4865
|
"optional": true,
|
|
@@ -4852,7 +4878,7 @@
|
|
|
4852
4878
|
"immutable": true,
|
|
4853
4879
|
"locationInModule": {
|
|
4854
4880
|
"filename": "lib/cluster.ts",
|
|
4855
|
-
"line":
|
|
4881
|
+
"line": 422
|
|
4856
4882
|
},
|
|
4857
4883
|
"name": "enhancedVpcRouting",
|
|
4858
4884
|
"optional": true,
|
|
@@ -4870,7 +4896,7 @@
|
|
|
4870
4896
|
"immutable": true,
|
|
4871
4897
|
"locationInModule": {
|
|
4872
4898
|
"filename": "lib/cluster.ts",
|
|
4873
|
-
"line":
|
|
4899
|
+
"line": 370
|
|
4874
4900
|
},
|
|
4875
4901
|
"name": "loggingProperties",
|
|
4876
4902
|
"optional": true,
|
|
@@ -4888,7 +4914,7 @@
|
|
|
4888
4914
|
"immutable": true,
|
|
4889
4915
|
"locationInModule": {
|
|
4890
4916
|
"filename": "lib/cluster.ts",
|
|
4891
|
-
"line":
|
|
4917
|
+
"line": 429
|
|
4892
4918
|
},
|
|
4893
4919
|
"name": "multiAz",
|
|
4894
4920
|
"optional": true,
|
|
@@ -4906,7 +4932,7 @@
|
|
|
4906
4932
|
"immutable": true,
|
|
4907
4933
|
"locationInModule": {
|
|
4908
4934
|
"filename": "lib/cluster.ts",
|
|
4909
|
-
"line":
|
|
4935
|
+
"line": 270
|
|
4910
4936
|
},
|
|
4911
4937
|
"name": "nodeType",
|
|
4912
4938
|
"optional": true,
|
|
@@ -4925,7 +4951,7 @@
|
|
|
4925
4951
|
"immutable": true,
|
|
4926
4952
|
"locationInModule": {
|
|
4927
4953
|
"filename": "lib/cluster.ts",
|
|
4928
|
-
"line":
|
|
4954
|
+
"line": 263
|
|
4929
4955
|
},
|
|
4930
4956
|
"name": "numberOfNodes",
|
|
4931
4957
|
"optional": true,
|
|
@@ -4943,7 +4969,7 @@
|
|
|
4943
4969
|
"immutable": true,
|
|
4944
4970
|
"locationInModule": {
|
|
4945
4971
|
"filename": "lib/cluster.ts",
|
|
4946
|
-
"line":
|
|
4972
|
+
"line": 254
|
|
4947
4973
|
},
|
|
4948
4974
|
"name": "parameterGroup",
|
|
4949
4975
|
"optional": true,
|
|
@@ -4961,7 +4987,7 @@
|
|
|
4961
4987
|
"immutable": true,
|
|
4962
4988
|
"locationInModule": {
|
|
4963
4989
|
"filename": "lib/cluster.ts",
|
|
4964
|
-
"line":
|
|
4990
|
+
"line": 284
|
|
4965
4991
|
},
|
|
4966
4992
|
"name": "port",
|
|
4967
4993
|
"optional": true,
|
|
@@ -4981,7 +5007,7 @@
|
|
|
4981
5007
|
"immutable": true,
|
|
4982
5008
|
"locationInModule": {
|
|
4983
5009
|
"filename": "lib/cluster.ts",
|
|
4984
|
-
"line":
|
|
5010
|
+
"line": 309
|
|
4985
5011
|
},
|
|
4986
5012
|
"name": "preferredMaintenanceWindow",
|
|
4987
5013
|
"optional": true,
|
|
@@ -4999,7 +5025,7 @@
|
|
|
4999
5025
|
"immutable": true,
|
|
5000
5026
|
"locationInModule": {
|
|
5001
5027
|
"filename": "lib/cluster.ts",
|
|
5002
|
-
"line":
|
|
5028
|
+
"line": 385
|
|
5003
5029
|
},
|
|
5004
5030
|
"name": "publiclyAccessible",
|
|
5005
5031
|
"optional": true,
|
|
@@ -5017,7 +5043,7 @@
|
|
|
5017
5043
|
"immutable": true,
|
|
5018
5044
|
"locationInModule": {
|
|
5019
5045
|
"filename": "lib/cluster.ts",
|
|
5020
|
-
"line":
|
|
5046
|
+
"line": 413
|
|
5021
5047
|
},
|
|
5022
5048
|
"name": "rebootForParameterChanges",
|
|
5023
5049
|
"optional": true,
|
|
@@ -5035,7 +5061,7 @@
|
|
|
5035
5061
|
"immutable": true,
|
|
5036
5062
|
"locationInModule": {
|
|
5037
5063
|
"filename": "lib/cluster.ts",
|
|
5038
|
-
"line":
|
|
5064
|
+
"line": 378
|
|
5039
5065
|
},
|
|
5040
5066
|
"name": "removalPolicy",
|
|
5041
5067
|
"optional": true,
|
|
@@ -5053,7 +5079,7 @@
|
|
|
5053
5079
|
"immutable": true,
|
|
5054
5080
|
"locationInModule": {
|
|
5055
5081
|
"filename": "lib/cluster.ts",
|
|
5056
|
-
"line":
|
|
5082
|
+
"line": 436
|
|
5057
5083
|
},
|
|
5058
5084
|
"name": "resourceAction",
|
|
5059
5085
|
"optional": true,
|
|
@@ -5072,7 +5098,7 @@
|
|
|
5072
5098
|
"immutable": true,
|
|
5073
5099
|
"locationInModule": {
|
|
5074
5100
|
"filename": "lib/cluster.ts",
|
|
5075
|
-
"line":
|
|
5101
|
+
"line": 348
|
|
5076
5102
|
},
|
|
5077
5103
|
"name": "roles",
|
|
5078
5104
|
"optional": true,
|
|
@@ -5095,7 +5121,7 @@
|
|
|
5095
5121
|
"immutable": true,
|
|
5096
5122
|
"locationInModule": {
|
|
5097
5123
|
"filename": "lib/cluster.ts",
|
|
5098
|
-
"line":
|
|
5124
|
+
"line": 328
|
|
5099
5125
|
},
|
|
5100
5126
|
"name": "securityGroups",
|
|
5101
5127
|
"optional": true,
|
|
@@ -5118,7 +5144,7 @@
|
|
|
5118
5144
|
"immutable": true,
|
|
5119
5145
|
"locationInModule": {
|
|
5120
5146
|
"filename": "lib/cluster.ts",
|
|
5121
|
-
"line":
|
|
5147
|
+
"line": 335
|
|
5122
5148
|
},
|
|
5123
5149
|
"name": "subnetGroup",
|
|
5124
5150
|
"optional": true,
|
|
@@ -5136,7 +5162,7 @@
|
|
|
5136
5162
|
"immutable": true,
|
|
5137
5163
|
"locationInModule": {
|
|
5138
5164
|
"filename": "lib/cluster.ts",
|
|
5139
|
-
"line":
|
|
5165
|
+
"line": 321
|
|
5140
5166
|
},
|
|
5141
5167
|
"name": "vpcSubnets",
|
|
5142
5168
|
"optional": true,
|
|
@@ -5195,7 +5221,7 @@
|
|
|
5195
5221
|
"kind": "class",
|
|
5196
5222
|
"locationInModule": {
|
|
5197
5223
|
"filename": "lib/subnet-group.ts",
|
|
5198
|
-
"line":
|
|
5224
|
+
"line": 53
|
|
5199
5225
|
},
|
|
5200
5226
|
"methods": [
|
|
5201
5227
|
{
|
|
@@ -5272,7 +5298,7 @@
|
|
|
5272
5298
|
"kind": "interface",
|
|
5273
5299
|
"locationInModule": {
|
|
5274
5300
|
"filename": "lib/subnet-group.ts",
|
|
5275
|
-
"line":
|
|
5301
|
+
"line": 21
|
|
5276
5302
|
},
|
|
5277
5303
|
"name": "ClusterSubnetGroupProps",
|
|
5278
5304
|
"properties": [
|
|
@@ -5285,7 +5311,7 @@
|
|
|
5285
5311
|
"immutable": true,
|
|
5286
5312
|
"locationInModule": {
|
|
5287
5313
|
"filename": "lib/subnet-group.ts",
|
|
5288
|
-
"line":
|
|
5314
|
+
"line": 25
|
|
5289
5315
|
},
|
|
5290
5316
|
"name": "description",
|
|
5291
5317
|
"type": {
|
|
@@ -5301,7 +5327,7 @@
|
|
|
5301
5327
|
"immutable": true,
|
|
5302
5328
|
"locationInModule": {
|
|
5303
5329
|
"filename": "lib/subnet-group.ts",
|
|
5304
|
-
"line":
|
|
5330
|
+
"line": 30
|
|
5305
5331
|
},
|
|
5306
5332
|
"name": "vpc",
|
|
5307
5333
|
"type": {
|
|
@@ -5318,7 +5344,7 @@
|
|
|
5318
5344
|
"immutable": true,
|
|
5319
5345
|
"locationInModule": {
|
|
5320
5346
|
"filename": "lib/subnet-group.ts",
|
|
5321
|
-
"line":
|
|
5347
|
+
"line": 45
|
|
5322
5348
|
},
|
|
5323
5349
|
"name": "removalPolicy",
|
|
5324
5350
|
"optional": true,
|
|
@@ -5336,7 +5362,7 @@
|
|
|
5336
5362
|
"immutable": true,
|
|
5337
5363
|
"locationInModule": {
|
|
5338
5364
|
"filename": "lib/subnet-group.ts",
|
|
5339
|
-
"line":
|
|
5365
|
+
"line": 37
|
|
5340
5366
|
},
|
|
5341
5367
|
"name": "vpcSubnets",
|
|
5342
5368
|
"optional": true,
|
|
@@ -5358,7 +5384,7 @@
|
|
|
5358
5384
|
"kind": "enum",
|
|
5359
5385
|
"locationInModule": {
|
|
5360
5386
|
"filename": "lib/cluster.ts",
|
|
5361
|
-
"line":
|
|
5387
|
+
"line": 78
|
|
5362
5388
|
},
|
|
5363
5389
|
"members": [
|
|
5364
5390
|
{
|
|
@@ -5756,7 +5782,7 @@
|
|
|
5756
5782
|
},
|
|
5757
5783
|
"locationInModule": {
|
|
5758
5784
|
"filename": "lib/database-secret.ts",
|
|
5759
|
-
"line":
|
|
5785
|
+
"line": 36
|
|
5760
5786
|
},
|
|
5761
5787
|
"parameters": [
|
|
5762
5788
|
{
|
|
@@ -5782,7 +5808,7 @@
|
|
|
5782
5808
|
"kind": "class",
|
|
5783
5809
|
"locationInModule": {
|
|
5784
5810
|
"filename": "lib/database-secret.ts",
|
|
5785
|
-
"line":
|
|
5811
|
+
"line": 35
|
|
5786
5812
|
},
|
|
5787
5813
|
"name": "DatabaseSecret",
|
|
5788
5814
|
"symbolId": "lib/database-secret:DatabaseSecret"
|
|
@@ -5802,7 +5828,7 @@
|
|
|
5802
5828
|
"kind": "interface",
|
|
5803
5829
|
"locationInModule": {
|
|
5804
5830
|
"filename": "lib/database-secret.ts",
|
|
5805
|
-
"line":
|
|
5831
|
+
"line": 9
|
|
5806
5832
|
},
|
|
5807
5833
|
"name": "DatabaseSecretProps",
|
|
5808
5834
|
"properties": [
|
|
@@ -5815,7 +5841,7 @@
|
|
|
5815
5841
|
"immutable": true,
|
|
5816
5842
|
"locationInModule": {
|
|
5817
5843
|
"filename": "lib/database-secret.ts",
|
|
5818
|
-
"line":
|
|
5844
|
+
"line": 13
|
|
5819
5845
|
},
|
|
5820
5846
|
"name": "username",
|
|
5821
5847
|
"type": {
|
|
@@ -5832,7 +5858,7 @@
|
|
|
5832
5858
|
"immutable": true,
|
|
5833
5859
|
"locationInModule": {
|
|
5834
5860
|
"filename": "lib/database-secret.ts",
|
|
5835
|
-
"line":
|
|
5861
|
+
"line": 20
|
|
5836
5862
|
},
|
|
5837
5863
|
"name": "encryptionKey",
|
|
5838
5864
|
"optional": true,
|
|
@@ -5850,7 +5876,7 @@
|
|
|
5850
5876
|
"immutable": true,
|
|
5851
5877
|
"locationInModule": {
|
|
5852
5878
|
"filename": "lib/database-secret.ts",
|
|
5853
|
-
"line":
|
|
5879
|
+
"line": 27
|
|
5854
5880
|
},
|
|
5855
5881
|
"name": "excludeCharacters",
|
|
5856
5882
|
"optional": true,
|
|
@@ -5967,7 +5993,7 @@
|
|
|
5967
5993
|
"kind": "interface",
|
|
5968
5994
|
"locationInModule": {
|
|
5969
5995
|
"filename": "lib/cluster.ts",
|
|
5970
|
-
"line":
|
|
5996
|
+
"line": 193
|
|
5971
5997
|
},
|
|
5972
5998
|
"name": "ICluster",
|
|
5973
5999
|
"properties": [
|
|
@@ -5983,7 +6009,7 @@
|
|
|
5983
6009
|
"immutable": true,
|
|
5984
6010
|
"locationInModule": {
|
|
5985
6011
|
"filename": "lib/cluster.ts",
|
|
5986
|
-
"line":
|
|
6012
|
+
"line": 206
|
|
5987
6013
|
},
|
|
5988
6014
|
"name": "clusterEndpoint",
|
|
5989
6015
|
"type": {
|
|
@@ -6002,7 +6028,7 @@
|
|
|
6002
6028
|
"immutable": true,
|
|
6003
6029
|
"locationInModule": {
|
|
6004
6030
|
"filename": "lib/cluster.ts",
|
|
6005
|
-
"line":
|
|
6031
|
+
"line": 199
|
|
6006
6032
|
},
|
|
6007
6033
|
"name": "clusterName",
|
|
6008
6034
|
"type": {
|
|
@@ -6025,7 +6051,7 @@
|
|
|
6025
6051
|
"kind": "interface",
|
|
6026
6052
|
"locationInModule": {
|
|
6027
6053
|
"filename": "lib/parameter-group.ts",
|
|
6028
|
-
"line":
|
|
6054
|
+
"line": 9
|
|
6029
6055
|
},
|
|
6030
6056
|
"name": "IClusterParameterGroup",
|
|
6031
6057
|
"properties": [
|
|
@@ -6041,7 +6067,7 @@
|
|
|
6041
6067
|
"immutable": true,
|
|
6042
6068
|
"locationInModule": {
|
|
6043
6069
|
"filename": "lib/parameter-group.ts",
|
|
6044
|
-
"line":
|
|
6070
|
+
"line": 15
|
|
6045
6071
|
},
|
|
6046
6072
|
"name": "clusterParameterGroupName",
|
|
6047
6073
|
"type": {
|
|
@@ -6064,7 +6090,7 @@
|
|
|
6064
6090
|
"kind": "interface",
|
|
6065
6091
|
"locationInModule": {
|
|
6066
6092
|
"filename": "lib/subnet-group.ts",
|
|
6067
|
-
"line":
|
|
6093
|
+
"line": 10
|
|
6068
6094
|
},
|
|
6069
6095
|
"name": "IClusterSubnetGroup",
|
|
6070
6096
|
"properties": [
|
|
@@ -6080,7 +6106,7 @@
|
|
|
6080
6106
|
"immutable": true,
|
|
6081
6107
|
"locationInModule": {
|
|
6082
6108
|
"filename": "lib/subnet-group.ts",
|
|
6083
|
-
"line":
|
|
6109
|
+
"line": 15
|
|
6084
6110
|
},
|
|
6085
6111
|
"name": "clusterSubnetGroupName",
|
|
6086
6112
|
"type": {
|
|
@@ -6338,7 +6364,7 @@
|
|
|
6338
6364
|
"kind": "interface",
|
|
6339
6365
|
"locationInModule": {
|
|
6340
6366
|
"filename": "lib/cluster.ts",
|
|
6341
|
-
"line":
|
|
6367
|
+
"line": 147
|
|
6342
6368
|
},
|
|
6343
6369
|
"name": "LoggingProperties",
|
|
6344
6370
|
"properties": [
|
|
@@ -6352,7 +6378,7 @@
|
|
|
6352
6378
|
"immutable": true,
|
|
6353
6379
|
"locationInModule": {
|
|
6354
6380
|
"filename": "lib/cluster.ts",
|
|
6355
|
-
"line":
|
|
6381
|
+
"line": 152
|
|
6356
6382
|
},
|
|
6357
6383
|
"name": "loggingBucket",
|
|
6358
6384
|
"type": {
|
|
@@ -6368,7 +6394,7 @@
|
|
|
6368
6394
|
"immutable": true,
|
|
6369
6395
|
"locationInModule": {
|
|
6370
6396
|
"filename": "lib/cluster.ts",
|
|
6371
|
-
"line":
|
|
6397
|
+
"line": 157
|
|
6372
6398
|
},
|
|
6373
6399
|
"name": "loggingKeyPrefix",
|
|
6374
6400
|
"type": {
|
|
@@ -6393,7 +6419,7 @@
|
|
|
6393
6419
|
"kind": "interface",
|
|
6394
6420
|
"locationInModule": {
|
|
6395
6421
|
"filename": "lib/cluster.ts",
|
|
6396
|
-
"line":
|
|
6422
|
+
"line": 114
|
|
6397
6423
|
},
|
|
6398
6424
|
"name": "Login",
|
|
6399
6425
|
"properties": [
|
|
@@ -6406,7 +6432,7 @@
|
|
|
6406
6432
|
"immutable": true,
|
|
6407
6433
|
"locationInModule": {
|
|
6408
6434
|
"filename": "lib/cluster.ts",
|
|
6409
|
-
"line":
|
|
6435
|
+
"line": 118
|
|
6410
6436
|
},
|
|
6411
6437
|
"name": "masterUsername",
|
|
6412
6438
|
"type": {
|
|
@@ -6423,7 +6449,7 @@
|
|
|
6423
6449
|
"immutable": true,
|
|
6424
6450
|
"locationInModule": {
|
|
6425
6451
|
"filename": "lib/cluster.ts",
|
|
6426
|
-
"line":
|
|
6452
|
+
"line": 134
|
|
6427
6453
|
},
|
|
6428
6454
|
"name": "encryptionKey",
|
|
6429
6455
|
"optional": true,
|
|
@@ -6441,7 +6467,7 @@
|
|
|
6441
6467
|
"immutable": true,
|
|
6442
6468
|
"locationInModule": {
|
|
6443
6469
|
"filename": "lib/cluster.ts",
|
|
6444
|
-
"line":
|
|
6470
|
+
"line": 141
|
|
6445
6471
|
},
|
|
6446
6472
|
"name": "excludeCharacters",
|
|
6447
6473
|
"optional": true,
|
|
@@ -6460,7 +6486,7 @@
|
|
|
6460
6486
|
"immutable": true,
|
|
6461
6487
|
"locationInModule": {
|
|
6462
6488
|
"filename": "lib/cluster.ts",
|
|
6463
|
-
"line":
|
|
6489
|
+
"line": 127
|
|
6464
6490
|
},
|
|
6465
6491
|
"name": "masterPassword",
|
|
6466
6492
|
"optional": true,
|
|
@@ -6485,7 +6511,7 @@
|
|
|
6485
6511
|
"kind": "enum",
|
|
6486
6512
|
"locationInModule": {
|
|
6487
6513
|
"filename": "lib/cluster.ts",
|
|
6488
|
-
"line":
|
|
6514
|
+
"line": 22
|
|
6489
6515
|
},
|
|
6490
6516
|
"members": [
|
|
6491
6517
|
{
|
|
@@ -6576,7 +6602,7 @@
|
|
|
6576
6602
|
"kind": "enum",
|
|
6577
6603
|
"locationInModule": {
|
|
6578
6604
|
"filename": "lib/cluster.ts",
|
|
6579
|
-
"line":
|
|
6605
|
+
"line": 92
|
|
6580
6606
|
},
|
|
6581
6607
|
"members": [
|
|
6582
6608
|
{
|
|
@@ -6620,7 +6646,7 @@
|
|
|
6620
6646
|
"kind": "interface",
|
|
6621
6647
|
"locationInModule": {
|
|
6622
6648
|
"filename": "lib/cluster.ts",
|
|
6623
|
-
"line":
|
|
6649
|
+
"line": 163
|
|
6624
6650
|
},
|
|
6625
6651
|
"name": "RotationMultiUserOptions",
|
|
6626
6652
|
"properties": [
|
|
@@ -6634,7 +6660,7 @@
|
|
|
6634
6660
|
"immutable": true,
|
|
6635
6661
|
"locationInModule": {
|
|
6636
6662
|
"filename": "lib/cluster.ts",
|
|
6637
|
-
"line":
|
|
6663
|
+
"line": 178
|
|
6638
6664
|
},
|
|
6639
6665
|
"name": "secret",
|
|
6640
6666
|
"type": {
|
|
@@ -6651,7 +6677,7 @@
|
|
|
6651
6677
|
"immutable": true,
|
|
6652
6678
|
"locationInModule": {
|
|
6653
6679
|
"filename": "lib/cluster.ts",
|
|
6654
|
-
"line":
|
|
6680
|
+
"line": 186
|
|
6655
6681
|
},
|
|
6656
6682
|
"name": "automaticallyAfter",
|
|
6657
6683
|
"optional": true,
|
|
@@ -7674,6 +7700,6 @@
|
|
|
7674
7700
|
"symbolId": "lib/user:UserProps"
|
|
7675
7701
|
}
|
|
7676
7702
|
},
|
|
7677
|
-
"version": "2.
|
|
7703
|
+
"version": "2.178.0-alpha.0",
|
|
7678
7704
|
"fingerprint": "**********"
|
|
7679
7705
|
}
|