@aws-cdk/aws-redshift-alpha 2.246.0-alpha.0 → 2.247.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 +180 -122
- package/lib/cluster.js +20 -19
- package/lib/database-secret.js +1 -1
- package/lib/endpoint.js +1 -1
- package/lib/parameter-group.js +4 -3
- package/lib/private/database-query.js +6 -5
- package/lib/subnet-group.js +1 -1
- package/lib/table.js +10 -9
- package/lib/user.js +1 -1
- package/package.json +7 -7
package/.jsii
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"url": "https://aws.amazon.com"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"aws-cdk-lib": "^2.
|
|
11
|
+
"aws-cdk-lib": "^2.247.0",
|
|
12
12
|
"constructs": "^10.5.0"
|
|
13
13
|
},
|
|
14
14
|
"dependencyClosure": {
|
|
@@ -2027,6 +2027,19 @@
|
|
|
2027
2027
|
}
|
|
2028
2028
|
}
|
|
2029
2029
|
},
|
|
2030
|
+
"aws-cdk-lib.aws_interconnect": {
|
|
2031
|
+
"targets": {
|
|
2032
|
+
"dotnet": {
|
|
2033
|
+
"namespace": "Amazon.CDK.AWS.Interconnect"
|
|
2034
|
+
},
|
|
2035
|
+
"java": {
|
|
2036
|
+
"package": "software.amazon.awscdk.services.interconnect"
|
|
2037
|
+
},
|
|
2038
|
+
"python": {
|
|
2039
|
+
"module": "aws_cdk.aws_interconnect"
|
|
2040
|
+
}
|
|
2041
|
+
}
|
|
2042
|
+
},
|
|
2030
2043
|
"aws-cdk-lib.aws_internetmonitor": {
|
|
2031
2044
|
"targets": {
|
|
2032
2045
|
"dotnet": {
|
|
@@ -3954,6 +3967,19 @@
|
|
|
3954
3967
|
}
|
|
3955
3968
|
}
|
|
3956
3969
|
},
|
|
3970
|
+
"aws-cdk-lib.aws_uxc": {
|
|
3971
|
+
"targets": {
|
|
3972
|
+
"dotnet": {
|
|
3973
|
+
"namespace": "Amazon.CDK.AWS.UXC"
|
|
3974
|
+
},
|
|
3975
|
+
"java": {
|
|
3976
|
+
"package": "software.amazon.awscdk.services.uxc"
|
|
3977
|
+
},
|
|
3978
|
+
"python": {
|
|
3979
|
+
"module": "aws_cdk.aws_uxc"
|
|
3980
|
+
}
|
|
3981
|
+
}
|
|
3982
|
+
},
|
|
3957
3983
|
"aws-cdk-lib.aws_verifiedpermissions": {
|
|
3958
3984
|
"targets": {
|
|
3959
3985
|
"dotnet": {
|
|
@@ -6246,6 +6272,22 @@
|
|
|
6246
6272
|
}
|
|
6247
6273
|
}
|
|
6248
6274
|
},
|
|
6275
|
+
"aws-cdk-lib.interfaces.aws_interconnect": {
|
|
6276
|
+
"targets": {
|
|
6277
|
+
"dotnet": {
|
|
6278
|
+
"namespace": "Amazon.CDK.Interfaces.Interconnect"
|
|
6279
|
+
},
|
|
6280
|
+
"go": {
|
|
6281
|
+
"packageName": "interfacesawsinterconnect"
|
|
6282
|
+
},
|
|
6283
|
+
"java": {
|
|
6284
|
+
"package": "software.amazon.awscdk.interfaces.interconnect"
|
|
6285
|
+
},
|
|
6286
|
+
"python": {
|
|
6287
|
+
"module": "aws_cdk.interfaces.aws_interconnect"
|
|
6288
|
+
}
|
|
6289
|
+
}
|
|
6290
|
+
},
|
|
6249
6291
|
"aws-cdk-lib.interfaces.aws_internetmonitor": {
|
|
6250
6292
|
"targets": {
|
|
6251
6293
|
"dotnet": {
|
|
@@ -8390,6 +8432,22 @@
|
|
|
8390
8432
|
}
|
|
8391
8433
|
}
|
|
8392
8434
|
},
|
|
8435
|
+
"aws-cdk-lib.interfaces.aws_uxc": {
|
|
8436
|
+
"targets": {
|
|
8437
|
+
"dotnet": {
|
|
8438
|
+
"namespace": "Amazon.CDK.Interfaces.UXC"
|
|
8439
|
+
},
|
|
8440
|
+
"go": {
|
|
8441
|
+
"packageName": "interfacesawsuxc"
|
|
8442
|
+
},
|
|
8443
|
+
"java": {
|
|
8444
|
+
"package": "software.amazon.awscdk.interfaces.uxc"
|
|
8445
|
+
},
|
|
8446
|
+
"python": {
|
|
8447
|
+
"module": "aws_cdk.interfaces.aws_uxc"
|
|
8448
|
+
}
|
|
8449
|
+
}
|
|
8450
|
+
},
|
|
8393
8451
|
"aws-cdk-lib.interfaces.aws_verifiedpermissions": {
|
|
8394
8452
|
"targets": {
|
|
8395
8453
|
"dotnet": {
|
|
@@ -8783,7 +8841,7 @@
|
|
|
8783
8841
|
},
|
|
8784
8842
|
"locationInModule": {
|
|
8785
8843
|
"filename": "lib/cluster.ts",
|
|
8786
|
-
"line":
|
|
8844
|
+
"line": 585
|
|
8787
8845
|
},
|
|
8788
8846
|
"parameters": [
|
|
8789
8847
|
{
|
|
@@ -8812,7 +8870,7 @@
|
|
|
8812
8870
|
"kind": "class",
|
|
8813
8871
|
"locationInModule": {
|
|
8814
8872
|
"filename": "lib/cluster.ts",
|
|
8815
|
-
"line":
|
|
8873
|
+
"line": 514
|
|
8816
8874
|
},
|
|
8817
8875
|
"methods": [
|
|
8818
8876
|
{
|
|
@@ -8822,7 +8880,7 @@
|
|
|
8822
8880
|
},
|
|
8823
8881
|
"locationInModule": {
|
|
8824
8882
|
"filename": "lib/cluster.ts",
|
|
8825
|
-
"line":
|
|
8883
|
+
"line": 522
|
|
8826
8884
|
},
|
|
8827
8885
|
"name": "fromClusterAttributes",
|
|
8828
8886
|
"parameters": [
|
|
@@ -8860,7 +8918,7 @@
|
|
|
8860
8918
|
},
|
|
8861
8919
|
"locationInModule": {
|
|
8862
8920
|
"filename": "lib/cluster.ts",
|
|
8863
|
-
"line":
|
|
8921
|
+
"line": 898
|
|
8864
8922
|
},
|
|
8865
8923
|
"name": "addDefaultIamRole",
|
|
8866
8924
|
"parameters": [
|
|
@@ -8882,7 +8940,7 @@
|
|
|
8882
8940
|
},
|
|
8883
8941
|
"locationInModule": {
|
|
8884
8942
|
"filename": "lib/cluster.ts",
|
|
8885
|
-
"line":
|
|
8943
|
+
"line": 953
|
|
8886
8944
|
},
|
|
8887
8945
|
"name": "addIamRole",
|
|
8888
8946
|
"parameters": [
|
|
@@ -8904,7 +8962,7 @@
|
|
|
8904
8962
|
},
|
|
8905
8963
|
"locationInModule": {
|
|
8906
8964
|
"filename": "lib/cluster.ts",
|
|
8907
|
-
"line":
|
|
8965
|
+
"line": 769
|
|
8908
8966
|
},
|
|
8909
8967
|
"name": "addRotationMultiUser",
|
|
8910
8968
|
"parameters": [
|
|
@@ -8934,7 +8992,7 @@
|
|
|
8934
8992
|
},
|
|
8935
8993
|
"locationInModule": {
|
|
8936
8994
|
"filename": "lib/cluster.ts",
|
|
8937
|
-
"line":
|
|
8995
|
+
"line": 744
|
|
8938
8996
|
},
|
|
8939
8997
|
"name": "addRotationSingleUser",
|
|
8940
8998
|
"parameters": [
|
|
@@ -8962,7 +9020,7 @@
|
|
|
8962
9020
|
},
|
|
8963
9021
|
"locationInModule": {
|
|
8964
9022
|
"filename": "lib/cluster.ts",
|
|
8965
|
-
"line":
|
|
9023
|
+
"line": 810
|
|
8966
9024
|
},
|
|
8967
9025
|
"name": "addToParameterGroup",
|
|
8968
9026
|
"parameters": [
|
|
@@ -8993,7 +9051,7 @@
|
|
|
8993
9051
|
},
|
|
8994
9052
|
"locationInModule": {
|
|
8995
9053
|
"filename": "lib/cluster.ts",
|
|
8996
|
-
"line":
|
|
9054
|
+
"line": 501
|
|
8997
9055
|
},
|
|
8998
9056
|
"name": "asSecretAttachmentTarget",
|
|
8999
9057
|
"overrides": "aws-cdk-lib.aws_secretsmanager.ISecretAttachmentTarget",
|
|
@@ -9010,7 +9068,7 @@
|
|
|
9010
9068
|
},
|
|
9011
9069
|
"locationInModule": {
|
|
9012
9070
|
"filename": "lib/cluster.ts",
|
|
9013
|
-
"line":
|
|
9071
|
+
"line": 830
|
|
9014
9072
|
},
|
|
9015
9073
|
"name": "enableRebootForParameterChanges"
|
|
9016
9074
|
}
|
|
@@ -9026,7 +9084,7 @@
|
|
|
9026
9084
|
"immutable": true,
|
|
9027
9085
|
"locationInModule": {
|
|
9028
9086
|
"filename": "lib/cluster.ts",
|
|
9029
|
-
"line":
|
|
9087
|
+
"line": 517
|
|
9030
9088
|
},
|
|
9031
9089
|
"name": "PROPERTY_INJECTION_ID",
|
|
9032
9090
|
"static": true,
|
|
@@ -9042,7 +9100,7 @@
|
|
|
9042
9100
|
"immutable": true,
|
|
9043
9101
|
"locationInModule": {
|
|
9044
9102
|
"filename": "lib/cluster.ts",
|
|
9045
|
-
"line":
|
|
9103
|
+
"line": 543
|
|
9046
9104
|
},
|
|
9047
9105
|
"name": "clusterEndpoint",
|
|
9048
9106
|
"overrides": "@aws-cdk/aws-redshift-alpha.ICluster",
|
|
@@ -9058,7 +9116,7 @@
|
|
|
9058
9116
|
"immutable": true,
|
|
9059
9117
|
"locationInModule": {
|
|
9060
9118
|
"filename": "lib/cluster.ts",
|
|
9061
|
-
"line":
|
|
9119
|
+
"line": 538
|
|
9062
9120
|
},
|
|
9063
9121
|
"name": "clusterName",
|
|
9064
9122
|
"overrides": "@aws-cdk/aws-redshift-alpha.ICluster",
|
|
@@ -9074,7 +9132,7 @@
|
|
|
9074
9132
|
"immutable": true,
|
|
9075
9133
|
"locationInModule": {
|
|
9076
9134
|
"filename": "lib/cluster.ts",
|
|
9077
|
-
"line":
|
|
9135
|
+
"line": 548
|
|
9078
9136
|
},
|
|
9079
9137
|
"name": "connections",
|
|
9080
9138
|
"overrides": "aws-cdk-lib.aws_ec2.IConnectable",
|
|
@@ -9090,7 +9148,7 @@
|
|
|
9090
9148
|
"immutable": true,
|
|
9091
9149
|
"locationInModule": {
|
|
9092
9150
|
"filename": "lib/cluster.ts",
|
|
9093
|
-
"line":
|
|
9151
|
+
"line": 553
|
|
9094
9152
|
},
|
|
9095
9153
|
"name": "secret",
|
|
9096
9154
|
"optional": true,
|
|
@@ -9105,7 +9163,7 @@
|
|
|
9105
9163
|
},
|
|
9106
9164
|
"locationInModule": {
|
|
9107
9165
|
"filename": "lib/cluster.ts",
|
|
9108
|
-
"line":
|
|
9166
|
+
"line": 576
|
|
9109
9167
|
},
|
|
9110
9168
|
"name": "parameterGroup",
|
|
9111
9169
|
"optional": true,
|
|
@@ -9132,7 +9190,7 @@
|
|
|
9132
9190
|
"kind": "interface",
|
|
9133
9191
|
"locationInModule": {
|
|
9134
9192
|
"filename": "lib/cluster.ts",
|
|
9135
|
-
"line":
|
|
9193
|
+
"line": 234
|
|
9136
9194
|
},
|
|
9137
9195
|
"name": "ClusterAttributes",
|
|
9138
9196
|
"properties": [
|
|
@@ -9145,7 +9203,7 @@
|
|
|
9145
9203
|
"immutable": true,
|
|
9146
9204
|
"locationInModule": {
|
|
9147
9205
|
"filename": "lib/cluster.ts",
|
|
9148
|
-
"line":
|
|
9206
|
+
"line": 250
|
|
9149
9207
|
},
|
|
9150
9208
|
"name": "clusterEndpointAddress",
|
|
9151
9209
|
"type": {
|
|
@@ -9161,7 +9219,7 @@
|
|
|
9161
9219
|
"immutable": true,
|
|
9162
9220
|
"locationInModule": {
|
|
9163
9221
|
"filename": "lib/cluster.ts",
|
|
9164
|
-
"line":
|
|
9222
|
+
"line": 255
|
|
9165
9223
|
},
|
|
9166
9224
|
"name": "clusterEndpointPort",
|
|
9167
9225
|
"type": {
|
|
@@ -9177,7 +9235,7 @@
|
|
|
9177
9235
|
"immutable": true,
|
|
9178
9236
|
"locationInModule": {
|
|
9179
9237
|
"filename": "lib/cluster.ts",
|
|
9180
|
-
"line":
|
|
9238
|
+
"line": 245
|
|
9181
9239
|
},
|
|
9182
9240
|
"name": "clusterName",
|
|
9183
9241
|
"type": {
|
|
@@ -9194,7 +9252,7 @@
|
|
|
9194
9252
|
"immutable": true,
|
|
9195
9253
|
"locationInModule": {
|
|
9196
9254
|
"filename": "lib/cluster.ts",
|
|
9197
|
-
"line":
|
|
9255
|
+
"line": 240
|
|
9198
9256
|
},
|
|
9199
9257
|
"name": "securityGroups",
|
|
9200
9258
|
"optional": true,
|
|
@@ -9229,7 +9287,7 @@
|
|
|
9229
9287
|
},
|
|
9230
9288
|
"locationInModule": {
|
|
9231
9289
|
"filename": "lib/parameter-group.ts",
|
|
9232
|
-
"line":
|
|
9290
|
+
"line": 83
|
|
9233
9291
|
},
|
|
9234
9292
|
"parameters": [
|
|
9235
9293
|
{
|
|
@@ -9258,7 +9316,7 @@
|
|
|
9258
9316
|
"kind": "class",
|
|
9259
9317
|
"locationInModule": {
|
|
9260
9318
|
"filename": "lib/parameter-group.ts",
|
|
9261
|
-
"line":
|
|
9319
|
+
"line": 53
|
|
9262
9320
|
},
|
|
9263
9321
|
"methods": [
|
|
9264
9322
|
{
|
|
@@ -9268,7 +9326,7 @@
|
|
|
9268
9326
|
},
|
|
9269
9327
|
"locationInModule": {
|
|
9270
9328
|
"filename": "lib/parameter-group.ts",
|
|
9271
|
-
"line":
|
|
9329
|
+
"line": 61
|
|
9272
9330
|
},
|
|
9273
9331
|
"name": "fromClusterParameterGroupName",
|
|
9274
9332
|
"parameters": [
|
|
@@ -9305,7 +9363,7 @@
|
|
|
9305
9363
|
},
|
|
9306
9364
|
"locationInModule": {
|
|
9307
9365
|
"filename": "lib/parameter-group.ts",
|
|
9308
|
-
"line":
|
|
9366
|
+
"line": 108
|
|
9309
9367
|
},
|
|
9310
9368
|
"name": "addParameter",
|
|
9311
9369
|
"parameters": [
|
|
@@ -9341,7 +9399,7 @@
|
|
|
9341
9399
|
"immutable": true,
|
|
9342
9400
|
"locationInModule": {
|
|
9343
9401
|
"filename": "lib/parameter-group.ts",
|
|
9344
|
-
"line":
|
|
9402
|
+
"line": 56
|
|
9345
9403
|
},
|
|
9346
9404
|
"name": "PROPERTY_INJECTION_ID",
|
|
9347
9405
|
"static": true,
|
|
@@ -9357,7 +9415,7 @@
|
|
|
9357
9415
|
"immutable": true,
|
|
9358
9416
|
"locationInModule": {
|
|
9359
9417
|
"filename": "lib/parameter-group.ts",
|
|
9360
|
-
"line":
|
|
9418
|
+
"line": 71
|
|
9361
9419
|
},
|
|
9362
9420
|
"name": "clusterParameterGroupName",
|
|
9363
9421
|
"overrides": "@aws-cdk/aws-redshift-alpha.IClusterParameterGroup",
|
|
@@ -9373,7 +9431,7 @@
|
|
|
9373
9431
|
"immutable": true,
|
|
9374
9432
|
"locationInModule": {
|
|
9375
9433
|
"filename": "lib/parameter-group.ts",
|
|
9376
|
-
"line":
|
|
9434
|
+
"line": 76
|
|
9377
9435
|
},
|
|
9378
9436
|
"name": "parameters",
|
|
9379
9437
|
"type": {
|
|
@@ -9403,7 +9461,7 @@
|
|
|
9403
9461
|
"kind": "interface",
|
|
9404
9462
|
"locationInModule": {
|
|
9405
9463
|
"filename": "lib/parameter-group.ts",
|
|
9406
|
-
"line":
|
|
9464
|
+
"line": 34
|
|
9407
9465
|
},
|
|
9408
9466
|
"name": "ClusterParameterGroupProps",
|
|
9409
9467
|
"properties": [
|
|
@@ -9416,7 +9474,7 @@
|
|
|
9416
9474
|
"immutable": true,
|
|
9417
9475
|
"locationInModule": {
|
|
9418
9476
|
"filename": "lib/parameter-group.ts",
|
|
9419
|
-
"line":
|
|
9477
|
+
"line": 45
|
|
9420
9478
|
},
|
|
9421
9479
|
"name": "parameters",
|
|
9422
9480
|
"type": {
|
|
@@ -9438,7 +9496,7 @@
|
|
|
9438
9496
|
"immutable": true,
|
|
9439
9497
|
"locationInModule": {
|
|
9440
9498
|
"filename": "lib/parameter-group.ts",
|
|
9441
|
-
"line":
|
|
9499
|
+
"line": 40
|
|
9442
9500
|
},
|
|
9443
9501
|
"name": "description",
|
|
9444
9502
|
"optional": true,
|
|
@@ -9464,7 +9522,7 @@
|
|
|
9464
9522
|
"kind": "interface",
|
|
9465
9523
|
"locationInModule": {
|
|
9466
9524
|
"filename": "lib/cluster.ts",
|
|
9467
|
-
"line":
|
|
9525
|
+
"line": 262
|
|
9468
9526
|
},
|
|
9469
9527
|
"name": "ClusterProps",
|
|
9470
9528
|
"properties": [
|
|
@@ -9477,7 +9535,7 @@
|
|
|
9477
9535
|
"immutable": true,
|
|
9478
9536
|
"locationInModule": {
|
|
9479
9537
|
"filename": "lib/cluster.ts",
|
|
9480
|
-
"line":
|
|
9538
|
+
"line": 362
|
|
9481
9539
|
},
|
|
9482
9540
|
"name": "masterUser",
|
|
9483
9541
|
"type": {
|
|
@@ -9493,7 +9551,7 @@
|
|
|
9493
9551
|
"immutable": true,
|
|
9494
9552
|
"locationInModule": {
|
|
9495
9553
|
"filename": "lib/cluster.ts",
|
|
9496
|
-
"line":
|
|
9554
|
+
"line": 336
|
|
9497
9555
|
},
|
|
9498
9556
|
"name": "vpc",
|
|
9499
9557
|
"type": {
|
|
@@ -9511,7 +9569,7 @@
|
|
|
9511
9569
|
"immutable": true,
|
|
9512
9570
|
"locationInModule": {
|
|
9513
9571
|
"filename": "lib/cluster.ts",
|
|
9514
|
-
"line":
|
|
9572
|
+
"line": 467
|
|
9515
9573
|
},
|
|
9516
9574
|
"name": "availabilityZoneRelocation",
|
|
9517
9575
|
"optional": true,
|
|
@@ -9531,7 +9589,7 @@
|
|
|
9531
9589
|
"immutable": true,
|
|
9532
9590
|
"locationInModule": {
|
|
9533
9591
|
"filename": "lib/cluster.ts",
|
|
9534
|
-
"line":
|
|
9592
|
+
"line": 420
|
|
9535
9593
|
},
|
|
9536
9594
|
"name": "classicResizing",
|
|
9537
9595
|
"optional": true,
|
|
@@ -9549,7 +9607,7 @@
|
|
|
9549
9607
|
"immutable": true,
|
|
9550
9608
|
"locationInModule": {
|
|
9551
9609
|
"filename": "lib/cluster.ts",
|
|
9552
|
-
"line":
|
|
9610
|
+
"line": 268
|
|
9553
9611
|
},
|
|
9554
9612
|
"name": "clusterName",
|
|
9555
9613
|
"optional": true,
|
|
@@ -9567,7 +9625,7 @@
|
|
|
9567
9625
|
"immutable": true,
|
|
9568
9626
|
"locationInModule": {
|
|
9569
9627
|
"filename": "lib/cluster.ts",
|
|
9570
|
-
"line":
|
|
9628
|
+
"line": 299
|
|
9571
9629
|
},
|
|
9572
9630
|
"name": "clusterType",
|
|
9573
9631
|
"optional": true,
|
|
@@ -9585,7 +9643,7 @@
|
|
|
9585
9643
|
"immutable": true,
|
|
9586
9644
|
"locationInModule": {
|
|
9587
9645
|
"filename": "lib/cluster.ts",
|
|
9588
|
-
"line":
|
|
9646
|
+
"line": 385
|
|
9589
9647
|
},
|
|
9590
9648
|
"name": "defaultDatabaseName",
|
|
9591
9649
|
"optional": true,
|
|
@@ -9604,7 +9662,7 @@
|
|
|
9604
9662
|
"immutable": true,
|
|
9605
9663
|
"locationInModule": {
|
|
9606
9664
|
"filename": "lib/cluster.ts",
|
|
9607
|
-
"line":
|
|
9665
|
+
"line": 378
|
|
9608
9666
|
},
|
|
9609
9667
|
"name": "defaultRole",
|
|
9610
9668
|
"optional": true,
|
|
@@ -9623,7 +9681,7 @@
|
|
|
9623
9681
|
"immutable": true,
|
|
9624
9682
|
"locationInModule": {
|
|
9625
9683
|
"filename": "lib/cluster.ts",
|
|
9626
|
-
"line":
|
|
9684
|
+
"line": 429
|
|
9627
9685
|
},
|
|
9628
9686
|
"name": "elasticIp",
|
|
9629
9687
|
"optional": true,
|
|
@@ -9641,7 +9699,7 @@
|
|
|
9641
9699
|
"immutable": true,
|
|
9642
9700
|
"locationInModule": {
|
|
9643
9701
|
"filename": "lib/cluster.ts",
|
|
9644
|
-
"line":
|
|
9702
|
+
"line": 313
|
|
9645
9703
|
},
|
|
9646
9704
|
"name": "encrypted",
|
|
9647
9705
|
"optional": true,
|
|
@@ -9659,7 +9717,7 @@
|
|
|
9659
9717
|
"immutable": true,
|
|
9660
9718
|
"locationInModule": {
|
|
9661
9719
|
"filename": "lib/cluster.ts",
|
|
9662
|
-
"line":
|
|
9720
|
+
"line": 320
|
|
9663
9721
|
},
|
|
9664
9722
|
"name": "encryptionKey",
|
|
9665
9723
|
"optional": true,
|
|
@@ -9678,7 +9736,7 @@
|
|
|
9678
9736
|
"immutable": true,
|
|
9679
9737
|
"locationInModule": {
|
|
9680
9738
|
"filename": "lib/cluster.ts",
|
|
9681
|
-
"line":
|
|
9739
|
+
"line": 444
|
|
9682
9740
|
},
|
|
9683
9741
|
"name": "enhancedVpcRouting",
|
|
9684
9742
|
"optional": true,
|
|
@@ -9696,7 +9754,7 @@
|
|
|
9696
9754
|
"immutable": true,
|
|
9697
9755
|
"locationInModule": {
|
|
9698
9756
|
"filename": "lib/cluster.ts",
|
|
9699
|
-
"line":
|
|
9757
|
+
"line": 392
|
|
9700
9758
|
},
|
|
9701
9759
|
"name": "loggingProperties",
|
|
9702
9760
|
"optional": true,
|
|
@@ -9715,7 +9773,7 @@
|
|
|
9715
9773
|
"immutable": true,
|
|
9716
9774
|
"locationInModule": {
|
|
9717
9775
|
"filename": "lib/cluster.ts",
|
|
9718
|
-
"line":
|
|
9776
|
+
"line": 476
|
|
9719
9777
|
},
|
|
9720
9778
|
"name": "maintenanceTrackName",
|
|
9721
9779
|
"optional": true,
|
|
@@ -9733,7 +9791,7 @@
|
|
|
9733
9791
|
"immutable": true,
|
|
9734
9792
|
"locationInModule": {
|
|
9735
9793
|
"filename": "lib/cluster.ts",
|
|
9736
|
-
"line":
|
|
9794
|
+
"line": 451
|
|
9737
9795
|
},
|
|
9738
9796
|
"name": "multiAz",
|
|
9739
9797
|
"optional": true,
|
|
@@ -9751,7 +9809,7 @@
|
|
|
9751
9809
|
"immutable": true,
|
|
9752
9810
|
"locationInModule": {
|
|
9753
9811
|
"filename": "lib/cluster.ts",
|
|
9754
|
-
"line":
|
|
9812
|
+
"line": 292
|
|
9755
9813
|
},
|
|
9756
9814
|
"name": "nodeType",
|
|
9757
9815
|
"optional": true,
|
|
@@ -9770,7 +9828,7 @@
|
|
|
9770
9828
|
"immutable": true,
|
|
9771
9829
|
"locationInModule": {
|
|
9772
9830
|
"filename": "lib/cluster.ts",
|
|
9773
|
-
"line":
|
|
9831
|
+
"line": 285
|
|
9774
9832
|
},
|
|
9775
9833
|
"name": "numberOfNodes",
|
|
9776
9834
|
"optional": true,
|
|
@@ -9788,7 +9846,7 @@
|
|
|
9788
9846
|
"immutable": true,
|
|
9789
9847
|
"locationInModule": {
|
|
9790
9848
|
"filename": "lib/cluster.ts",
|
|
9791
|
-
"line":
|
|
9849
|
+
"line": 276
|
|
9792
9850
|
},
|
|
9793
9851
|
"name": "parameterGroup",
|
|
9794
9852
|
"optional": true,
|
|
@@ -9806,7 +9864,7 @@
|
|
|
9806
9864
|
"immutable": true,
|
|
9807
9865
|
"locationInModule": {
|
|
9808
9866
|
"filename": "lib/cluster.ts",
|
|
9809
|
-
"line":
|
|
9867
|
+
"line": 306
|
|
9810
9868
|
},
|
|
9811
9869
|
"name": "port",
|
|
9812
9870
|
"optional": true,
|
|
@@ -9826,7 +9884,7 @@
|
|
|
9826
9884
|
"immutable": true,
|
|
9827
9885
|
"locationInModule": {
|
|
9828
9886
|
"filename": "lib/cluster.ts",
|
|
9829
|
-
"line":
|
|
9887
|
+
"line": 331
|
|
9830
9888
|
},
|
|
9831
9889
|
"name": "preferredMaintenanceWindow",
|
|
9832
9890
|
"optional": true,
|
|
@@ -9844,7 +9902,7 @@
|
|
|
9844
9902
|
"immutable": true,
|
|
9845
9903
|
"locationInModule": {
|
|
9846
9904
|
"filename": "lib/cluster.ts",
|
|
9847
|
-
"line":
|
|
9905
|
+
"line": 407
|
|
9848
9906
|
},
|
|
9849
9907
|
"name": "publiclyAccessible",
|
|
9850
9908
|
"optional": true,
|
|
@@ -9862,7 +9920,7 @@
|
|
|
9862
9920
|
"immutable": true,
|
|
9863
9921
|
"locationInModule": {
|
|
9864
9922
|
"filename": "lib/cluster.ts",
|
|
9865
|
-
"line":
|
|
9923
|
+
"line": 435
|
|
9866
9924
|
},
|
|
9867
9925
|
"name": "rebootForParameterChanges",
|
|
9868
9926
|
"optional": true,
|
|
@@ -9880,7 +9938,7 @@
|
|
|
9880
9938
|
"immutable": true,
|
|
9881
9939
|
"locationInModule": {
|
|
9882
9940
|
"filename": "lib/cluster.ts",
|
|
9883
|
-
"line":
|
|
9941
|
+
"line": 400
|
|
9884
9942
|
},
|
|
9885
9943
|
"name": "removalPolicy",
|
|
9886
9944
|
"optional": true,
|
|
@@ -9898,7 +9956,7 @@
|
|
|
9898
9956
|
"immutable": true,
|
|
9899
9957
|
"locationInModule": {
|
|
9900
9958
|
"filename": "lib/cluster.ts",
|
|
9901
|
-
"line":
|
|
9959
|
+
"line": 458
|
|
9902
9960
|
},
|
|
9903
9961
|
"name": "resourceAction",
|
|
9904
9962
|
"optional": true,
|
|
@@ -9917,7 +9975,7 @@
|
|
|
9917
9975
|
"immutable": true,
|
|
9918
9976
|
"locationInModule": {
|
|
9919
9977
|
"filename": "lib/cluster.ts",
|
|
9920
|
-
"line":
|
|
9978
|
+
"line": 370
|
|
9921
9979
|
},
|
|
9922
9980
|
"name": "roles",
|
|
9923
9981
|
"optional": true,
|
|
@@ -9940,7 +9998,7 @@
|
|
|
9940
9998
|
"immutable": true,
|
|
9941
9999
|
"locationInModule": {
|
|
9942
10000
|
"filename": "lib/cluster.ts",
|
|
9943
|
-
"line":
|
|
10001
|
+
"line": 350
|
|
9944
10002
|
},
|
|
9945
10003
|
"name": "securityGroups",
|
|
9946
10004
|
"optional": true,
|
|
@@ -9963,7 +10021,7 @@
|
|
|
9963
10021
|
"immutable": true,
|
|
9964
10022
|
"locationInModule": {
|
|
9965
10023
|
"filename": "lib/cluster.ts",
|
|
9966
|
-
"line":
|
|
10024
|
+
"line": 357
|
|
9967
10025
|
},
|
|
9968
10026
|
"name": "subnetGroup",
|
|
9969
10027
|
"optional": true,
|
|
@@ -9981,7 +10039,7 @@
|
|
|
9981
10039
|
"immutable": true,
|
|
9982
10040
|
"locationInModule": {
|
|
9983
10041
|
"filename": "lib/cluster.ts",
|
|
9984
|
-
"line":
|
|
10042
|
+
"line": 343
|
|
9985
10043
|
},
|
|
9986
10044
|
"name": "vpcSubnets",
|
|
9987
10045
|
"optional": true,
|
|
@@ -10220,7 +10278,7 @@
|
|
|
10220
10278
|
"kind": "enum",
|
|
10221
10279
|
"locationInModule": {
|
|
10222
10280
|
"filename": "lib/cluster.ts",
|
|
10223
|
-
"line":
|
|
10281
|
+
"line": 83
|
|
10224
10282
|
},
|
|
10225
10283
|
"members": [
|
|
10226
10284
|
{
|
|
@@ -10256,7 +10314,7 @@
|
|
|
10256
10314
|
"kind": "interface",
|
|
10257
10315
|
"locationInModule": {
|
|
10258
10316
|
"filename": "lib/table.ts",
|
|
10259
|
-
"line":
|
|
10317
|
+
"line": 60
|
|
10260
10318
|
},
|
|
10261
10319
|
"name": "Column",
|
|
10262
10320
|
"properties": [
|
|
@@ -10269,7 +10327,7 @@
|
|
|
10269
10327
|
"immutable": true,
|
|
10270
10328
|
"locationInModule": {
|
|
10271
10329
|
"filename": "lib/table.ts",
|
|
10272
|
-
"line":
|
|
10330
|
+
"line": 80
|
|
10273
10331
|
},
|
|
10274
10332
|
"name": "dataType",
|
|
10275
10333
|
"type": {
|
|
@@ -10286,7 +10344,7 @@
|
|
|
10286
10344
|
"immutable": true,
|
|
10287
10345
|
"locationInModule": {
|
|
10288
10346
|
"filename": "lib/table.ts",
|
|
10289
|
-
"line":
|
|
10347
|
+
"line": 75
|
|
10290
10348
|
},
|
|
10291
10349
|
"name": "name",
|
|
10292
10350
|
"type": {
|
|
@@ -10303,7 +10361,7 @@
|
|
|
10303
10361
|
"immutable": true,
|
|
10304
10362
|
"locationInModule": {
|
|
10305
10363
|
"filename": "lib/table.ts",
|
|
10306
|
-
"line":
|
|
10364
|
+
"line": 108
|
|
10307
10365
|
},
|
|
10308
10366
|
"name": "comment",
|
|
10309
10367
|
"optional": true,
|
|
@@ -10321,7 +10379,7 @@
|
|
|
10321
10379
|
"immutable": true,
|
|
10322
10380
|
"locationInModule": {
|
|
10323
10381
|
"filename": "lib/table.ts",
|
|
10324
|
-
"line":
|
|
10382
|
+
"line": 87
|
|
10325
10383
|
},
|
|
10326
10384
|
"name": "distKey",
|
|
10327
10385
|
"optional": true,
|
|
@@ -10339,7 +10397,7 @@
|
|
|
10339
10397
|
"immutable": true,
|
|
10340
10398
|
"locationInModule": {
|
|
10341
10399
|
"filename": "lib/table.ts",
|
|
10342
|
-
"line":
|
|
10400
|
+
"line": 101
|
|
10343
10401
|
},
|
|
10344
10402
|
"name": "encoding",
|
|
10345
10403
|
"optional": true,
|
|
@@ -10358,7 +10416,7 @@
|
|
|
10358
10416
|
"immutable": true,
|
|
10359
10417
|
"locationInModule": {
|
|
10360
10418
|
"filename": "lib/table.ts",
|
|
10361
|
-
"line":
|
|
10419
|
+
"line": 70
|
|
10362
10420
|
},
|
|
10363
10421
|
"name": "id",
|
|
10364
10422
|
"optional": true,
|
|
@@ -10376,7 +10434,7 @@
|
|
|
10376
10434
|
"immutable": true,
|
|
10377
10435
|
"locationInModule": {
|
|
10378
10436
|
"filename": "lib/table.ts",
|
|
10379
|
-
"line":
|
|
10437
|
+
"line": 94
|
|
10380
10438
|
},
|
|
10381
10439
|
"name": "sortKey",
|
|
10382
10440
|
"optional": true,
|
|
@@ -10402,7 +10460,7 @@
|
|
|
10402
10460
|
"kind": "enum",
|
|
10403
10461
|
"locationInModule": {
|
|
10404
10462
|
"filename": "lib/table.ts",
|
|
10405
|
-
"line":
|
|
10463
|
+
"line": 413
|
|
10406
10464
|
},
|
|
10407
10465
|
"members": [
|
|
10408
10466
|
{
|
|
@@ -10849,7 +10907,7 @@
|
|
|
10849
10907
|
"kind": "interface",
|
|
10850
10908
|
"locationInModule": {
|
|
10851
10909
|
"filename": "lib/cluster.ts",
|
|
10852
|
-
"line":
|
|
10910
|
+
"line": 215
|
|
10853
10911
|
},
|
|
10854
10912
|
"name": "ICluster",
|
|
10855
10913
|
"properties": [
|
|
@@ -10865,7 +10923,7 @@
|
|
|
10865
10923
|
"immutable": true,
|
|
10866
10924
|
"locationInModule": {
|
|
10867
10925
|
"filename": "lib/cluster.ts",
|
|
10868
|
-
"line":
|
|
10926
|
+
"line": 228
|
|
10869
10927
|
},
|
|
10870
10928
|
"name": "clusterEndpoint",
|
|
10871
10929
|
"type": {
|
|
@@ -10884,7 +10942,7 @@
|
|
|
10884
10942
|
"immutable": true,
|
|
10885
10943
|
"locationInModule": {
|
|
10886
10944
|
"filename": "lib/cluster.ts",
|
|
10887
|
-
"line":
|
|
10945
|
+
"line": 221
|
|
10888
10946
|
},
|
|
10889
10947
|
"name": "clusterName",
|
|
10890
10948
|
"type": {
|
|
@@ -10907,7 +10965,7 @@
|
|
|
10907
10965
|
"kind": "interface",
|
|
10908
10966
|
"locationInModule": {
|
|
10909
10967
|
"filename": "lib/parameter-group.ts",
|
|
10910
|
-
"line":
|
|
10968
|
+
"line": 12
|
|
10911
10969
|
},
|
|
10912
10970
|
"name": "IClusterParameterGroup",
|
|
10913
10971
|
"properties": [
|
|
@@ -10923,7 +10981,7 @@
|
|
|
10923
10981
|
"immutable": true,
|
|
10924
10982
|
"locationInModule": {
|
|
10925
10983
|
"filename": "lib/parameter-group.ts",
|
|
10926
|
-
"line":
|
|
10984
|
+
"line": 18
|
|
10927
10985
|
},
|
|
10928
10986
|
"name": "clusterParameterGroupName",
|
|
10929
10987
|
"type": {
|
|
@@ -10985,7 +11043,7 @@
|
|
|
10985
11043
|
"kind": "interface",
|
|
10986
11044
|
"locationInModule": {
|
|
10987
11045
|
"filename": "lib/table.ts",
|
|
10988
|
-
"line":
|
|
11046
|
+
"line": 168
|
|
10989
11047
|
},
|
|
10990
11048
|
"methods": [
|
|
10991
11049
|
{
|
|
@@ -10996,7 +11054,7 @@
|
|
|
10996
11054
|
},
|
|
10997
11055
|
"locationInModule": {
|
|
10998
11056
|
"filename": "lib/table.ts",
|
|
10999
|
-
"line":
|
|
11057
|
+
"line": 192
|
|
11000
11058
|
},
|
|
11001
11059
|
"name": "grant",
|
|
11002
11060
|
"parameters": [
|
|
@@ -11028,7 +11086,7 @@
|
|
|
11028
11086
|
"immutable": true,
|
|
11029
11087
|
"locationInModule": {
|
|
11030
11088
|
"filename": "lib/table.ts",
|
|
11031
|
-
"line":
|
|
11089
|
+
"line": 182
|
|
11032
11090
|
},
|
|
11033
11091
|
"name": "cluster",
|
|
11034
11092
|
"type": {
|
|
@@ -11044,7 +11102,7 @@
|
|
|
11044
11102
|
"immutable": true,
|
|
11045
11103
|
"locationInModule": {
|
|
11046
11104
|
"filename": "lib/table.ts",
|
|
11047
|
-
"line":
|
|
11105
|
+
"line": 187
|
|
11048
11106
|
},
|
|
11049
11107
|
"name": "databaseName",
|
|
11050
11108
|
"type": {
|
|
@@ -11060,7 +11118,7 @@
|
|
|
11060
11118
|
"immutable": true,
|
|
11061
11119
|
"locationInModule": {
|
|
11062
11120
|
"filename": "lib/table.ts",
|
|
11063
|
-
"line":
|
|
11121
|
+
"line": 177
|
|
11064
11122
|
},
|
|
11065
11123
|
"name": "tableColumns",
|
|
11066
11124
|
"type": {
|
|
@@ -11081,7 +11139,7 @@
|
|
|
11081
11139
|
"immutable": true,
|
|
11082
11140
|
"locationInModule": {
|
|
11083
11141
|
"filename": "lib/table.ts",
|
|
11084
|
-
"line":
|
|
11142
|
+
"line": 172
|
|
11085
11143
|
},
|
|
11086
11144
|
"name": "tableName",
|
|
11087
11145
|
"type": {
|
|
@@ -11220,7 +11278,7 @@
|
|
|
11220
11278
|
"kind": "interface",
|
|
11221
11279
|
"locationInModule": {
|
|
11222
11280
|
"filename": "lib/cluster.ts",
|
|
11223
|
-
"line":
|
|
11281
|
+
"line": 152
|
|
11224
11282
|
},
|
|
11225
11283
|
"name": "LoggingProperties",
|
|
11226
11284
|
"properties": [
|
|
@@ -11234,7 +11292,7 @@
|
|
|
11234
11292
|
"immutable": true,
|
|
11235
11293
|
"locationInModule": {
|
|
11236
11294
|
"filename": "lib/cluster.ts",
|
|
11237
|
-
"line":
|
|
11295
|
+
"line": 157
|
|
11238
11296
|
},
|
|
11239
11297
|
"name": "loggingBucket",
|
|
11240
11298
|
"type": {
|
|
@@ -11250,7 +11308,7 @@
|
|
|
11250
11308
|
"immutable": true,
|
|
11251
11309
|
"locationInModule": {
|
|
11252
11310
|
"filename": "lib/cluster.ts",
|
|
11253
|
-
"line":
|
|
11311
|
+
"line": 162
|
|
11254
11312
|
},
|
|
11255
11313
|
"name": "loggingKeyPrefix",
|
|
11256
11314
|
"type": {
|
|
@@ -11275,7 +11333,7 @@
|
|
|
11275
11333
|
"kind": "interface",
|
|
11276
11334
|
"locationInModule": {
|
|
11277
11335
|
"filename": "lib/cluster.ts",
|
|
11278
|
-
"line":
|
|
11336
|
+
"line": 119
|
|
11279
11337
|
},
|
|
11280
11338
|
"name": "Login",
|
|
11281
11339
|
"properties": [
|
|
@@ -11288,7 +11346,7 @@
|
|
|
11288
11346
|
"immutable": true,
|
|
11289
11347
|
"locationInModule": {
|
|
11290
11348
|
"filename": "lib/cluster.ts",
|
|
11291
|
-
"line":
|
|
11349
|
+
"line": 123
|
|
11292
11350
|
},
|
|
11293
11351
|
"name": "masterUsername",
|
|
11294
11352
|
"type": {
|
|
@@ -11305,7 +11363,7 @@
|
|
|
11305
11363
|
"immutable": true,
|
|
11306
11364
|
"locationInModule": {
|
|
11307
11365
|
"filename": "lib/cluster.ts",
|
|
11308
|
-
"line":
|
|
11366
|
+
"line": 139
|
|
11309
11367
|
},
|
|
11310
11368
|
"name": "encryptionKey",
|
|
11311
11369
|
"optional": true,
|
|
@@ -11323,7 +11381,7 @@
|
|
|
11323
11381
|
"immutable": true,
|
|
11324
11382
|
"locationInModule": {
|
|
11325
11383
|
"filename": "lib/cluster.ts",
|
|
11326
|
-
"line":
|
|
11384
|
+
"line": 146
|
|
11327
11385
|
},
|
|
11328
11386
|
"name": "excludeCharacters",
|
|
11329
11387
|
"optional": true,
|
|
@@ -11342,7 +11400,7 @@
|
|
|
11342
11400
|
"immutable": true,
|
|
11343
11401
|
"locationInModule": {
|
|
11344
11402
|
"filename": "lib/cluster.ts",
|
|
11345
|
-
"line":
|
|
11403
|
+
"line": 132
|
|
11346
11404
|
},
|
|
11347
11405
|
"name": "masterPassword",
|
|
11348
11406
|
"optional": true,
|
|
@@ -11364,7 +11422,7 @@
|
|
|
11364
11422
|
"kind": "enum",
|
|
11365
11423
|
"locationInModule": {
|
|
11366
11424
|
"filename": "lib/cluster.ts",
|
|
11367
|
-
"line":
|
|
11425
|
+
"line": 199
|
|
11368
11426
|
},
|
|
11369
11427
|
"members": [
|
|
11370
11428
|
{
|
|
@@ -11399,7 +11457,7 @@
|
|
|
11399
11457
|
"kind": "enum",
|
|
11400
11458
|
"locationInModule": {
|
|
11401
11459
|
"filename": "lib/cluster.ts",
|
|
11402
|
-
"line":
|
|
11460
|
+
"line": 27
|
|
11403
11461
|
},
|
|
11404
11462
|
"members": [
|
|
11405
11463
|
{
|
|
@@ -11490,7 +11548,7 @@
|
|
|
11490
11548
|
"kind": "enum",
|
|
11491
11549
|
"locationInModule": {
|
|
11492
11550
|
"filename": "lib/cluster.ts",
|
|
11493
|
-
"line":
|
|
11551
|
+
"line": 97
|
|
11494
11552
|
},
|
|
11495
11553
|
"members": [
|
|
11496
11554
|
{
|
|
@@ -11534,7 +11592,7 @@
|
|
|
11534
11592
|
"kind": "interface",
|
|
11535
11593
|
"locationInModule": {
|
|
11536
11594
|
"filename": "lib/cluster.ts",
|
|
11537
|
-
"line":
|
|
11595
|
+
"line": 168
|
|
11538
11596
|
},
|
|
11539
11597
|
"name": "RotationMultiUserOptions",
|
|
11540
11598
|
"properties": [
|
|
@@ -11548,7 +11606,7 @@
|
|
|
11548
11606
|
"immutable": true,
|
|
11549
11607
|
"locationInModule": {
|
|
11550
11608
|
"filename": "lib/cluster.ts",
|
|
11551
|
-
"line":
|
|
11609
|
+
"line": 183
|
|
11552
11610
|
},
|
|
11553
11611
|
"name": "secret",
|
|
11554
11612
|
"type": {
|
|
@@ -11565,7 +11623,7 @@
|
|
|
11565
11623
|
"immutable": true,
|
|
11566
11624
|
"locationInModule": {
|
|
11567
11625
|
"filename": "lib/cluster.ts",
|
|
11568
|
-
"line":
|
|
11626
|
+
"line": 191
|
|
11569
11627
|
},
|
|
11570
11628
|
"name": "automaticallyAfter",
|
|
11571
11629
|
"optional": true,
|
|
@@ -11594,7 +11652,7 @@
|
|
|
11594
11652
|
},
|
|
11595
11653
|
"locationInModule": {
|
|
11596
11654
|
"filename": "lib/table.ts",
|
|
11597
|
-
"line":
|
|
11655
|
+
"line": 253
|
|
11598
11656
|
},
|
|
11599
11657
|
"parameters": [
|
|
11600
11658
|
{
|
|
@@ -11623,7 +11681,7 @@
|
|
|
11623
11681
|
"kind": "class",
|
|
11624
11682
|
"locationInModule": {
|
|
11625
11683
|
"filename": "lib/table.ts",
|
|
11626
|
-
"line":
|
|
11684
|
+
"line": 233
|
|
11627
11685
|
},
|
|
11628
11686
|
"methods": [
|
|
11629
11687
|
{
|
|
@@ -11633,7 +11691,7 @@
|
|
|
11633
11691
|
},
|
|
11634
11692
|
"locationInModule": {
|
|
11635
11693
|
"filename": "lib/table.ts",
|
|
11636
|
-
"line":
|
|
11694
|
+
"line": 237
|
|
11637
11695
|
},
|
|
11638
11696
|
"name": "fromTableAttributes",
|
|
11639
11697
|
"parameters": [
|
|
@@ -11671,7 +11729,7 @@
|
|
|
11671
11729
|
},
|
|
11672
11730
|
"locationInModule": {
|
|
11673
11731
|
"filename": "lib/table.ts",
|
|
11674
|
-
"line":
|
|
11732
|
+
"line": 303
|
|
11675
11733
|
},
|
|
11676
11734
|
"name": "applyRemovalPolicy",
|
|
11677
11735
|
"parameters": [
|
|
@@ -11690,7 +11748,7 @@
|
|
|
11690
11748
|
},
|
|
11691
11749
|
"locationInModule": {
|
|
11692
11750
|
"filename": "lib/table.ts",
|
|
11693
|
-
"line":
|
|
11751
|
+
"line": 225
|
|
11694
11752
|
},
|
|
11695
11753
|
"name": "grant",
|
|
11696
11754
|
"overrides": "@aws-cdk/aws-redshift-alpha.ITable",
|
|
@@ -11722,7 +11780,7 @@
|
|
|
11722
11780
|
"immutable": true,
|
|
11723
11781
|
"locationInModule": {
|
|
11724
11782
|
"filename": "lib/table.ts",
|
|
11725
|
-
"line":
|
|
11783
|
+
"line": 248
|
|
11726
11784
|
},
|
|
11727
11785
|
"name": "cluster",
|
|
11728
11786
|
"overrides": "@aws-cdk/aws-redshift-alpha.ITable",
|
|
@@ -11738,7 +11796,7 @@
|
|
|
11738
11796
|
"immutable": true,
|
|
11739
11797
|
"locationInModule": {
|
|
11740
11798
|
"filename": "lib/table.ts",
|
|
11741
|
-
"line":
|
|
11799
|
+
"line": 249
|
|
11742
11800
|
},
|
|
11743
11801
|
"name": "databaseName",
|
|
11744
11802
|
"overrides": "@aws-cdk/aws-redshift-alpha.ITable",
|
|
@@ -11754,7 +11812,7 @@
|
|
|
11754
11812
|
"immutable": true,
|
|
11755
11813
|
"locationInModule": {
|
|
11756
11814
|
"filename": "lib/table.ts",
|
|
11757
|
-
"line":
|
|
11815
|
+
"line": 247
|
|
11758
11816
|
},
|
|
11759
11817
|
"name": "tableColumns",
|
|
11760
11818
|
"overrides": "@aws-cdk/aws-redshift-alpha.ITable",
|
|
@@ -11775,7 +11833,7 @@
|
|
|
11775
11833
|
"immutable": true,
|
|
11776
11834
|
"locationInModule": {
|
|
11777
11835
|
"filename": "lib/table.ts",
|
|
11778
|
-
"line":
|
|
11836
|
+
"line": 246
|
|
11779
11837
|
},
|
|
11780
11838
|
"name": "tableName",
|
|
11781
11839
|
"overrides": "@aws-cdk/aws-redshift-alpha.ITable",
|
|
@@ -11800,7 +11858,7 @@
|
|
|
11800
11858
|
"kind": "enum",
|
|
11801
11859
|
"locationInModule": {
|
|
11802
11860
|
"filename": "lib/table.ts",
|
|
11803
|
-
"line":
|
|
11861
|
+
"line": 18
|
|
11804
11862
|
},
|
|
11805
11863
|
"members": [
|
|
11806
11864
|
{
|
|
@@ -11872,7 +11930,7 @@
|
|
|
11872
11930
|
"kind": "interface",
|
|
11873
11931
|
"locationInModule": {
|
|
11874
11932
|
"filename": "lib/table.ts",
|
|
11875
|
-
"line":
|
|
11933
|
+
"line": 198
|
|
11876
11934
|
},
|
|
11877
11935
|
"name": "TableAttributes",
|
|
11878
11936
|
"properties": [
|
|
@@ -11885,7 +11943,7 @@
|
|
|
11885
11943
|
"immutable": true,
|
|
11886
11944
|
"locationInModule": {
|
|
11887
11945
|
"filename": "lib/table.ts",
|
|
11888
|
-
"line":
|
|
11946
|
+
"line": 212
|
|
11889
11947
|
},
|
|
11890
11948
|
"name": "cluster",
|
|
11891
11949
|
"type": {
|
|
@@ -11901,7 +11959,7 @@
|
|
|
11901
11959
|
"immutable": true,
|
|
11902
11960
|
"locationInModule": {
|
|
11903
11961
|
"filename": "lib/table.ts",
|
|
11904
|
-
"line":
|
|
11962
|
+
"line": 217
|
|
11905
11963
|
},
|
|
11906
11964
|
"name": "databaseName",
|
|
11907
11965
|
"type": {
|
|
@@ -11917,7 +11975,7 @@
|
|
|
11917
11975
|
"immutable": true,
|
|
11918
11976
|
"locationInModule": {
|
|
11919
11977
|
"filename": "lib/table.ts",
|
|
11920
|
-
"line":
|
|
11978
|
+
"line": 207
|
|
11921
11979
|
},
|
|
11922
11980
|
"name": "tableColumns",
|
|
11923
11981
|
"type": {
|
|
@@ -11938,7 +11996,7 @@
|
|
|
11938
11996
|
"immutable": true,
|
|
11939
11997
|
"locationInModule": {
|
|
11940
11998
|
"filename": "lib/table.ts",
|
|
11941
|
-
"line":
|
|
11999
|
+
"line": 202
|
|
11942
12000
|
},
|
|
11943
12001
|
"name": "tableName",
|
|
11944
12002
|
"type": {
|
|
@@ -11962,7 +12020,7 @@
|
|
|
11962
12020
|
"kind": "enum",
|
|
11963
12021
|
"locationInModule": {
|
|
11964
12022
|
"filename": "lib/table.ts",
|
|
11965
|
-
"line":
|
|
12023
|
+
"line": 365
|
|
11966
12024
|
},
|
|
11967
12025
|
"members": [
|
|
11968
12026
|
{
|
|
@@ -12015,7 +12073,7 @@
|
|
|
12015
12073
|
"kind": "interface",
|
|
12016
12074
|
"locationInModule": {
|
|
12017
12075
|
"filename": "lib/table.ts",
|
|
12018
|
-
"line":
|
|
12076
|
+
"line": 114
|
|
12019
12077
|
},
|
|
12020
12078
|
"name": "TableProps",
|
|
12021
12079
|
"properties": [
|
|
@@ -12028,7 +12086,7 @@
|
|
|
12028
12086
|
"immutable": true,
|
|
12029
12087
|
"locationInModule": {
|
|
12030
12088
|
"filename": "lib/table.ts",
|
|
12031
|
-
"line":
|
|
12089
|
+
"line": 125
|
|
12032
12090
|
},
|
|
12033
12091
|
"name": "tableColumns",
|
|
12034
12092
|
"type": {
|
|
@@ -12050,7 +12108,7 @@
|
|
|
12050
12108
|
"immutable": true,
|
|
12051
12109
|
"locationInModule": {
|
|
12052
12110
|
"filename": "lib/table.ts",
|
|
12053
|
-
"line":
|
|
12111
|
+
"line": 132
|
|
12054
12112
|
},
|
|
12055
12113
|
"name": "distStyle",
|
|
12056
12114
|
"optional": true,
|
|
@@ -12068,7 +12126,7 @@
|
|
|
12068
12126
|
"immutable": true,
|
|
12069
12127
|
"locationInModule": {
|
|
12070
12128
|
"filename": "lib/table.ts",
|
|
12071
|
-
"line":
|
|
12129
|
+
"line": 146
|
|
12072
12130
|
},
|
|
12073
12131
|
"name": "removalPolicy",
|
|
12074
12132
|
"optional": true,
|
|
@@ -12086,7 +12144,7 @@
|
|
|
12086
12144
|
"immutable": true,
|
|
12087
12145
|
"locationInModule": {
|
|
12088
12146
|
"filename": "lib/table.ts",
|
|
12089
|
-
"line":
|
|
12147
|
+
"line": 139
|
|
12090
12148
|
},
|
|
12091
12149
|
"name": "sortStyle",
|
|
12092
12150
|
"optional": true,
|
|
@@ -12104,7 +12162,7 @@
|
|
|
12104
12162
|
"immutable": true,
|
|
12105
12163
|
"locationInModule": {
|
|
12106
12164
|
"filename": "lib/table.ts",
|
|
12107
|
-
"line":
|
|
12165
|
+
"line": 153
|
|
12108
12166
|
},
|
|
12109
12167
|
"name": "tableComment",
|
|
12110
12168
|
"optional": true,
|
|
@@ -12122,7 +12180,7 @@
|
|
|
12122
12180
|
"immutable": true,
|
|
12123
12181
|
"locationInModule": {
|
|
12124
12182
|
"filename": "lib/table.ts",
|
|
12125
|
-
"line":
|
|
12183
|
+
"line": 120
|
|
12126
12184
|
},
|
|
12127
12185
|
"name": "tableName",
|
|
12128
12186
|
"optional": true,
|
|
@@ -12141,7 +12199,7 @@
|
|
|
12141
12199
|
"immutable": true,
|
|
12142
12200
|
"locationInModule": {
|
|
12143
12201
|
"filename": "lib/table.ts",
|
|
12144
|
-
"line":
|
|
12202
|
+
"line": 162
|
|
12145
12203
|
},
|
|
12146
12204
|
"name": "timeout",
|
|
12147
12205
|
"optional": true,
|
|
@@ -12166,7 +12224,7 @@
|
|
|
12166
12224
|
"kind": "enum",
|
|
12167
12225
|
"locationInModule": {
|
|
12168
12226
|
"filename": "lib/table.ts",
|
|
12169
|
-
"line":
|
|
12227
|
+
"line": 390
|
|
12170
12228
|
},
|
|
12171
12229
|
"members": [
|
|
12172
12230
|
{
|
|
@@ -12588,6 +12646,6 @@
|
|
|
12588
12646
|
"symbolId": "lib/user:UserProps"
|
|
12589
12647
|
}
|
|
12590
12648
|
},
|
|
12591
|
-
"version": "2.
|
|
12649
|
+
"version": "2.247.0-alpha.0",
|
|
12592
12650
|
"fingerprint": "**********"
|
|
12593
12651
|
}
|