@aws-cdk/aws-redshift-alpha 2.194.0-alpha.0 → 2.196.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 +182 -98
- package/.jsii.tabl.json.gz +0 -0
- package/lib/cluster.d.ts +2 -0
- package/lib/cluster.js +10 -4
- package/lib/database-secret.d.ts +2 -0
- package/lib/database-secret.js +16 -4
- package/lib/endpoint.js +1 -1
- package/lib/parameter-group.d.ts +2 -0
- package/lib/parameter-group.js +10 -4
- package/lib/subnet-group.d.ts +2 -0
- package/lib/subnet-group.js +16 -4
- 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.196.0",
|
|
12
12
|
"constructs": "^10.0.0"
|
|
13
13
|
},
|
|
14
14
|
"dependencyClosure": {
|
|
@@ -3516,6 +3516,19 @@
|
|
|
3516
3516
|
}
|
|
3517
3517
|
}
|
|
3518
3518
|
},
|
|
3519
|
+
"aws-cdk-lib.aws_ssmguiconnect": {
|
|
3520
|
+
"targets": {
|
|
3521
|
+
"dotnet": {
|
|
3522
|
+
"package": "Amazon.CDK.AWS.SSMGuiConnect"
|
|
3523
|
+
},
|
|
3524
|
+
"java": {
|
|
3525
|
+
"package": "software.amazon.awscdk.services.ssmguiconnect"
|
|
3526
|
+
},
|
|
3527
|
+
"python": {
|
|
3528
|
+
"module": "aws_cdk.aws_ssmguiconnect"
|
|
3529
|
+
}
|
|
3530
|
+
}
|
|
3531
|
+
},
|
|
3519
3532
|
"aws-cdk-lib.aws_ssmincidents": {
|
|
3520
3533
|
"targets": {
|
|
3521
3534
|
"dotnet": {
|
|
@@ -3952,7 +3965,7 @@
|
|
|
3952
3965
|
"stability": "experimental"
|
|
3953
3966
|
},
|
|
3954
3967
|
"homepage": "https://github.com/aws/aws-cdk",
|
|
3955
|
-
"jsiiVersion": "5.7.
|
|
3968
|
+
"jsiiVersion": "5.7.15 (build 8c2933f)",
|
|
3956
3969
|
"keywords": [
|
|
3957
3970
|
"aws",
|
|
3958
3971
|
"cdk",
|
|
@@ -4030,7 +4043,7 @@
|
|
|
4030
4043
|
},
|
|
4031
4044
|
"locationInModule": {
|
|
4032
4045
|
"filename": "lib/cluster.ts",
|
|
4033
|
-
"line":
|
|
4046
|
+
"line": 581
|
|
4034
4047
|
},
|
|
4035
4048
|
"parameters": [
|
|
4036
4049
|
{
|
|
@@ -4059,7 +4072,7 @@
|
|
|
4059
4072
|
"kind": "class",
|
|
4060
4073
|
"locationInModule": {
|
|
4061
4074
|
"filename": "lib/cluster.ts",
|
|
4062
|
-
"line":
|
|
4075
|
+
"line": 510
|
|
4063
4076
|
},
|
|
4064
4077
|
"methods": [
|
|
4065
4078
|
{
|
|
@@ -4069,7 +4082,7 @@
|
|
|
4069
4082
|
},
|
|
4070
4083
|
"locationInModule": {
|
|
4071
4084
|
"filename": "lib/cluster.ts",
|
|
4072
|
-
"line":
|
|
4085
|
+
"line": 518
|
|
4073
4086
|
},
|
|
4074
4087
|
"name": "fromClusterAttributes",
|
|
4075
4088
|
"parameters": [
|
|
@@ -4107,7 +4120,7 @@
|
|
|
4107
4120
|
},
|
|
4108
4121
|
"locationInModule": {
|
|
4109
4122
|
"filename": "lib/cluster.ts",
|
|
4110
|
-
"line":
|
|
4123
|
+
"line": 894
|
|
4111
4124
|
},
|
|
4112
4125
|
"name": "addDefaultIamRole",
|
|
4113
4126
|
"parameters": [
|
|
@@ -4129,7 +4142,7 @@
|
|
|
4129
4142
|
},
|
|
4130
4143
|
"locationInModule": {
|
|
4131
4144
|
"filename": "lib/cluster.ts",
|
|
4132
|
-
"line":
|
|
4145
|
+
"line": 949
|
|
4133
4146
|
},
|
|
4134
4147
|
"name": "addIamRole",
|
|
4135
4148
|
"parameters": [
|
|
@@ -4151,7 +4164,7 @@
|
|
|
4151
4164
|
},
|
|
4152
4165
|
"locationInModule": {
|
|
4153
4166
|
"filename": "lib/cluster.ts",
|
|
4154
|
-
"line":
|
|
4167
|
+
"line": 765
|
|
4155
4168
|
},
|
|
4156
4169
|
"name": "addRotationMultiUser",
|
|
4157
4170
|
"parameters": [
|
|
@@ -4181,7 +4194,7 @@
|
|
|
4181
4194
|
},
|
|
4182
4195
|
"locationInModule": {
|
|
4183
4196
|
"filename": "lib/cluster.ts",
|
|
4184
|
-
"line":
|
|
4197
|
+
"line": 740
|
|
4185
4198
|
},
|
|
4186
4199
|
"name": "addRotationSingleUser",
|
|
4187
4200
|
"parameters": [
|
|
@@ -4209,7 +4222,7 @@
|
|
|
4209
4222
|
},
|
|
4210
4223
|
"locationInModule": {
|
|
4211
4224
|
"filename": "lib/cluster.ts",
|
|
4212
|
-
"line":
|
|
4225
|
+
"line": 806
|
|
4213
4226
|
},
|
|
4214
4227
|
"name": "addToParameterGroup",
|
|
4215
4228
|
"parameters": [
|
|
@@ -4240,7 +4253,7 @@
|
|
|
4240
4253
|
},
|
|
4241
4254
|
"locationInModule": {
|
|
4242
4255
|
"filename": "lib/cluster.ts",
|
|
4243
|
-
"line":
|
|
4256
|
+
"line": 497
|
|
4244
4257
|
},
|
|
4245
4258
|
"name": "asSecretAttachmentTarget",
|
|
4246
4259
|
"overrides": "aws-cdk-lib.aws_secretsmanager.ISecretAttachmentTarget",
|
|
@@ -4257,13 +4270,30 @@
|
|
|
4257
4270
|
},
|
|
4258
4271
|
"locationInModule": {
|
|
4259
4272
|
"filename": "lib/cluster.ts",
|
|
4260
|
-
"line":
|
|
4273
|
+
"line": 826
|
|
4261
4274
|
},
|
|
4262
4275
|
"name": "enableRebootForParameterChanges"
|
|
4263
4276
|
}
|
|
4264
4277
|
],
|
|
4265
4278
|
"name": "Cluster",
|
|
4266
4279
|
"properties": [
|
|
4280
|
+
{
|
|
4281
|
+
"const": true,
|
|
4282
|
+
"docs": {
|
|
4283
|
+
"stability": "experimental",
|
|
4284
|
+
"summary": "Uniquely identifies this class."
|
|
4285
|
+
},
|
|
4286
|
+
"immutable": true,
|
|
4287
|
+
"locationInModule": {
|
|
4288
|
+
"filename": "lib/cluster.ts",
|
|
4289
|
+
"line": 513
|
|
4290
|
+
},
|
|
4291
|
+
"name": "PROPERTY_INJECTION_ID",
|
|
4292
|
+
"static": true,
|
|
4293
|
+
"type": {
|
|
4294
|
+
"primitive": "string"
|
|
4295
|
+
}
|
|
4296
|
+
},
|
|
4267
4297
|
{
|
|
4268
4298
|
"docs": {
|
|
4269
4299
|
"stability": "experimental",
|
|
@@ -4272,7 +4302,7 @@
|
|
|
4272
4302
|
"immutable": true,
|
|
4273
4303
|
"locationInModule": {
|
|
4274
4304
|
"filename": "lib/cluster.ts",
|
|
4275
|
-
"line":
|
|
4305
|
+
"line": 539
|
|
4276
4306
|
},
|
|
4277
4307
|
"name": "clusterEndpoint",
|
|
4278
4308
|
"overrides": "@aws-cdk/aws-redshift-alpha.ICluster",
|
|
@@ -4288,7 +4318,7 @@
|
|
|
4288
4318
|
"immutable": true,
|
|
4289
4319
|
"locationInModule": {
|
|
4290
4320
|
"filename": "lib/cluster.ts",
|
|
4291
|
-
"line":
|
|
4321
|
+
"line": 534
|
|
4292
4322
|
},
|
|
4293
4323
|
"name": "clusterName",
|
|
4294
4324
|
"overrides": "@aws-cdk/aws-redshift-alpha.ICluster",
|
|
@@ -4304,7 +4334,7 @@
|
|
|
4304
4334
|
"immutable": true,
|
|
4305
4335
|
"locationInModule": {
|
|
4306
4336
|
"filename": "lib/cluster.ts",
|
|
4307
|
-
"line":
|
|
4337
|
+
"line": 544
|
|
4308
4338
|
},
|
|
4309
4339
|
"name": "connections",
|
|
4310
4340
|
"overrides": "aws-cdk-lib.aws_ec2.IConnectable",
|
|
@@ -4320,7 +4350,7 @@
|
|
|
4320
4350
|
"immutable": true,
|
|
4321
4351
|
"locationInModule": {
|
|
4322
4352
|
"filename": "lib/cluster.ts",
|
|
4323
|
-
"line":
|
|
4353
|
+
"line": 549
|
|
4324
4354
|
},
|
|
4325
4355
|
"name": "secret",
|
|
4326
4356
|
"optional": true,
|
|
@@ -4335,7 +4365,7 @@
|
|
|
4335
4365
|
},
|
|
4336
4366
|
"locationInModule": {
|
|
4337
4367
|
"filename": "lib/cluster.ts",
|
|
4338
|
-
"line":
|
|
4368
|
+
"line": 572
|
|
4339
4369
|
},
|
|
4340
4370
|
"name": "parameterGroup",
|
|
4341
4371
|
"optional": true,
|
|
@@ -4362,7 +4392,7 @@
|
|
|
4362
4392
|
"kind": "interface",
|
|
4363
4393
|
"locationInModule": {
|
|
4364
4394
|
"filename": "lib/cluster.ts",
|
|
4365
|
-
"line":
|
|
4395
|
+
"line": 230
|
|
4366
4396
|
},
|
|
4367
4397
|
"name": "ClusterAttributes",
|
|
4368
4398
|
"properties": [
|
|
@@ -4375,7 +4405,7 @@
|
|
|
4375
4405
|
"immutable": true,
|
|
4376
4406
|
"locationInModule": {
|
|
4377
4407
|
"filename": "lib/cluster.ts",
|
|
4378
|
-
"line":
|
|
4408
|
+
"line": 246
|
|
4379
4409
|
},
|
|
4380
4410
|
"name": "clusterEndpointAddress",
|
|
4381
4411
|
"type": {
|
|
@@ -4391,7 +4421,7 @@
|
|
|
4391
4421
|
"immutable": true,
|
|
4392
4422
|
"locationInModule": {
|
|
4393
4423
|
"filename": "lib/cluster.ts",
|
|
4394
|
-
"line":
|
|
4424
|
+
"line": 251
|
|
4395
4425
|
},
|
|
4396
4426
|
"name": "clusterEndpointPort",
|
|
4397
4427
|
"type": {
|
|
@@ -4407,7 +4437,7 @@
|
|
|
4407
4437
|
"immutable": true,
|
|
4408
4438
|
"locationInModule": {
|
|
4409
4439
|
"filename": "lib/cluster.ts",
|
|
4410
|
-
"line":
|
|
4440
|
+
"line": 241
|
|
4411
4441
|
},
|
|
4412
4442
|
"name": "clusterName",
|
|
4413
4443
|
"type": {
|
|
@@ -4424,7 +4454,7 @@
|
|
|
4424
4454
|
"immutable": true,
|
|
4425
4455
|
"locationInModule": {
|
|
4426
4456
|
"filename": "lib/cluster.ts",
|
|
4427
|
-
"line":
|
|
4457
|
+
"line": 236
|
|
4428
4458
|
},
|
|
4429
4459
|
"name": "securityGroups",
|
|
4430
4460
|
"optional": true,
|
|
@@ -4459,7 +4489,7 @@
|
|
|
4459
4489
|
},
|
|
4460
4490
|
"locationInModule": {
|
|
4461
4491
|
"filename": "lib/parameter-group.ts",
|
|
4462
|
-
"line":
|
|
4492
|
+
"line": 81
|
|
4463
4493
|
},
|
|
4464
4494
|
"parameters": [
|
|
4465
4495
|
{
|
|
@@ -4488,7 +4518,7 @@
|
|
|
4488
4518
|
"kind": "class",
|
|
4489
4519
|
"locationInModule": {
|
|
4490
4520
|
"filename": "lib/parameter-group.ts",
|
|
4491
|
-
"line":
|
|
4521
|
+
"line": 51
|
|
4492
4522
|
},
|
|
4493
4523
|
"methods": [
|
|
4494
4524
|
{
|
|
@@ -4498,7 +4528,7 @@
|
|
|
4498
4528
|
},
|
|
4499
4529
|
"locationInModule": {
|
|
4500
4530
|
"filename": "lib/parameter-group.ts",
|
|
4501
|
-
"line":
|
|
4531
|
+
"line": 59
|
|
4502
4532
|
},
|
|
4503
4533
|
"name": "fromClusterParameterGroupName",
|
|
4504
4534
|
"parameters": [
|
|
@@ -4535,7 +4565,7 @@
|
|
|
4535
4565
|
},
|
|
4536
4566
|
"locationInModule": {
|
|
4537
4567
|
"filename": "lib/parameter-group.ts",
|
|
4538
|
-
"line":
|
|
4568
|
+
"line": 106
|
|
4539
4569
|
},
|
|
4540
4570
|
"name": "addParameter",
|
|
4541
4571
|
"parameters": [
|
|
@@ -4562,6 +4592,23 @@
|
|
|
4562
4592
|
],
|
|
4563
4593
|
"name": "ClusterParameterGroup",
|
|
4564
4594
|
"properties": [
|
|
4595
|
+
{
|
|
4596
|
+
"const": true,
|
|
4597
|
+
"docs": {
|
|
4598
|
+
"stability": "experimental",
|
|
4599
|
+
"summary": "Uniquely identifies this class."
|
|
4600
|
+
},
|
|
4601
|
+
"immutable": true,
|
|
4602
|
+
"locationInModule": {
|
|
4603
|
+
"filename": "lib/parameter-group.ts",
|
|
4604
|
+
"line": 54
|
|
4605
|
+
},
|
|
4606
|
+
"name": "PROPERTY_INJECTION_ID",
|
|
4607
|
+
"static": true,
|
|
4608
|
+
"type": {
|
|
4609
|
+
"primitive": "string"
|
|
4610
|
+
}
|
|
4611
|
+
},
|
|
4565
4612
|
{
|
|
4566
4613
|
"docs": {
|
|
4567
4614
|
"stability": "experimental",
|
|
@@ -4570,7 +4617,7 @@
|
|
|
4570
4617
|
"immutable": true,
|
|
4571
4618
|
"locationInModule": {
|
|
4572
4619
|
"filename": "lib/parameter-group.ts",
|
|
4573
|
-
"line":
|
|
4620
|
+
"line": 69
|
|
4574
4621
|
},
|
|
4575
4622
|
"name": "clusterParameterGroupName",
|
|
4576
4623
|
"overrides": "@aws-cdk/aws-redshift-alpha.IClusterParameterGroup",
|
|
@@ -4586,7 +4633,7 @@
|
|
|
4586
4633
|
"immutable": true,
|
|
4587
4634
|
"locationInModule": {
|
|
4588
4635
|
"filename": "lib/parameter-group.ts",
|
|
4589
|
-
"line":
|
|
4636
|
+
"line": 74
|
|
4590
4637
|
},
|
|
4591
4638
|
"name": "parameters",
|
|
4592
4639
|
"type": {
|
|
@@ -4616,7 +4663,7 @@
|
|
|
4616
4663
|
"kind": "interface",
|
|
4617
4664
|
"locationInModule": {
|
|
4618
4665
|
"filename": "lib/parameter-group.ts",
|
|
4619
|
-
"line":
|
|
4666
|
+
"line": 32
|
|
4620
4667
|
},
|
|
4621
4668
|
"name": "ClusterParameterGroupProps",
|
|
4622
4669
|
"properties": [
|
|
@@ -4629,7 +4676,7 @@
|
|
|
4629
4676
|
"immutable": true,
|
|
4630
4677
|
"locationInModule": {
|
|
4631
4678
|
"filename": "lib/parameter-group.ts",
|
|
4632
|
-
"line":
|
|
4679
|
+
"line": 43
|
|
4633
4680
|
},
|
|
4634
4681
|
"name": "parameters",
|
|
4635
4682
|
"type": {
|
|
@@ -4651,7 +4698,7 @@
|
|
|
4651
4698
|
"immutable": true,
|
|
4652
4699
|
"locationInModule": {
|
|
4653
4700
|
"filename": "lib/parameter-group.ts",
|
|
4654
|
-
"line":
|
|
4701
|
+
"line": 38
|
|
4655
4702
|
},
|
|
4656
4703
|
"name": "description",
|
|
4657
4704
|
"optional": true,
|
|
@@ -4677,7 +4724,7 @@
|
|
|
4677
4724
|
"kind": "interface",
|
|
4678
4725
|
"locationInModule": {
|
|
4679
4726
|
"filename": "lib/cluster.ts",
|
|
4680
|
-
"line":
|
|
4727
|
+
"line": 258
|
|
4681
4728
|
},
|
|
4682
4729
|
"name": "ClusterProps",
|
|
4683
4730
|
"properties": [
|
|
@@ -4690,7 +4737,7 @@
|
|
|
4690
4737
|
"immutable": true,
|
|
4691
4738
|
"locationInModule": {
|
|
4692
4739
|
"filename": "lib/cluster.ts",
|
|
4693
|
-
"line":
|
|
4740
|
+
"line": 358
|
|
4694
4741
|
},
|
|
4695
4742
|
"name": "masterUser",
|
|
4696
4743
|
"type": {
|
|
@@ -4706,7 +4753,7 @@
|
|
|
4706
4753
|
"immutable": true,
|
|
4707
4754
|
"locationInModule": {
|
|
4708
4755
|
"filename": "lib/cluster.ts",
|
|
4709
|
-
"line":
|
|
4756
|
+
"line": 332
|
|
4710
4757
|
},
|
|
4711
4758
|
"name": "vpc",
|
|
4712
4759
|
"type": {
|
|
@@ -4724,7 +4771,7 @@
|
|
|
4724
4771
|
"immutable": true,
|
|
4725
4772
|
"locationInModule": {
|
|
4726
4773
|
"filename": "lib/cluster.ts",
|
|
4727
|
-
"line":
|
|
4774
|
+
"line": 463
|
|
4728
4775
|
},
|
|
4729
4776
|
"name": "availabilityZoneRelocation",
|
|
4730
4777
|
"optional": true,
|
|
@@ -4744,7 +4791,7 @@
|
|
|
4744
4791
|
"immutable": true,
|
|
4745
4792
|
"locationInModule": {
|
|
4746
4793
|
"filename": "lib/cluster.ts",
|
|
4747
|
-
"line":
|
|
4794
|
+
"line": 416
|
|
4748
4795
|
},
|
|
4749
4796
|
"name": "classicResizing",
|
|
4750
4797
|
"optional": true,
|
|
@@ -4762,7 +4809,7 @@
|
|
|
4762
4809
|
"immutable": true,
|
|
4763
4810
|
"locationInModule": {
|
|
4764
4811
|
"filename": "lib/cluster.ts",
|
|
4765
|
-
"line":
|
|
4812
|
+
"line": 264
|
|
4766
4813
|
},
|
|
4767
4814
|
"name": "clusterName",
|
|
4768
4815
|
"optional": true,
|
|
@@ -4780,7 +4827,7 @@
|
|
|
4780
4827
|
"immutable": true,
|
|
4781
4828
|
"locationInModule": {
|
|
4782
4829
|
"filename": "lib/cluster.ts",
|
|
4783
|
-
"line":
|
|
4830
|
+
"line": 295
|
|
4784
4831
|
},
|
|
4785
4832
|
"name": "clusterType",
|
|
4786
4833
|
"optional": true,
|
|
@@ -4798,7 +4845,7 @@
|
|
|
4798
4845
|
"immutable": true,
|
|
4799
4846
|
"locationInModule": {
|
|
4800
4847
|
"filename": "lib/cluster.ts",
|
|
4801
|
-
"line":
|
|
4848
|
+
"line": 381
|
|
4802
4849
|
},
|
|
4803
4850
|
"name": "defaultDatabaseName",
|
|
4804
4851
|
"optional": true,
|
|
@@ -4817,7 +4864,7 @@
|
|
|
4817
4864
|
"immutable": true,
|
|
4818
4865
|
"locationInModule": {
|
|
4819
4866
|
"filename": "lib/cluster.ts",
|
|
4820
|
-
"line":
|
|
4867
|
+
"line": 374
|
|
4821
4868
|
},
|
|
4822
4869
|
"name": "defaultRole",
|
|
4823
4870
|
"optional": true,
|
|
@@ -4836,7 +4883,7 @@
|
|
|
4836
4883
|
"immutable": true,
|
|
4837
4884
|
"locationInModule": {
|
|
4838
4885
|
"filename": "lib/cluster.ts",
|
|
4839
|
-
"line":
|
|
4886
|
+
"line": 425
|
|
4840
4887
|
},
|
|
4841
4888
|
"name": "elasticIp",
|
|
4842
4889
|
"optional": true,
|
|
@@ -4854,7 +4901,7 @@
|
|
|
4854
4901
|
"immutable": true,
|
|
4855
4902
|
"locationInModule": {
|
|
4856
4903
|
"filename": "lib/cluster.ts",
|
|
4857
|
-
"line":
|
|
4904
|
+
"line": 309
|
|
4858
4905
|
},
|
|
4859
4906
|
"name": "encrypted",
|
|
4860
4907
|
"optional": true,
|
|
@@ -4872,7 +4919,7 @@
|
|
|
4872
4919
|
"immutable": true,
|
|
4873
4920
|
"locationInModule": {
|
|
4874
4921
|
"filename": "lib/cluster.ts",
|
|
4875
|
-
"line":
|
|
4922
|
+
"line": 316
|
|
4876
4923
|
},
|
|
4877
4924
|
"name": "encryptionKey",
|
|
4878
4925
|
"optional": true,
|
|
@@ -4891,7 +4938,7 @@
|
|
|
4891
4938
|
"immutable": true,
|
|
4892
4939
|
"locationInModule": {
|
|
4893
4940
|
"filename": "lib/cluster.ts",
|
|
4894
|
-
"line":
|
|
4941
|
+
"line": 440
|
|
4895
4942
|
},
|
|
4896
4943
|
"name": "enhancedVpcRouting",
|
|
4897
4944
|
"optional": true,
|
|
@@ -4909,7 +4956,7 @@
|
|
|
4909
4956
|
"immutable": true,
|
|
4910
4957
|
"locationInModule": {
|
|
4911
4958
|
"filename": "lib/cluster.ts",
|
|
4912
|
-
"line":
|
|
4959
|
+
"line": 388
|
|
4913
4960
|
},
|
|
4914
4961
|
"name": "loggingProperties",
|
|
4915
4962
|
"optional": true,
|
|
@@ -4928,7 +4975,7 @@
|
|
|
4928
4975
|
"immutable": true,
|
|
4929
4976
|
"locationInModule": {
|
|
4930
4977
|
"filename": "lib/cluster.ts",
|
|
4931
|
-
"line":
|
|
4978
|
+
"line": 472
|
|
4932
4979
|
},
|
|
4933
4980
|
"name": "maintenanceTrackName",
|
|
4934
4981
|
"optional": true,
|
|
@@ -4946,7 +4993,7 @@
|
|
|
4946
4993
|
"immutable": true,
|
|
4947
4994
|
"locationInModule": {
|
|
4948
4995
|
"filename": "lib/cluster.ts",
|
|
4949
|
-
"line":
|
|
4996
|
+
"line": 447
|
|
4950
4997
|
},
|
|
4951
4998
|
"name": "multiAz",
|
|
4952
4999
|
"optional": true,
|
|
@@ -4964,7 +5011,7 @@
|
|
|
4964
5011
|
"immutable": true,
|
|
4965
5012
|
"locationInModule": {
|
|
4966
5013
|
"filename": "lib/cluster.ts",
|
|
4967
|
-
"line":
|
|
5014
|
+
"line": 288
|
|
4968
5015
|
},
|
|
4969
5016
|
"name": "nodeType",
|
|
4970
5017
|
"optional": true,
|
|
@@ -4983,7 +5030,7 @@
|
|
|
4983
5030
|
"immutable": true,
|
|
4984
5031
|
"locationInModule": {
|
|
4985
5032
|
"filename": "lib/cluster.ts",
|
|
4986
|
-
"line":
|
|
5033
|
+
"line": 281
|
|
4987
5034
|
},
|
|
4988
5035
|
"name": "numberOfNodes",
|
|
4989
5036
|
"optional": true,
|
|
@@ -5001,7 +5048,7 @@
|
|
|
5001
5048
|
"immutable": true,
|
|
5002
5049
|
"locationInModule": {
|
|
5003
5050
|
"filename": "lib/cluster.ts",
|
|
5004
|
-
"line":
|
|
5051
|
+
"line": 272
|
|
5005
5052
|
},
|
|
5006
5053
|
"name": "parameterGroup",
|
|
5007
5054
|
"optional": true,
|
|
@@ -5019,7 +5066,7 @@
|
|
|
5019
5066
|
"immutable": true,
|
|
5020
5067
|
"locationInModule": {
|
|
5021
5068
|
"filename": "lib/cluster.ts",
|
|
5022
|
-
"line":
|
|
5069
|
+
"line": 302
|
|
5023
5070
|
},
|
|
5024
5071
|
"name": "port",
|
|
5025
5072
|
"optional": true,
|
|
@@ -5039,7 +5086,7 @@
|
|
|
5039
5086
|
"immutable": true,
|
|
5040
5087
|
"locationInModule": {
|
|
5041
5088
|
"filename": "lib/cluster.ts",
|
|
5042
|
-
"line":
|
|
5089
|
+
"line": 327
|
|
5043
5090
|
},
|
|
5044
5091
|
"name": "preferredMaintenanceWindow",
|
|
5045
5092
|
"optional": true,
|
|
@@ -5057,7 +5104,7 @@
|
|
|
5057
5104
|
"immutable": true,
|
|
5058
5105
|
"locationInModule": {
|
|
5059
5106
|
"filename": "lib/cluster.ts",
|
|
5060
|
-
"line":
|
|
5107
|
+
"line": 403
|
|
5061
5108
|
},
|
|
5062
5109
|
"name": "publiclyAccessible",
|
|
5063
5110
|
"optional": true,
|
|
@@ -5075,7 +5122,7 @@
|
|
|
5075
5122
|
"immutable": true,
|
|
5076
5123
|
"locationInModule": {
|
|
5077
5124
|
"filename": "lib/cluster.ts",
|
|
5078
|
-
"line":
|
|
5125
|
+
"line": 431
|
|
5079
5126
|
},
|
|
5080
5127
|
"name": "rebootForParameterChanges",
|
|
5081
5128
|
"optional": true,
|
|
@@ -5093,7 +5140,7 @@
|
|
|
5093
5140
|
"immutable": true,
|
|
5094
5141
|
"locationInModule": {
|
|
5095
5142
|
"filename": "lib/cluster.ts",
|
|
5096
|
-
"line":
|
|
5143
|
+
"line": 396
|
|
5097
5144
|
},
|
|
5098
5145
|
"name": "removalPolicy",
|
|
5099
5146
|
"optional": true,
|
|
@@ -5111,7 +5158,7 @@
|
|
|
5111
5158
|
"immutable": true,
|
|
5112
5159
|
"locationInModule": {
|
|
5113
5160
|
"filename": "lib/cluster.ts",
|
|
5114
|
-
"line":
|
|
5161
|
+
"line": 454
|
|
5115
5162
|
},
|
|
5116
5163
|
"name": "resourceAction",
|
|
5117
5164
|
"optional": true,
|
|
@@ -5130,7 +5177,7 @@
|
|
|
5130
5177
|
"immutable": true,
|
|
5131
5178
|
"locationInModule": {
|
|
5132
5179
|
"filename": "lib/cluster.ts",
|
|
5133
|
-
"line":
|
|
5180
|
+
"line": 366
|
|
5134
5181
|
},
|
|
5135
5182
|
"name": "roles",
|
|
5136
5183
|
"optional": true,
|
|
@@ -5153,7 +5200,7 @@
|
|
|
5153
5200
|
"immutable": true,
|
|
5154
5201
|
"locationInModule": {
|
|
5155
5202
|
"filename": "lib/cluster.ts",
|
|
5156
|
-
"line":
|
|
5203
|
+
"line": 346
|
|
5157
5204
|
},
|
|
5158
5205
|
"name": "securityGroups",
|
|
5159
5206
|
"optional": true,
|
|
@@ -5176,7 +5223,7 @@
|
|
|
5176
5223
|
"immutable": true,
|
|
5177
5224
|
"locationInModule": {
|
|
5178
5225
|
"filename": "lib/cluster.ts",
|
|
5179
|
-
"line":
|
|
5226
|
+
"line": 353
|
|
5180
5227
|
},
|
|
5181
5228
|
"name": "subnetGroup",
|
|
5182
5229
|
"optional": true,
|
|
@@ -5194,7 +5241,7 @@
|
|
|
5194
5241
|
"immutable": true,
|
|
5195
5242
|
"locationInModule": {
|
|
5196
5243
|
"filename": "lib/cluster.ts",
|
|
5197
|
-
"line":
|
|
5244
|
+
"line": 339
|
|
5198
5245
|
},
|
|
5199
5246
|
"name": "vpcSubnets",
|
|
5200
5247
|
"optional": true,
|
|
@@ -5224,7 +5271,7 @@
|
|
|
5224
5271
|
},
|
|
5225
5272
|
"locationInModule": {
|
|
5226
5273
|
"filename": "lib/subnet-group.ts",
|
|
5227
|
-
"line":
|
|
5274
|
+
"line": 70
|
|
5228
5275
|
},
|
|
5229
5276
|
"parameters": [
|
|
5230
5277
|
{
|
|
@@ -5253,7 +5300,7 @@
|
|
|
5253
5300
|
"kind": "class",
|
|
5254
5301
|
"locationInModule": {
|
|
5255
5302
|
"filename": "lib/subnet-group.ts",
|
|
5256
|
-
"line":
|
|
5303
|
+
"line": 54
|
|
5257
5304
|
},
|
|
5258
5305
|
"methods": [
|
|
5259
5306
|
{
|
|
@@ -5263,7 +5310,7 @@
|
|
|
5263
5310
|
},
|
|
5264
5311
|
"locationInModule": {
|
|
5265
5312
|
"filename": "lib/subnet-group.ts",
|
|
5266
|
-
"line":
|
|
5313
|
+
"line": 62
|
|
5267
5314
|
},
|
|
5268
5315
|
"name": "fromClusterSubnetGroupName",
|
|
5269
5316
|
"parameters": [
|
|
@@ -5296,6 +5343,23 @@
|
|
|
5296
5343
|
],
|
|
5297
5344
|
"name": "ClusterSubnetGroup",
|
|
5298
5345
|
"properties": [
|
|
5346
|
+
{
|
|
5347
|
+
"const": true,
|
|
5348
|
+
"docs": {
|
|
5349
|
+
"stability": "experimental",
|
|
5350
|
+
"summary": "Uniquely identifies this class."
|
|
5351
|
+
},
|
|
5352
|
+
"immutable": true,
|
|
5353
|
+
"locationInModule": {
|
|
5354
|
+
"filename": "lib/subnet-group.ts",
|
|
5355
|
+
"line": 57
|
|
5356
|
+
},
|
|
5357
|
+
"name": "PROPERTY_INJECTION_ID",
|
|
5358
|
+
"static": true,
|
|
5359
|
+
"type": {
|
|
5360
|
+
"primitive": "string"
|
|
5361
|
+
}
|
|
5362
|
+
},
|
|
5299
5363
|
{
|
|
5300
5364
|
"docs": {
|
|
5301
5365
|
"stability": "experimental",
|
|
@@ -5304,7 +5368,7 @@
|
|
|
5304
5368
|
"immutable": true,
|
|
5305
5369
|
"locationInModule": {
|
|
5306
5370
|
"filename": "lib/subnet-group.ts",
|
|
5307
|
-
"line":
|
|
5371
|
+
"line": 68
|
|
5308
5372
|
},
|
|
5309
5373
|
"name": "clusterSubnetGroupName",
|
|
5310
5374
|
"overrides": "@aws-cdk/aws-redshift-alpha.IClusterSubnetGroup",
|
|
@@ -5330,7 +5394,7 @@
|
|
|
5330
5394
|
"kind": "interface",
|
|
5331
5395
|
"locationInModule": {
|
|
5332
5396
|
"filename": "lib/subnet-group.ts",
|
|
5333
|
-
"line":
|
|
5397
|
+
"line": 22
|
|
5334
5398
|
},
|
|
5335
5399
|
"name": "ClusterSubnetGroupProps",
|
|
5336
5400
|
"properties": [
|
|
@@ -5343,7 +5407,7 @@
|
|
|
5343
5407
|
"immutable": true,
|
|
5344
5408
|
"locationInModule": {
|
|
5345
5409
|
"filename": "lib/subnet-group.ts",
|
|
5346
|
-
"line":
|
|
5410
|
+
"line": 26
|
|
5347
5411
|
},
|
|
5348
5412
|
"name": "description",
|
|
5349
5413
|
"type": {
|
|
@@ -5359,7 +5423,7 @@
|
|
|
5359
5423
|
"immutable": true,
|
|
5360
5424
|
"locationInModule": {
|
|
5361
5425
|
"filename": "lib/subnet-group.ts",
|
|
5362
|
-
"line":
|
|
5426
|
+
"line": 31
|
|
5363
5427
|
},
|
|
5364
5428
|
"name": "vpc",
|
|
5365
5429
|
"type": {
|
|
@@ -5376,7 +5440,7 @@
|
|
|
5376
5440
|
"immutable": true,
|
|
5377
5441
|
"locationInModule": {
|
|
5378
5442
|
"filename": "lib/subnet-group.ts",
|
|
5379
|
-
"line":
|
|
5443
|
+
"line": 46
|
|
5380
5444
|
},
|
|
5381
5445
|
"name": "removalPolicy",
|
|
5382
5446
|
"optional": true,
|
|
@@ -5394,7 +5458,7 @@
|
|
|
5394
5458
|
"immutable": true,
|
|
5395
5459
|
"locationInModule": {
|
|
5396
5460
|
"filename": "lib/subnet-group.ts",
|
|
5397
|
-
"line":
|
|
5461
|
+
"line": 38
|
|
5398
5462
|
},
|
|
5399
5463
|
"name": "vpcSubnets",
|
|
5400
5464
|
"optional": true,
|
|
@@ -5416,7 +5480,7 @@
|
|
|
5416
5480
|
"kind": "enum",
|
|
5417
5481
|
"locationInModule": {
|
|
5418
5482
|
"filename": "lib/cluster.ts",
|
|
5419
|
-
"line":
|
|
5483
|
+
"line": 79
|
|
5420
5484
|
},
|
|
5421
5485
|
"members": [
|
|
5422
5486
|
{
|
|
@@ -5814,7 +5878,7 @@
|
|
|
5814
5878
|
},
|
|
5815
5879
|
"locationInModule": {
|
|
5816
5880
|
"filename": "lib/database-secret.ts",
|
|
5817
|
-
"line":
|
|
5881
|
+
"line": 41
|
|
5818
5882
|
},
|
|
5819
5883
|
"parameters": [
|
|
5820
5884
|
{
|
|
@@ -5840,9 +5904,29 @@
|
|
|
5840
5904
|
"kind": "class",
|
|
5841
5905
|
"locationInModule": {
|
|
5842
5906
|
"filename": "lib/database-secret.ts",
|
|
5843
|
-
"line":
|
|
5907
|
+
"line": 36
|
|
5844
5908
|
},
|
|
5845
5909
|
"name": "DatabaseSecret",
|
|
5910
|
+
"properties": [
|
|
5911
|
+
{
|
|
5912
|
+
"const": true,
|
|
5913
|
+
"docs": {
|
|
5914
|
+
"stability": "experimental",
|
|
5915
|
+
"summary": "Uniquely identifies this class."
|
|
5916
|
+
},
|
|
5917
|
+
"immutable": true,
|
|
5918
|
+
"locationInModule": {
|
|
5919
|
+
"filename": "lib/database-secret.ts",
|
|
5920
|
+
"line": 39
|
|
5921
|
+
},
|
|
5922
|
+
"name": "PROPERTY_INJECTION_ID",
|
|
5923
|
+
"overrides": "aws-cdk-lib.aws_secretsmanager.Secret",
|
|
5924
|
+
"static": true,
|
|
5925
|
+
"type": {
|
|
5926
|
+
"primitive": "string"
|
|
5927
|
+
}
|
|
5928
|
+
}
|
|
5929
|
+
],
|
|
5846
5930
|
"symbolId": "lib/database-secret:DatabaseSecret"
|
|
5847
5931
|
},
|
|
5848
5932
|
"@aws-cdk/aws-redshift-alpha.DatabaseSecretProps": {
|
|
@@ -5860,7 +5944,7 @@
|
|
|
5860
5944
|
"kind": "interface",
|
|
5861
5945
|
"locationInModule": {
|
|
5862
5946
|
"filename": "lib/database-secret.ts",
|
|
5863
|
-
"line":
|
|
5947
|
+
"line": 10
|
|
5864
5948
|
},
|
|
5865
5949
|
"name": "DatabaseSecretProps",
|
|
5866
5950
|
"properties": [
|
|
@@ -5873,7 +5957,7 @@
|
|
|
5873
5957
|
"immutable": true,
|
|
5874
5958
|
"locationInModule": {
|
|
5875
5959
|
"filename": "lib/database-secret.ts",
|
|
5876
|
-
"line":
|
|
5960
|
+
"line": 14
|
|
5877
5961
|
},
|
|
5878
5962
|
"name": "username",
|
|
5879
5963
|
"type": {
|
|
@@ -5890,7 +5974,7 @@
|
|
|
5890
5974
|
"immutable": true,
|
|
5891
5975
|
"locationInModule": {
|
|
5892
5976
|
"filename": "lib/database-secret.ts",
|
|
5893
|
-
"line":
|
|
5977
|
+
"line": 21
|
|
5894
5978
|
},
|
|
5895
5979
|
"name": "encryptionKey",
|
|
5896
5980
|
"optional": true,
|
|
@@ -5908,7 +5992,7 @@
|
|
|
5908
5992
|
"immutable": true,
|
|
5909
5993
|
"locationInModule": {
|
|
5910
5994
|
"filename": "lib/database-secret.ts",
|
|
5911
|
-
"line":
|
|
5995
|
+
"line": 28
|
|
5912
5996
|
},
|
|
5913
5997
|
"name": "excludeCharacters",
|
|
5914
5998
|
"optional": true,
|
|
@@ -6025,7 +6109,7 @@
|
|
|
6025
6109
|
"kind": "interface",
|
|
6026
6110
|
"locationInModule": {
|
|
6027
6111
|
"filename": "lib/cluster.ts",
|
|
6028
|
-
"line":
|
|
6112
|
+
"line": 211
|
|
6029
6113
|
},
|
|
6030
6114
|
"name": "ICluster",
|
|
6031
6115
|
"properties": [
|
|
@@ -6041,7 +6125,7 @@
|
|
|
6041
6125
|
"immutable": true,
|
|
6042
6126
|
"locationInModule": {
|
|
6043
6127
|
"filename": "lib/cluster.ts",
|
|
6044
|
-
"line":
|
|
6128
|
+
"line": 224
|
|
6045
6129
|
},
|
|
6046
6130
|
"name": "clusterEndpoint",
|
|
6047
6131
|
"type": {
|
|
@@ -6060,7 +6144,7 @@
|
|
|
6060
6144
|
"immutable": true,
|
|
6061
6145
|
"locationInModule": {
|
|
6062
6146
|
"filename": "lib/cluster.ts",
|
|
6063
|
-
"line":
|
|
6147
|
+
"line": 217
|
|
6064
6148
|
},
|
|
6065
6149
|
"name": "clusterName",
|
|
6066
6150
|
"type": {
|
|
@@ -6083,7 +6167,7 @@
|
|
|
6083
6167
|
"kind": "interface",
|
|
6084
6168
|
"locationInModule": {
|
|
6085
6169
|
"filename": "lib/parameter-group.ts",
|
|
6086
|
-
"line":
|
|
6170
|
+
"line": 10
|
|
6087
6171
|
},
|
|
6088
6172
|
"name": "IClusterParameterGroup",
|
|
6089
6173
|
"properties": [
|
|
@@ -6099,7 +6183,7 @@
|
|
|
6099
6183
|
"immutable": true,
|
|
6100
6184
|
"locationInModule": {
|
|
6101
6185
|
"filename": "lib/parameter-group.ts",
|
|
6102
|
-
"line":
|
|
6186
|
+
"line": 16
|
|
6103
6187
|
},
|
|
6104
6188
|
"name": "clusterParameterGroupName",
|
|
6105
6189
|
"type": {
|
|
@@ -6122,7 +6206,7 @@
|
|
|
6122
6206
|
"kind": "interface",
|
|
6123
6207
|
"locationInModule": {
|
|
6124
6208
|
"filename": "lib/subnet-group.ts",
|
|
6125
|
-
"line":
|
|
6209
|
+
"line": 11
|
|
6126
6210
|
},
|
|
6127
6211
|
"name": "IClusterSubnetGroup",
|
|
6128
6212
|
"properties": [
|
|
@@ -6138,7 +6222,7 @@
|
|
|
6138
6222
|
"immutable": true,
|
|
6139
6223
|
"locationInModule": {
|
|
6140
6224
|
"filename": "lib/subnet-group.ts",
|
|
6141
|
-
"line":
|
|
6225
|
+
"line": 16
|
|
6142
6226
|
},
|
|
6143
6227
|
"name": "clusterSubnetGroupName",
|
|
6144
6228
|
"type": {
|
|
@@ -6396,7 +6480,7 @@
|
|
|
6396
6480
|
"kind": "interface",
|
|
6397
6481
|
"locationInModule": {
|
|
6398
6482
|
"filename": "lib/cluster.ts",
|
|
6399
|
-
"line":
|
|
6483
|
+
"line": 148
|
|
6400
6484
|
},
|
|
6401
6485
|
"name": "LoggingProperties",
|
|
6402
6486
|
"properties": [
|
|
@@ -6410,7 +6494,7 @@
|
|
|
6410
6494
|
"immutable": true,
|
|
6411
6495
|
"locationInModule": {
|
|
6412
6496
|
"filename": "lib/cluster.ts",
|
|
6413
|
-
"line":
|
|
6497
|
+
"line": 153
|
|
6414
6498
|
},
|
|
6415
6499
|
"name": "loggingBucket",
|
|
6416
6500
|
"type": {
|
|
@@ -6426,7 +6510,7 @@
|
|
|
6426
6510
|
"immutable": true,
|
|
6427
6511
|
"locationInModule": {
|
|
6428
6512
|
"filename": "lib/cluster.ts",
|
|
6429
|
-
"line":
|
|
6513
|
+
"line": 158
|
|
6430
6514
|
},
|
|
6431
6515
|
"name": "loggingKeyPrefix",
|
|
6432
6516
|
"type": {
|
|
@@ -6451,7 +6535,7 @@
|
|
|
6451
6535
|
"kind": "interface",
|
|
6452
6536
|
"locationInModule": {
|
|
6453
6537
|
"filename": "lib/cluster.ts",
|
|
6454
|
-
"line":
|
|
6538
|
+
"line": 115
|
|
6455
6539
|
},
|
|
6456
6540
|
"name": "Login",
|
|
6457
6541
|
"properties": [
|
|
@@ -6464,7 +6548,7 @@
|
|
|
6464
6548
|
"immutable": true,
|
|
6465
6549
|
"locationInModule": {
|
|
6466
6550
|
"filename": "lib/cluster.ts",
|
|
6467
|
-
"line":
|
|
6551
|
+
"line": 119
|
|
6468
6552
|
},
|
|
6469
6553
|
"name": "masterUsername",
|
|
6470
6554
|
"type": {
|
|
@@ -6481,7 +6565,7 @@
|
|
|
6481
6565
|
"immutable": true,
|
|
6482
6566
|
"locationInModule": {
|
|
6483
6567
|
"filename": "lib/cluster.ts",
|
|
6484
|
-
"line":
|
|
6568
|
+
"line": 135
|
|
6485
6569
|
},
|
|
6486
6570
|
"name": "encryptionKey",
|
|
6487
6571
|
"optional": true,
|
|
@@ -6499,7 +6583,7 @@
|
|
|
6499
6583
|
"immutable": true,
|
|
6500
6584
|
"locationInModule": {
|
|
6501
6585
|
"filename": "lib/cluster.ts",
|
|
6502
|
-
"line":
|
|
6586
|
+
"line": 142
|
|
6503
6587
|
},
|
|
6504
6588
|
"name": "excludeCharacters",
|
|
6505
6589
|
"optional": true,
|
|
@@ -6518,7 +6602,7 @@
|
|
|
6518
6602
|
"immutable": true,
|
|
6519
6603
|
"locationInModule": {
|
|
6520
6604
|
"filename": "lib/cluster.ts",
|
|
6521
|
-
"line":
|
|
6605
|
+
"line": 128
|
|
6522
6606
|
},
|
|
6523
6607
|
"name": "masterPassword",
|
|
6524
6608
|
"optional": true,
|
|
@@ -6540,7 +6624,7 @@
|
|
|
6540
6624
|
"kind": "enum",
|
|
6541
6625
|
"locationInModule": {
|
|
6542
6626
|
"filename": "lib/cluster.ts",
|
|
6543
|
-
"line":
|
|
6627
|
+
"line": 195
|
|
6544
6628
|
},
|
|
6545
6629
|
"members": [
|
|
6546
6630
|
{
|
|
@@ -6575,7 +6659,7 @@
|
|
|
6575
6659
|
"kind": "enum",
|
|
6576
6660
|
"locationInModule": {
|
|
6577
6661
|
"filename": "lib/cluster.ts",
|
|
6578
|
-
"line":
|
|
6662
|
+
"line": 23
|
|
6579
6663
|
},
|
|
6580
6664
|
"members": [
|
|
6581
6665
|
{
|
|
@@ -6666,7 +6750,7 @@
|
|
|
6666
6750
|
"kind": "enum",
|
|
6667
6751
|
"locationInModule": {
|
|
6668
6752
|
"filename": "lib/cluster.ts",
|
|
6669
|
-
"line":
|
|
6753
|
+
"line": 93
|
|
6670
6754
|
},
|
|
6671
6755
|
"members": [
|
|
6672
6756
|
{
|
|
@@ -6710,7 +6794,7 @@
|
|
|
6710
6794
|
"kind": "interface",
|
|
6711
6795
|
"locationInModule": {
|
|
6712
6796
|
"filename": "lib/cluster.ts",
|
|
6713
|
-
"line":
|
|
6797
|
+
"line": 164
|
|
6714
6798
|
},
|
|
6715
6799
|
"name": "RotationMultiUserOptions",
|
|
6716
6800
|
"properties": [
|
|
@@ -6724,7 +6808,7 @@
|
|
|
6724
6808
|
"immutable": true,
|
|
6725
6809
|
"locationInModule": {
|
|
6726
6810
|
"filename": "lib/cluster.ts",
|
|
6727
|
-
"line":
|
|
6811
|
+
"line": 179
|
|
6728
6812
|
},
|
|
6729
6813
|
"name": "secret",
|
|
6730
6814
|
"type": {
|
|
@@ -6741,7 +6825,7 @@
|
|
|
6741
6825
|
"immutable": true,
|
|
6742
6826
|
"locationInModule": {
|
|
6743
6827
|
"filename": "lib/cluster.ts",
|
|
6744
|
-
"line":
|
|
6828
|
+
"line": 187
|
|
6745
6829
|
},
|
|
6746
6830
|
"name": "automaticallyAfter",
|
|
6747
6831
|
"optional": true,
|
|
@@ -7764,6 +7848,6 @@
|
|
|
7764
7848
|
"symbolId": "lib/user:UserProps"
|
|
7765
7849
|
}
|
|
7766
7850
|
},
|
|
7767
|
-
"version": "2.
|
|
7851
|
+
"version": "2.196.0-alpha.0",
|
|
7768
7852
|
"fingerprint": "**********"
|
|
7769
7853
|
}
|