@aws-cdk/aws-glue-alpha 2.240.0-alpha.0 → 2.242.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 +368 -29
- package/.jsii.tabl.json.gz +0 -0
- package/lib/code.js +3 -3
- package/lib/connection.d.ts +48 -0
- package/lib/connection.js +51 -3
- package/lib/data-format.js +5 -5
- package/lib/data-quality-ruleset.js +2 -2
- package/lib/database.js +1 -1
- package/lib/external-table.js +1 -1
- package/lib/jobs/job.js +2 -2
- package/lib/jobs/pyspark-etl-job.js +1 -1
- package/lib/jobs/pyspark-flex-etl-job.js +1 -1
- package/lib/jobs/pyspark-streaming-job.js +1 -1
- package/lib/jobs/python-shell-job.js +1 -1
- package/lib/jobs/ray-job.js +1 -1
- package/lib/jobs/scala-spark-etl-job.js +1 -1
- package/lib/jobs/scala-spark-flex-etl-job.js +1 -1
- package/lib/jobs/scala-spark-streaming-job.js +1 -1
- package/lib/jobs/spark-job.js +1 -1
- package/lib/partition-projection.js +1 -1
- package/lib/s3-table.js +1 -1
- package/lib/schema.js +1 -1
- package/lib/security-configuration.js +1 -1
- package/lib/storage-parameter.js +1 -1
- package/lib/table-base.js +1 -1
- package/lib/table-deprecated.js +1 -1
- package/lib/triggers/trigger-options.js +1 -1
- package/lib/triggers/workflow.js +2 -2
- 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.242.0",
|
|
12
12
|
"constructs": "^10.5.0"
|
|
13
13
|
},
|
|
14
14
|
"dependencyClosure": {
|
|
@@ -616,6 +616,19 @@
|
|
|
616
616
|
}
|
|
617
617
|
}
|
|
618
618
|
},
|
|
619
|
+
"aws-cdk-lib.aws_bedrockmantle": {
|
|
620
|
+
"targets": {
|
|
621
|
+
"dotnet": {
|
|
622
|
+
"namespace": "Amazon.CDK.AWS.BedrockMantle"
|
|
623
|
+
},
|
|
624
|
+
"java": {
|
|
625
|
+
"package": "software.amazon.awscdk.services.bedrockmantle"
|
|
626
|
+
},
|
|
627
|
+
"python": {
|
|
628
|
+
"module": "aws_cdk.aws_bedrockmantle"
|
|
629
|
+
}
|
|
630
|
+
}
|
|
631
|
+
},
|
|
619
632
|
"aws-cdk-lib.aws_billingconductor": {
|
|
620
633
|
"targets": {
|
|
621
634
|
"dotnet": {
|
|
@@ -1020,6 +1033,19 @@
|
|
|
1020
1033
|
}
|
|
1021
1034
|
}
|
|
1022
1035
|
},
|
|
1036
|
+
"aws-cdk-lib.aws_computeoptimizer": {
|
|
1037
|
+
"targets": {
|
|
1038
|
+
"dotnet": {
|
|
1039
|
+
"namespace": "Amazon.CDK.AWS.ComputeOptimizer"
|
|
1040
|
+
},
|
|
1041
|
+
"java": {
|
|
1042
|
+
"package": "software.amazon.awscdk.services.computeoptimizer"
|
|
1043
|
+
},
|
|
1044
|
+
"python": {
|
|
1045
|
+
"module": "aws_cdk.aws_computeoptimizer"
|
|
1046
|
+
}
|
|
1047
|
+
}
|
|
1048
|
+
},
|
|
1023
1049
|
"aws-cdk-lib.aws_config": {
|
|
1024
1050
|
"targets": {
|
|
1025
1051
|
"dotnet": {
|
|
@@ -1241,6 +1267,19 @@
|
|
|
1241
1267
|
}
|
|
1242
1268
|
}
|
|
1243
1269
|
},
|
|
1270
|
+
"aws-cdk-lib.aws_directconnect": {
|
|
1271
|
+
"targets": {
|
|
1272
|
+
"dotnet": {
|
|
1273
|
+
"namespace": "Amazon.CDK.AWS.DirectConnect"
|
|
1274
|
+
},
|
|
1275
|
+
"java": {
|
|
1276
|
+
"package": "software.amazon.awscdk.services.directconnect"
|
|
1277
|
+
},
|
|
1278
|
+
"python": {
|
|
1279
|
+
"module": "aws_cdk.aws_directconnect"
|
|
1280
|
+
}
|
|
1281
|
+
}
|
|
1282
|
+
},
|
|
1244
1283
|
"aws-cdk-lib.aws_directoryservice": {
|
|
1245
1284
|
"targets": {
|
|
1246
1285
|
"dotnet": {
|
|
@@ -1358,6 +1397,22 @@
|
|
|
1358
1397
|
}
|
|
1359
1398
|
}
|
|
1360
1399
|
},
|
|
1400
|
+
"aws-cdk-lib.aws_ecr.mixins": {
|
|
1401
|
+
"targets": {
|
|
1402
|
+
"dotnet": {
|
|
1403
|
+
"namespace": "Amazon.CDK.AWS.ECR.Mixins"
|
|
1404
|
+
},
|
|
1405
|
+
"go": {
|
|
1406
|
+
"packageName": "awsecrmixins"
|
|
1407
|
+
},
|
|
1408
|
+
"java": {
|
|
1409
|
+
"package": "software.amazon.awscdk.services.ecr.mixins"
|
|
1410
|
+
},
|
|
1411
|
+
"python": {
|
|
1412
|
+
"module": "aws_cdk.aws_ecr.mixins"
|
|
1413
|
+
}
|
|
1414
|
+
}
|
|
1415
|
+
},
|
|
1361
1416
|
"aws-cdk-lib.aws_ecr_assets": {
|
|
1362
1417
|
"targets": {
|
|
1363
1418
|
"dotnet": {
|
|
@@ -1384,6 +1439,22 @@
|
|
|
1384
1439
|
}
|
|
1385
1440
|
}
|
|
1386
1441
|
},
|
|
1442
|
+
"aws-cdk-lib.aws_ecs.mixins": {
|
|
1443
|
+
"targets": {
|
|
1444
|
+
"dotnet": {
|
|
1445
|
+
"namespace": "Amazon.CDK.AWS.ECS.Mixins"
|
|
1446
|
+
},
|
|
1447
|
+
"go": {
|
|
1448
|
+
"packageName": "awsecsmixins"
|
|
1449
|
+
},
|
|
1450
|
+
"java": {
|
|
1451
|
+
"package": "software.amazon.awscdk.services.ecs.mixins"
|
|
1452
|
+
},
|
|
1453
|
+
"python": {
|
|
1454
|
+
"module": "aws_cdk.aws_ecs.mixins"
|
|
1455
|
+
}
|
|
1456
|
+
}
|
|
1457
|
+
},
|
|
1387
1458
|
"aws-cdk-lib.aws_ecs_patterns": {
|
|
1388
1459
|
"targets": {
|
|
1389
1460
|
"dotnet": {
|
|
@@ -3308,6 +3379,22 @@
|
|
|
3308
3379
|
}
|
|
3309
3380
|
}
|
|
3310
3381
|
},
|
|
3382
|
+
"aws-cdk-lib.aws_s3.mixins": {
|
|
3383
|
+
"targets": {
|
|
3384
|
+
"dotnet": {
|
|
3385
|
+
"namespace": "Amazon.CDK.AWS.S3.Mixins"
|
|
3386
|
+
},
|
|
3387
|
+
"go": {
|
|
3388
|
+
"packageName": "awss3mixins"
|
|
3389
|
+
},
|
|
3390
|
+
"java": {
|
|
3391
|
+
"package": "software.amazon.awscdk.services.s3.mixins"
|
|
3392
|
+
},
|
|
3393
|
+
"python": {
|
|
3394
|
+
"module": "aws_cdk.aws_s3.mixins"
|
|
3395
|
+
}
|
|
3396
|
+
}
|
|
3397
|
+
},
|
|
3311
3398
|
"aws-cdk-lib.aws_s3_assets": {
|
|
3312
3399
|
"targets": {
|
|
3313
3400
|
"dotnet": {
|
|
@@ -4597,6 +4684,22 @@
|
|
|
4597
4684
|
}
|
|
4598
4685
|
}
|
|
4599
4686
|
},
|
|
4687
|
+
"aws-cdk-lib.interfaces.aws_bedrockmantle": {
|
|
4688
|
+
"targets": {
|
|
4689
|
+
"dotnet": {
|
|
4690
|
+
"namespace": "Amazon.CDK.Interfaces.BedrockMantle"
|
|
4691
|
+
},
|
|
4692
|
+
"go": {
|
|
4693
|
+
"packageName": "interfacesawsbedrockmantle"
|
|
4694
|
+
},
|
|
4695
|
+
"java": {
|
|
4696
|
+
"package": "software.amazon.awscdk.interfaces.bedrockmantle"
|
|
4697
|
+
},
|
|
4698
|
+
"python": {
|
|
4699
|
+
"module": "aws_cdk.interfaces.aws_bedrockmantle"
|
|
4700
|
+
}
|
|
4701
|
+
}
|
|
4702
|
+
},
|
|
4600
4703
|
"aws-cdk-lib.interfaces.aws_billing": {
|
|
4601
4704
|
"targets": {
|
|
4602
4705
|
"dotnet": {
|
|
@@ -5045,6 +5148,22 @@
|
|
|
5045
5148
|
}
|
|
5046
5149
|
}
|
|
5047
5150
|
},
|
|
5151
|
+
"aws-cdk-lib.interfaces.aws_computeoptimizer": {
|
|
5152
|
+
"targets": {
|
|
5153
|
+
"dotnet": {
|
|
5154
|
+
"namespace": "Amazon.CDK.Interfaces.ComputeOptimizer"
|
|
5155
|
+
},
|
|
5156
|
+
"go": {
|
|
5157
|
+
"packageName": "interfacesawscomputeoptimizer"
|
|
5158
|
+
},
|
|
5159
|
+
"java": {
|
|
5160
|
+
"package": "software.amazon.awscdk.interfaces.computeoptimizer"
|
|
5161
|
+
},
|
|
5162
|
+
"python": {
|
|
5163
|
+
"module": "aws_cdk.interfaces.aws_computeoptimizer"
|
|
5164
|
+
}
|
|
5165
|
+
}
|
|
5166
|
+
},
|
|
5048
5167
|
"aws-cdk-lib.interfaces.aws_config": {
|
|
5049
5168
|
"targets": {
|
|
5050
5169
|
"dotnet": {
|
|
@@ -5317,6 +5436,22 @@
|
|
|
5317
5436
|
}
|
|
5318
5437
|
}
|
|
5319
5438
|
},
|
|
5439
|
+
"aws-cdk-lib.interfaces.aws_directconnect": {
|
|
5440
|
+
"targets": {
|
|
5441
|
+
"dotnet": {
|
|
5442
|
+
"namespace": "Amazon.CDK.Interfaces.DirectConnect"
|
|
5443
|
+
},
|
|
5444
|
+
"go": {
|
|
5445
|
+
"packageName": "interfacesawsdirectconnect"
|
|
5446
|
+
},
|
|
5447
|
+
"java": {
|
|
5448
|
+
"package": "software.amazon.awscdk.interfaces.directconnect"
|
|
5449
|
+
},
|
|
5450
|
+
"python": {
|
|
5451
|
+
"module": "aws_cdk.interfaces.aws_directconnect"
|
|
5452
|
+
}
|
|
5453
|
+
}
|
|
5454
|
+
},
|
|
5320
5455
|
"aws-cdk-lib.interfaces.aws_directoryservice": {
|
|
5321
5456
|
"targets": {
|
|
5322
5457
|
"dotnet": {
|
|
@@ -8512,7 +8647,7 @@
|
|
|
8512
8647
|
"stability": "experimental"
|
|
8513
8648
|
},
|
|
8514
8649
|
"homepage": "https://github.com/aws/aws-cdk",
|
|
8515
|
-
"jsiiVersion": "5.9.
|
|
8650
|
+
"jsiiVersion": "5.9.31 (build 550e607)",
|
|
8516
8651
|
"keywords": [
|
|
8517
8652
|
"aws",
|
|
8518
8653
|
"cdk",
|
|
@@ -9542,7 +9677,7 @@
|
|
|
9542
9677
|
},
|
|
9543
9678
|
"locationInModule": {
|
|
9544
9679
|
"filename": "lib/connection.ts",
|
|
9545
|
-
"line":
|
|
9680
|
+
"line": 358
|
|
9546
9681
|
},
|
|
9547
9682
|
"parameters": [
|
|
9548
9683
|
{
|
|
@@ -9571,7 +9706,7 @@
|
|
|
9571
9706
|
"kind": "class",
|
|
9572
9707
|
"locationInModule": {
|
|
9573
9708
|
"filename": "lib/connection.ts",
|
|
9574
|
-
"line":
|
|
9709
|
+
"line": 310
|
|
9575
9710
|
},
|
|
9576
9711
|
"methods": [
|
|
9577
9712
|
{
|
|
@@ -9581,7 +9716,7 @@
|
|
|
9581
9716
|
},
|
|
9582
9717
|
"locationInModule": {
|
|
9583
9718
|
"filename": "lib/connection.ts",
|
|
9584
|
-
"line":
|
|
9719
|
+
"line": 322
|
|
9585
9720
|
},
|
|
9586
9721
|
"name": "fromConnectionArn",
|
|
9587
9722
|
"parameters": [
|
|
@@ -9627,7 +9762,7 @@
|
|
|
9627
9762
|
},
|
|
9628
9763
|
"locationInModule": {
|
|
9629
9764
|
"filename": "lib/connection.ts",
|
|
9630
|
-
"line":
|
|
9765
|
+
"line": 338
|
|
9631
9766
|
},
|
|
9632
9767
|
"name": "fromConnectionName",
|
|
9633
9768
|
"parameters": [
|
|
@@ -9673,7 +9808,7 @@
|
|
|
9673
9808
|
},
|
|
9674
9809
|
"locationInModule": {
|
|
9675
9810
|
"filename": "lib/connection.ts",
|
|
9676
|
-
"line":
|
|
9811
|
+
"line": 407
|
|
9677
9812
|
},
|
|
9678
9813
|
"name": "addProperty",
|
|
9679
9814
|
"parameters": [
|
|
@@ -9709,7 +9844,7 @@
|
|
|
9709
9844
|
"immutable": true,
|
|
9710
9845
|
"locationInModule": {
|
|
9711
9846
|
"filename": "lib/connection.ts",
|
|
9712
|
-
"line":
|
|
9847
|
+
"line": 313
|
|
9713
9848
|
},
|
|
9714
9849
|
"name": "PROPERTY_INJECTION_ID",
|
|
9715
9850
|
"static": true,
|
|
@@ -9725,7 +9860,7 @@
|
|
|
9725
9860
|
"immutable": true,
|
|
9726
9861
|
"locationInModule": {
|
|
9727
9862
|
"filename": "lib/connection.ts",
|
|
9728
|
-
"line":
|
|
9863
|
+
"line": 397
|
|
9729
9864
|
},
|
|
9730
9865
|
"name": "connectionArn",
|
|
9731
9866
|
"overrides": "@aws-cdk/aws-glue-alpha.IConnection",
|
|
@@ -9741,7 +9876,7 @@
|
|
|
9741
9876
|
"immutable": true,
|
|
9742
9877
|
"locationInModule": {
|
|
9743
9878
|
"filename": "lib/connection.ts",
|
|
9744
|
-
"line":
|
|
9879
|
+
"line": 389
|
|
9745
9880
|
},
|
|
9746
9881
|
"name": "connectionName",
|
|
9747
9882
|
"overrides": "@aws-cdk/aws-glue-alpha.IConnection",
|
|
@@ -9767,7 +9902,7 @@
|
|
|
9767
9902
|
"kind": "interface",
|
|
9768
9903
|
"locationInModule": {
|
|
9769
9904
|
"filename": "lib/connection.ts",
|
|
9770
|
-
"line":
|
|
9905
|
+
"line": 257
|
|
9771
9906
|
},
|
|
9772
9907
|
"name": "ConnectionOptions",
|
|
9773
9908
|
"properties": [
|
|
@@ -9781,7 +9916,7 @@
|
|
|
9781
9916
|
"immutable": true,
|
|
9782
9917
|
"locationInModule": {
|
|
9783
9918
|
"filename": "lib/connection.ts",
|
|
9784
|
-
"line":
|
|
9919
|
+
"line": 262
|
|
9785
9920
|
},
|
|
9786
9921
|
"name": "connectionName",
|
|
9787
9922
|
"optional": true,
|
|
@@ -9799,7 +9934,7 @@
|
|
|
9799
9934
|
"immutable": true,
|
|
9800
9935
|
"locationInModule": {
|
|
9801
9936
|
"filename": "lib/connection.ts",
|
|
9802
|
-
"line":
|
|
9937
|
+
"line": 268
|
|
9803
9938
|
},
|
|
9804
9939
|
"name": "description",
|
|
9805
9940
|
"optional": true,
|
|
@@ -9818,7 +9953,7 @@
|
|
|
9818
9953
|
"immutable": true,
|
|
9819
9954
|
"locationInModule": {
|
|
9820
9955
|
"filename": "lib/connection.ts",
|
|
9821
|
-
"line":
|
|
9956
|
+
"line": 282
|
|
9822
9957
|
},
|
|
9823
9958
|
"name": "matchCriteria",
|
|
9824
9959
|
"optional": true,
|
|
@@ -9842,7 +9977,7 @@
|
|
|
9842
9977
|
"immutable": true,
|
|
9843
9978
|
"locationInModule": {
|
|
9844
9979
|
"filename": "lib/connection.ts",
|
|
9845
|
-
"line":
|
|
9980
|
+
"line": 275
|
|
9846
9981
|
},
|
|
9847
9982
|
"name": "properties",
|
|
9848
9983
|
"optional": true,
|
|
@@ -9865,7 +10000,7 @@
|
|
|
9865
10000
|
"immutable": true,
|
|
9866
10001
|
"locationInModule": {
|
|
9867
10002
|
"filename": "lib/connection.ts",
|
|
9868
|
-
"line":
|
|
10003
|
+
"line": 288
|
|
9869
10004
|
},
|
|
9870
10005
|
"name": "securityGroups",
|
|
9871
10006
|
"optional": true,
|
|
@@ -9889,7 +10024,7 @@
|
|
|
9889
10024
|
"immutable": true,
|
|
9890
10025
|
"locationInModule": {
|
|
9891
10026
|
"filename": "lib/connection.ts",
|
|
9892
|
-
"line":
|
|
10027
|
+
"line": 294
|
|
9893
10028
|
},
|
|
9894
10029
|
"name": "subnet",
|
|
9895
10030
|
"optional": true,
|
|
@@ -9918,7 +10053,7 @@
|
|
|
9918
10053
|
"kind": "interface",
|
|
9919
10054
|
"locationInModule": {
|
|
9920
10055
|
"filename": "lib/connection.ts",
|
|
9921
|
-
"line":
|
|
10056
|
+
"line": 300
|
|
9922
10057
|
},
|
|
9923
10058
|
"name": "ConnectionProps",
|
|
9924
10059
|
"properties": [
|
|
@@ -9931,7 +10066,7 @@
|
|
|
9931
10066
|
"immutable": true,
|
|
9932
10067
|
"locationInModule": {
|
|
9933
10068
|
"filename": "lib/connection.ts",
|
|
9934
|
-
"line":
|
|
10069
|
+
"line": 304
|
|
9935
10070
|
},
|
|
9936
10071
|
"name": "type",
|
|
9937
10072
|
"type": {
|
|
@@ -9960,7 +10095,7 @@
|
|
|
9960
10095
|
},
|
|
9961
10096
|
"locationInModule": {
|
|
9962
10097
|
"filename": "lib/connection.ts",
|
|
9963
|
-
"line":
|
|
10098
|
+
"line": 225
|
|
9964
10099
|
},
|
|
9965
10100
|
"parameters": [
|
|
9966
10101
|
{
|
|
@@ -9984,7 +10119,7 @@
|
|
|
9984
10119
|
},
|
|
9985
10120
|
"locationInModule": {
|
|
9986
10121
|
"filename": "lib/connection.ts",
|
|
9987
|
-
"line":
|
|
10122
|
+
"line": 232
|
|
9988
10123
|
},
|
|
9989
10124
|
"name": "toString",
|
|
9990
10125
|
"returns": {
|
|
@@ -9996,6 +10131,57 @@
|
|
|
9996
10131
|
],
|
|
9997
10132
|
"name": "ConnectionType",
|
|
9998
10133
|
"properties": [
|
|
10134
|
+
{
|
|
10135
|
+
"const": true,
|
|
10136
|
+
"docs": {
|
|
10137
|
+
"stability": "experimental",
|
|
10138
|
+
"summary": "Designates a connection to Azure Cosmos DB."
|
|
10139
|
+
},
|
|
10140
|
+
"immutable": true,
|
|
10141
|
+
"locationInModule": {
|
|
10142
|
+
"filename": "lib/connection.ts",
|
|
10143
|
+
"line": 173
|
|
10144
|
+
},
|
|
10145
|
+
"name": "AZURECOSMOS",
|
|
10146
|
+
"static": true,
|
|
10147
|
+
"type": {
|
|
10148
|
+
"fqn": "@aws-cdk/aws-glue-alpha.ConnectionType"
|
|
10149
|
+
}
|
|
10150
|
+
},
|
|
10151
|
+
{
|
|
10152
|
+
"const": true,
|
|
10153
|
+
"docs": {
|
|
10154
|
+
"stability": "experimental",
|
|
10155
|
+
"summary": "Designates a connection to Azure SQL Database."
|
|
10156
|
+
},
|
|
10157
|
+
"immutable": true,
|
|
10158
|
+
"locationInModule": {
|
|
10159
|
+
"filename": "lib/connection.ts",
|
|
10160
|
+
"line": 168
|
|
10161
|
+
},
|
|
10162
|
+
"name": "AZURESQL",
|
|
10163
|
+
"static": true,
|
|
10164
|
+
"type": {
|
|
10165
|
+
"fqn": "@aws-cdk/aws-glue-alpha.ConnectionType"
|
|
10166
|
+
}
|
|
10167
|
+
},
|
|
10168
|
+
{
|
|
10169
|
+
"const": true,
|
|
10170
|
+
"docs": {
|
|
10171
|
+
"stability": "experimental",
|
|
10172
|
+
"summary": "Designates a connection to Google BigQuery."
|
|
10173
|
+
},
|
|
10174
|
+
"immutable": true,
|
|
10175
|
+
"locationInModule": {
|
|
10176
|
+
"filename": "lib/connection.ts",
|
|
10177
|
+
"line": 163
|
|
10178
|
+
},
|
|
10179
|
+
"name": "BIGQUERY",
|
|
10180
|
+
"static": true,
|
|
10181
|
+
"type": {
|
|
10182
|
+
"fqn": "@aws-cdk/aws-glue-alpha.ConnectionType"
|
|
10183
|
+
}
|
|
10184
|
+
},
|
|
9999
10185
|
{
|
|
10000
10186
|
"const": true,
|
|
10001
10187
|
"docs": {
|
|
@@ -10013,6 +10199,23 @@
|
|
|
10013
10199
|
"fqn": "@aws-cdk/aws-glue-alpha.ConnectionType"
|
|
10014
10200
|
}
|
|
10015
10201
|
},
|
|
10202
|
+
{
|
|
10203
|
+
"const": true,
|
|
10204
|
+
"docs": {
|
|
10205
|
+
"stability": "experimental",
|
|
10206
|
+
"summary": "Designates a connection to Amazon DynamoDB."
|
|
10207
|
+
},
|
|
10208
|
+
"immutable": true,
|
|
10209
|
+
"locationInModule": {
|
|
10210
|
+
"filename": "lib/connection.ts",
|
|
10211
|
+
"line": 218
|
|
10212
|
+
},
|
|
10213
|
+
"name": "DYNAMODB",
|
|
10214
|
+
"static": true,
|
|
10215
|
+
"type": {
|
|
10216
|
+
"fqn": "@aws-cdk/aws-glue-alpha.ConnectionType"
|
|
10217
|
+
}
|
|
10218
|
+
},
|
|
10016
10219
|
{
|
|
10017
10220
|
"const": true,
|
|
10018
10221
|
"docs": {
|
|
@@ -10234,6 +10437,23 @@
|
|
|
10234
10437
|
"fqn": "@aws-cdk/aws-glue-alpha.ConnectionType"
|
|
10235
10438
|
}
|
|
10236
10439
|
},
|
|
10440
|
+
{
|
|
10441
|
+
"const": true,
|
|
10442
|
+
"docs": {
|
|
10443
|
+
"stability": "experimental",
|
|
10444
|
+
"summary": "Designates a connection to MySQL."
|
|
10445
|
+
},
|
|
10446
|
+
"immutable": true,
|
|
10447
|
+
"locationInModule": {
|
|
10448
|
+
"filename": "lib/connection.ts",
|
|
10449
|
+
"line": 183
|
|
10450
|
+
},
|
|
10451
|
+
"name": "MYSQL",
|
|
10452
|
+
"static": true,
|
|
10453
|
+
"type": {
|
|
10454
|
+
"fqn": "@aws-cdk/aws-glue-alpha.ConnectionType"
|
|
10455
|
+
}
|
|
10456
|
+
},
|
|
10237
10457
|
{
|
|
10238
10458
|
"const": true,
|
|
10239
10459
|
"docs": {
|
|
@@ -10268,6 +10488,57 @@
|
|
|
10268
10488
|
"fqn": "@aws-cdk/aws-glue-alpha.ConnectionType"
|
|
10269
10489
|
}
|
|
10270
10490
|
},
|
|
10491
|
+
{
|
|
10492
|
+
"const": true,
|
|
10493
|
+
"docs": {
|
|
10494
|
+
"stability": "experimental",
|
|
10495
|
+
"summary": "Designates a connection to Amazon OpenSearch Service."
|
|
10496
|
+
},
|
|
10497
|
+
"immutable": true,
|
|
10498
|
+
"locationInModule": {
|
|
10499
|
+
"filename": "lib/connection.ts",
|
|
10500
|
+
"line": 178
|
|
10501
|
+
},
|
|
10502
|
+
"name": "OPENSEARCH",
|
|
10503
|
+
"static": true,
|
|
10504
|
+
"type": {
|
|
10505
|
+
"fqn": "@aws-cdk/aws-glue-alpha.ConnectionType"
|
|
10506
|
+
}
|
|
10507
|
+
},
|
|
10508
|
+
{
|
|
10509
|
+
"const": true,
|
|
10510
|
+
"docs": {
|
|
10511
|
+
"stability": "experimental",
|
|
10512
|
+
"summary": "Designates a connection to Oracle Database."
|
|
10513
|
+
},
|
|
10514
|
+
"immutable": true,
|
|
10515
|
+
"locationInModule": {
|
|
10516
|
+
"filename": "lib/connection.ts",
|
|
10517
|
+
"line": 193
|
|
10518
|
+
},
|
|
10519
|
+
"name": "ORACLE",
|
|
10520
|
+
"static": true,
|
|
10521
|
+
"type": {
|
|
10522
|
+
"fqn": "@aws-cdk/aws-glue-alpha.ConnectionType"
|
|
10523
|
+
}
|
|
10524
|
+
},
|
|
10525
|
+
{
|
|
10526
|
+
"const": true,
|
|
10527
|
+
"docs": {
|
|
10528
|
+
"stability": "experimental",
|
|
10529
|
+
"summary": "Designates a connection to PostgreSQL."
|
|
10530
|
+
},
|
|
10531
|
+
"immutable": true,
|
|
10532
|
+
"locationInModule": {
|
|
10533
|
+
"filename": "lib/connection.ts",
|
|
10534
|
+
"line": 188
|
|
10535
|
+
},
|
|
10536
|
+
"name": "POSTGRESQL",
|
|
10537
|
+
"static": true,
|
|
10538
|
+
"type": {
|
|
10539
|
+
"fqn": "@aws-cdk/aws-glue-alpha.ConnectionType"
|
|
10540
|
+
}
|
|
10541
|
+
},
|
|
10271
10542
|
{
|
|
10272
10543
|
"const": true,
|
|
10273
10544
|
"docs": {
|
|
@@ -10319,6 +10590,23 @@
|
|
|
10319
10590
|
"fqn": "@aws-cdk/aws-glue-alpha.ConnectionType"
|
|
10320
10591
|
}
|
|
10321
10592
|
},
|
|
10593
|
+
{
|
|
10594
|
+
"const": true,
|
|
10595
|
+
"docs": {
|
|
10596
|
+
"stability": "experimental",
|
|
10597
|
+
"summary": "Designates a connection to SAP HANA."
|
|
10598
|
+
},
|
|
10599
|
+
"immutable": true,
|
|
10600
|
+
"locationInModule": {
|
|
10601
|
+
"filename": "lib/connection.ts",
|
|
10602
|
+
"line": 203
|
|
10603
|
+
},
|
|
10604
|
+
"name": "SAPHANA",
|
|
10605
|
+
"static": true,
|
|
10606
|
+
"type": {
|
|
10607
|
+
"fqn": "@aws-cdk/aws-glue-alpha.ConnectionType"
|
|
10608
|
+
}
|
|
10609
|
+
},
|
|
10322
10610
|
{
|
|
10323
10611
|
"const": true,
|
|
10324
10612
|
"docs": {
|
|
@@ -10387,6 +10675,23 @@
|
|
|
10387
10675
|
"fqn": "@aws-cdk/aws-glue-alpha.ConnectionType"
|
|
10388
10676
|
}
|
|
10389
10677
|
},
|
|
10678
|
+
{
|
|
10679
|
+
"const": true,
|
|
10680
|
+
"docs": {
|
|
10681
|
+
"stability": "experimental",
|
|
10682
|
+
"summary": "Designates a connection to Microsoft SQL Server."
|
|
10683
|
+
},
|
|
10684
|
+
"immutable": true,
|
|
10685
|
+
"locationInModule": {
|
|
10686
|
+
"filename": "lib/connection.ts",
|
|
10687
|
+
"line": 198
|
|
10688
|
+
},
|
|
10689
|
+
"name": "SQLSERVER",
|
|
10690
|
+
"static": true,
|
|
10691
|
+
"type": {
|
|
10692
|
+
"fqn": "@aws-cdk/aws-glue-alpha.ConnectionType"
|
|
10693
|
+
}
|
|
10694
|
+
},
|
|
10390
10695
|
{
|
|
10391
10696
|
"const": true,
|
|
10392
10697
|
"docs": {
|
|
@@ -10404,6 +10709,40 @@
|
|
|
10404
10709
|
"fqn": "@aws-cdk/aws-glue-alpha.ConnectionType"
|
|
10405
10710
|
}
|
|
10406
10711
|
},
|
|
10712
|
+
{
|
|
10713
|
+
"const": true,
|
|
10714
|
+
"docs": {
|
|
10715
|
+
"stability": "experimental",
|
|
10716
|
+
"summary": "Designates a connection to Teradata."
|
|
10717
|
+
},
|
|
10718
|
+
"immutable": true,
|
|
10719
|
+
"locationInModule": {
|
|
10720
|
+
"filename": "lib/connection.ts",
|
|
10721
|
+
"line": 208
|
|
10722
|
+
},
|
|
10723
|
+
"name": "TERADATA",
|
|
10724
|
+
"static": true,
|
|
10725
|
+
"type": {
|
|
10726
|
+
"fqn": "@aws-cdk/aws-glue-alpha.ConnectionType"
|
|
10727
|
+
}
|
|
10728
|
+
},
|
|
10729
|
+
{
|
|
10730
|
+
"const": true,
|
|
10731
|
+
"docs": {
|
|
10732
|
+
"stability": "experimental",
|
|
10733
|
+
"summary": "Designates a connection to Vertica."
|
|
10734
|
+
},
|
|
10735
|
+
"immutable": true,
|
|
10736
|
+
"locationInModule": {
|
|
10737
|
+
"filename": "lib/connection.ts",
|
|
10738
|
+
"line": 213
|
|
10739
|
+
},
|
|
10740
|
+
"name": "VERTICA",
|
|
10741
|
+
"static": true,
|
|
10742
|
+
"type": {
|
|
10743
|
+
"fqn": "@aws-cdk/aws-glue-alpha.ConnectionType"
|
|
10744
|
+
}
|
|
10745
|
+
},
|
|
10407
10746
|
{
|
|
10408
10747
|
"const": true,
|
|
10409
10748
|
"docs": {
|
|
@@ -10480,7 +10819,7 @@
|
|
|
10480
10819
|
"immutable": true,
|
|
10481
10820
|
"locationInModule": {
|
|
10482
10821
|
"filename": "lib/connection.ts",
|
|
10483
|
-
"line":
|
|
10822
|
+
"line": 223
|
|
10484
10823
|
},
|
|
10485
10824
|
"name": "name",
|
|
10486
10825
|
"type": {
|
|
@@ -12452,7 +12791,7 @@
|
|
|
12452
12791
|
"kind": "interface",
|
|
12453
12792
|
"locationInModule": {
|
|
12454
12793
|
"filename": "lib/connection.ts",
|
|
12455
|
-
"line":
|
|
12794
|
+
"line": 240
|
|
12456
12795
|
},
|
|
12457
12796
|
"name": "IConnection",
|
|
12458
12797
|
"properties": [
|
|
@@ -12468,7 +12807,7 @@
|
|
|
12468
12807
|
"immutable": true,
|
|
12469
12808
|
"locationInModule": {
|
|
12470
12809
|
"filename": "lib/connection.ts",
|
|
12471
|
-
"line":
|
|
12810
|
+
"line": 251
|
|
12472
12811
|
},
|
|
12473
12812
|
"name": "connectionArn",
|
|
12474
12813
|
"type": {
|
|
@@ -12487,7 +12826,7 @@
|
|
|
12487
12826
|
"immutable": true,
|
|
12488
12827
|
"locationInModule": {
|
|
12489
12828
|
"filename": "lib/connection.ts",
|
|
12490
|
-
"line":
|
|
12829
|
+
"line": 245
|
|
12491
12830
|
},
|
|
12492
12831
|
"name": "connectionName",
|
|
12493
12832
|
"type": {
|
|
@@ -13548,7 +13887,7 @@
|
|
|
13548
13887
|
},
|
|
13549
13888
|
"locationInModule": {
|
|
13550
13889
|
"filename": "core/lib/resource.ts",
|
|
13551
|
-
"line":
|
|
13890
|
+
"line": 120
|
|
13552
13891
|
},
|
|
13553
13892
|
"parameters": [
|
|
13554
13893
|
{
|
|
@@ -13820,7 +14159,7 @@
|
|
|
13820
14159
|
},
|
|
13821
14160
|
"locationInModule": {
|
|
13822
14161
|
"filename": "core/lib/resource.ts",
|
|
13823
|
-
"line":
|
|
14162
|
+
"line": 120
|
|
13824
14163
|
},
|
|
13825
14164
|
"parameters": [
|
|
13826
14165
|
{
|
|
@@ -21893,7 +22232,7 @@
|
|
|
21893
22232
|
},
|
|
21894
22233
|
"locationInModule": {
|
|
21895
22234
|
"filename": "core/lib/resource.ts",
|
|
21896
|
-
"line":
|
|
22235
|
+
"line": 120
|
|
21897
22236
|
},
|
|
21898
22237
|
"parameters": [
|
|
21899
22238
|
{
|
|
@@ -22405,6 +22744,6 @@
|
|
|
22405
22744
|
"symbolId": "lib/storage-parameter:WriteParallel"
|
|
22406
22745
|
}
|
|
22407
22746
|
},
|
|
22408
|
-
"version": "2.
|
|
22747
|
+
"version": "2.242.0-alpha.0",
|
|
22409
22748
|
"fingerprint": "**********"
|
|
22410
22749
|
}
|
package/.jsii.tabl.json.gz
CHANGED
|
Binary file
|