@aws-cdk/aws-glue-alpha 2.246.0-alpha.0 → 2.248.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 +240 -182
- package/lib/code.js +6 -6
- package/lib/connection.js +2 -2
- package/lib/data-format.js +5 -5
- package/lib/data-quality-ruleset.js +2 -2
- package/lib/database.js +4 -4
- package/lib/external-table.js +3 -3
- package/lib/jobs/job.js +5 -4
- 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 +3 -3
- package/lib/jobs/scala-spark-etl-job.js +3 -3
- package/lib/jobs/scala-spark-flex-etl-job.js +1 -1
- package/lib/jobs/scala-spark-streaming-job.js +3 -3
- package/lib/jobs/spark-job.js +4 -3
- package/lib/partition-projection.js +16 -15
- package/lib/s3-table.js +4 -4
- package/lib/schema.js +8 -7
- package/lib/security-configuration.js +3 -3
- package/lib/storage-parameter.js +1 -1
- package/lib/table-base.js +13 -12
- package/lib/table-deprecated.js +1 -1
- package/lib/triggers/trigger-options.js +1 -1
- package/lib/triggers/workflow.js +9 -9
- package/package.json +6 -6
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.248.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": {
|
|
@@ -9386,7 +9444,7 @@
|
|
|
9386
9444
|
"kind": "interface",
|
|
9387
9445
|
"locationInModule": {
|
|
9388
9446
|
"filename": "lib/schema.ts",
|
|
9389
|
-
"line":
|
|
9447
|
+
"line": 7
|
|
9390
9448
|
},
|
|
9391
9449
|
"name": "Column",
|
|
9392
9450
|
"properties": [
|
|
@@ -9399,7 +9457,7 @@
|
|
|
9399
9457
|
"immutable": true,
|
|
9400
9458
|
"locationInModule": {
|
|
9401
9459
|
"filename": "lib/schema.ts",
|
|
9402
|
-
"line":
|
|
9460
|
+
"line": 11
|
|
9403
9461
|
},
|
|
9404
9462
|
"name": "name",
|
|
9405
9463
|
"type": {
|
|
@@ -9415,7 +9473,7 @@
|
|
|
9415
9473
|
"immutable": true,
|
|
9416
9474
|
"locationInModule": {
|
|
9417
9475
|
"filename": "lib/schema.ts",
|
|
9418
|
-
"line":
|
|
9476
|
+
"line": 16
|
|
9419
9477
|
},
|
|
9420
9478
|
"name": "type",
|
|
9421
9479
|
"type": {
|
|
@@ -9432,7 +9490,7 @@
|
|
|
9432
9490
|
"immutable": true,
|
|
9433
9491
|
"locationInModule": {
|
|
9434
9492
|
"filename": "lib/schema.ts",
|
|
9435
|
-
"line":
|
|
9493
|
+
"line": 23
|
|
9436
9494
|
},
|
|
9437
9495
|
"name": "comment",
|
|
9438
9496
|
"optional": true,
|
|
@@ -10903,7 +10961,7 @@
|
|
|
10903
10961
|
"kind": "interface",
|
|
10904
10962
|
"locationInModule": {
|
|
10905
10963
|
"filename": "lib/jobs/job.ts",
|
|
10906
|
-
"line":
|
|
10964
|
+
"line": 91
|
|
10907
10965
|
},
|
|
10908
10966
|
"name": "ContinuousLoggingProps",
|
|
10909
10967
|
"properties": [
|
|
@@ -10916,7 +10974,7 @@
|
|
|
10916
10974
|
"immutable": true,
|
|
10917
10975
|
"locationInModule": {
|
|
10918
10976
|
"filename": "lib/jobs/job.ts",
|
|
10919
|
-
"line":
|
|
10977
|
+
"line": 95
|
|
10920
10978
|
},
|
|
10921
10979
|
"name": "enabled",
|
|
10922
10980
|
"type": {
|
|
@@ -10934,7 +10992,7 @@
|
|
|
10934
10992
|
"immutable": true,
|
|
10935
10993
|
"locationInModule": {
|
|
10936
10994
|
"filename": "lib/jobs/job.ts",
|
|
10937
|
-
"line":
|
|
10995
|
+
"line": 125
|
|
10938
10996
|
},
|
|
10939
10997
|
"name": "conversionPattern",
|
|
10940
10998
|
"optional": true,
|
|
@@ -10952,7 +11010,7 @@
|
|
|
10952
11010
|
"immutable": true,
|
|
10953
11011
|
"locationInModule": {
|
|
10954
11012
|
"filename": "lib/jobs/job.ts",
|
|
10955
|
-
"line":
|
|
11013
|
+
"line": 102
|
|
10956
11014
|
},
|
|
10957
11015
|
"name": "logGroup",
|
|
10958
11016
|
"optional": true,
|
|
@@ -10970,7 +11028,7 @@
|
|
|
10970
11028
|
"immutable": true,
|
|
10971
11029
|
"locationInModule": {
|
|
10972
11030
|
"filename": "lib/jobs/job.ts",
|
|
10973
|
-
"line":
|
|
11031
|
+
"line": 109
|
|
10974
11032
|
},
|
|
10975
11033
|
"name": "logStreamPrefix",
|
|
10976
11034
|
"optional": true,
|
|
@@ -10988,7 +11046,7 @@
|
|
|
10988
11046
|
"immutable": true,
|
|
10989
11047
|
"locationInModule": {
|
|
10990
11048
|
"filename": "lib/jobs/job.ts",
|
|
10991
|
-
"line":
|
|
11049
|
+
"line": 116
|
|
10992
11050
|
},
|
|
10993
11051
|
"name": "quiet",
|
|
10994
11052
|
"optional": true,
|
|
@@ -12165,7 +12223,7 @@
|
|
|
12165
12223
|
"kind": "enum",
|
|
12166
12224
|
"locationInModule": {
|
|
12167
12225
|
"filename": "lib/partition-projection.ts",
|
|
12168
|
-
"line":
|
|
12226
|
+
"line": 38
|
|
12169
12227
|
},
|
|
12170
12228
|
"members": [
|
|
12171
12229
|
{
|
|
@@ -12236,7 +12294,7 @@
|
|
|
12236
12294
|
"kind": "interface",
|
|
12237
12295
|
"locationInModule": {
|
|
12238
12296
|
"filename": "lib/partition-projection.ts",
|
|
12239
|
-
"line":
|
|
12297
|
+
"line": 109
|
|
12240
12298
|
},
|
|
12241
12299
|
"name": "DatePartitionProjectionConfigurationProps",
|
|
12242
12300
|
"properties": [
|
|
@@ -12251,7 +12309,7 @@
|
|
|
12251
12309
|
"immutable": true,
|
|
12252
12310
|
"locationInModule": {
|
|
12253
12311
|
"filename": "lib/partition-projection.ts",
|
|
12254
|
-
"line":
|
|
12312
|
+
"line": 141
|
|
12255
12313
|
},
|
|
12256
12314
|
"name": "format",
|
|
12257
12315
|
"type": {
|
|
@@ -12268,7 +12326,7 @@
|
|
|
12268
12326
|
"immutable": true,
|
|
12269
12327
|
"locationInModule": {
|
|
12270
12328
|
"filename": "lib/partition-projection.ts",
|
|
12271
|
-
"line":
|
|
12329
|
+
"line": 132
|
|
12272
12330
|
},
|
|
12273
12331
|
"name": "max",
|
|
12274
12332
|
"type": {
|
|
@@ -12286,7 +12344,7 @@
|
|
|
12286
12344
|
"immutable": true,
|
|
12287
12345
|
"locationInModule": {
|
|
12288
12346
|
"filename": "lib/partition-projection.ts",
|
|
12289
|
-
"line":
|
|
12347
|
+
"line": 121
|
|
12290
12348
|
},
|
|
12291
12349
|
"name": "min",
|
|
12292
12350
|
"type": {
|
|
@@ -12304,7 +12362,7 @@
|
|
|
12304
12362
|
"immutable": true,
|
|
12305
12363
|
"locationInModule": {
|
|
12306
12364
|
"filename": "lib/partition-projection.ts",
|
|
12307
|
-
"line":
|
|
12365
|
+
"line": 152
|
|
12308
12366
|
},
|
|
12309
12367
|
"name": "interval",
|
|
12310
12368
|
"optional": true,
|
|
@@ -12323,7 +12381,7 @@
|
|
|
12323
12381
|
"immutable": true,
|
|
12324
12382
|
"locationInModule": {
|
|
12325
12383
|
"filename": "lib/partition-projection.ts",
|
|
12326
|
-
"line":
|
|
12384
|
+
"line": 163
|
|
12327
12385
|
},
|
|
12328
12386
|
"name": "intervalUnit",
|
|
12329
12387
|
"optional": true,
|
|
@@ -12349,7 +12407,7 @@
|
|
|
12349
12407
|
"kind": "interface",
|
|
12350
12408
|
"locationInModule": {
|
|
12351
12409
|
"filename": "lib/partition-projection.ts",
|
|
12352
|
-
"line":
|
|
12410
|
+
"line": 169
|
|
12353
12411
|
},
|
|
12354
12412
|
"name": "EnumPartitionProjectionConfigurationProps",
|
|
12355
12413
|
"properties": [
|
|
@@ -12363,7 +12421,7 @@
|
|
|
12363
12421
|
"immutable": true,
|
|
12364
12422
|
"locationInModule": {
|
|
12365
12423
|
"filename": "lib/partition-projection.ts",
|
|
12366
|
-
"line":
|
|
12424
|
+
"line": 175
|
|
12367
12425
|
},
|
|
12368
12426
|
"name": "values",
|
|
12369
12427
|
"type": {
|
|
@@ -13054,7 +13112,7 @@
|
|
|
13054
13112
|
"kind": "interface",
|
|
13055
13113
|
"locationInModule": {
|
|
13056
13114
|
"filename": "lib/jobs/job.ts",
|
|
13057
|
-
"line":
|
|
13115
|
+
"line": 17
|
|
13058
13116
|
},
|
|
13059
13117
|
"methods": [
|
|
13060
13118
|
{
|
|
@@ -13066,7 +13124,7 @@
|
|
|
13066
13124
|
},
|
|
13067
13125
|
"locationInModule": {
|
|
13068
13126
|
"filename": "lib/jobs/job.ts",
|
|
13069
|
-
"line":
|
|
13127
|
+
"line": 67
|
|
13070
13128
|
},
|
|
13071
13129
|
"name": "metric",
|
|
13072
13130
|
"parameters": [
|
|
@@ -13113,7 +13171,7 @@
|
|
|
13113
13171
|
},
|
|
13114
13172
|
"locationInModule": {
|
|
13115
13173
|
"filename": "lib/jobs/job.ts",
|
|
13116
|
-
"line":
|
|
13174
|
+
"line": 77
|
|
13117
13175
|
},
|
|
13118
13176
|
"name": "metricFailure",
|
|
13119
13177
|
"parameters": [
|
|
@@ -13139,7 +13197,7 @@
|
|
|
13139
13197
|
},
|
|
13140
13198
|
"locationInModule": {
|
|
13141
13199
|
"filename": "lib/jobs/job.ts",
|
|
13142
|
-
"line":
|
|
13200
|
+
"line": 72
|
|
13143
13201
|
},
|
|
13144
13202
|
"name": "metricSuccess",
|
|
13145
13203
|
"parameters": [
|
|
@@ -13165,7 +13223,7 @@
|
|
|
13165
13223
|
},
|
|
13166
13224
|
"locationInModule": {
|
|
13167
13225
|
"filename": "lib/jobs/job.ts",
|
|
13168
|
-
"line":
|
|
13226
|
+
"line": 82
|
|
13169
13227
|
},
|
|
13170
13228
|
"name": "metricTimeout",
|
|
13171
13229
|
"parameters": [
|
|
@@ -13192,7 +13250,7 @@
|
|
|
13192
13250
|
},
|
|
13193
13251
|
"locationInModule": {
|
|
13194
13252
|
"filename": "lib/jobs/job.ts",
|
|
13195
|
-
"line":
|
|
13253
|
+
"line": 35
|
|
13196
13254
|
},
|
|
13197
13255
|
"name": "onEvent",
|
|
13198
13256
|
"parameters": [
|
|
@@ -13225,7 +13283,7 @@
|
|
|
13225
13283
|
},
|
|
13226
13284
|
"locationInModule": {
|
|
13227
13285
|
"filename": "lib/jobs/job.ts",
|
|
13228
|
-
"line":
|
|
13286
|
+
"line": 49
|
|
13229
13287
|
},
|
|
13230
13288
|
"name": "onFailure",
|
|
13231
13289
|
"parameters": [
|
|
@@ -13258,7 +13316,7 @@
|
|
|
13258
13316
|
},
|
|
13259
13317
|
"locationInModule": {
|
|
13260
13318
|
"filename": "lib/jobs/job.ts",
|
|
13261
|
-
"line":
|
|
13319
|
+
"line": 42
|
|
13262
13320
|
},
|
|
13263
13321
|
"name": "onSuccess",
|
|
13264
13322
|
"parameters": [
|
|
@@ -13291,7 +13349,7 @@
|
|
|
13291
13349
|
},
|
|
13292
13350
|
"locationInModule": {
|
|
13293
13351
|
"filename": "lib/jobs/job.ts",
|
|
13294
|
-
"line":
|
|
13352
|
+
"line": 56
|
|
13295
13353
|
},
|
|
13296
13354
|
"name": "onTimeout",
|
|
13297
13355
|
"parameters": [
|
|
@@ -13330,7 +13388,7 @@
|
|
|
13330
13388
|
"immutable": true,
|
|
13331
13389
|
"locationInModule": {
|
|
13332
13390
|
"filename": "lib/jobs/job.ts",
|
|
13333
|
-
"line":
|
|
13391
|
+
"line": 28
|
|
13334
13392
|
},
|
|
13335
13393
|
"name": "jobArn",
|
|
13336
13394
|
"type": {
|
|
@@ -13349,7 +13407,7 @@
|
|
|
13349
13407
|
"immutable": true,
|
|
13350
13408
|
"locationInModule": {
|
|
13351
13409
|
"filename": "lib/jobs/job.ts",
|
|
13352
|
-
"line":
|
|
13410
|
+
"line": 22
|
|
13353
13411
|
},
|
|
13354
13412
|
"name": "jobName",
|
|
13355
13413
|
"type": {
|
|
@@ -13410,7 +13468,7 @@
|
|
|
13410
13468
|
"kind": "interface",
|
|
13411
13469
|
"locationInModule": {
|
|
13412
13470
|
"filename": "lib/table-base.ts",
|
|
13413
|
-
"line":
|
|
13471
|
+
"line": 33
|
|
13414
13472
|
},
|
|
13415
13473
|
"name": "ITable",
|
|
13416
13474
|
"properties": [
|
|
@@ -13425,7 +13483,7 @@
|
|
|
13425
13483
|
"immutable": true,
|
|
13426
13484
|
"locationInModule": {
|
|
13427
13485
|
"filename": "lib/table-base.ts",
|
|
13428
|
-
"line":
|
|
13486
|
+
"line": 37
|
|
13429
13487
|
},
|
|
13430
13488
|
"name": "tableArn",
|
|
13431
13489
|
"type": {
|
|
@@ -13443,7 +13501,7 @@
|
|
|
13443
13501
|
"immutable": true,
|
|
13444
13502
|
"locationInModule": {
|
|
13445
13503
|
"filename": "lib/table-base.ts",
|
|
13446
|
-
"line":
|
|
13504
|
+
"line": 42
|
|
13447
13505
|
},
|
|
13448
13506
|
"name": "tableName",
|
|
13449
13507
|
"type": {
|
|
@@ -13796,7 +13854,7 @@
|
|
|
13796
13854
|
"kind": "interface",
|
|
13797
13855
|
"locationInModule": {
|
|
13798
13856
|
"filename": "lib/partition-projection.ts",
|
|
13799
|
-
"line":
|
|
13857
|
+
"line": 78
|
|
13800
13858
|
},
|
|
13801
13859
|
"name": "IntegerPartitionProjectionConfigurationProps",
|
|
13802
13860
|
"properties": [
|
|
@@ -13809,7 +13867,7 @@
|
|
|
13809
13867
|
"immutable": true,
|
|
13810
13868
|
"locationInModule": {
|
|
13811
13869
|
"filename": "lib/partition-projection.ts",
|
|
13812
|
-
"line":
|
|
13870
|
+
"line": 87
|
|
13813
13871
|
},
|
|
13814
13872
|
"name": "max",
|
|
13815
13873
|
"type": {
|
|
@@ -13825,7 +13883,7 @@
|
|
|
13825
13883
|
"immutable": true,
|
|
13826
13884
|
"locationInModule": {
|
|
13827
13885
|
"filename": "lib/partition-projection.ts",
|
|
13828
|
-
"line":
|
|
13886
|
+
"line": 82
|
|
13829
13887
|
},
|
|
13830
13888
|
"name": "min",
|
|
13831
13889
|
"type": {
|
|
@@ -13843,7 +13901,7 @@
|
|
|
13843
13901
|
"immutable": true,
|
|
13844
13902
|
"locationInModule": {
|
|
13845
13903
|
"filename": "lib/partition-projection.ts",
|
|
13846
|
-
"line":
|
|
13904
|
+
"line": 103
|
|
13847
13905
|
},
|
|
13848
13906
|
"name": "digits",
|
|
13849
13907
|
"optional": true,
|
|
@@ -13861,7 +13919,7 @@
|
|
|
13861
13919
|
"immutable": true,
|
|
13862
13920
|
"locationInModule": {
|
|
13863
13921
|
"filename": "lib/partition-projection.ts",
|
|
13864
|
-
"line":
|
|
13922
|
+
"line": 94
|
|
13865
13923
|
},
|
|
13866
13924
|
"name": "interval",
|
|
13867
13925
|
"optional": true,
|
|
@@ -13945,7 +14003,7 @@
|
|
|
13945
14003
|
},
|
|
13946
14004
|
"locationInModule": {
|
|
13947
14005
|
"filename": "core/lib/resource.ts",
|
|
13948
|
-
"line":
|
|
14006
|
+
"line": 121
|
|
13949
14007
|
},
|
|
13950
14008
|
"parameters": [
|
|
13951
14009
|
{
|
|
@@ -13972,7 +14030,7 @@
|
|
|
13972
14030
|
"kind": "class",
|
|
13973
14031
|
"locationInModule": {
|
|
13974
14032
|
"filename": "lib/jobs/job.ts",
|
|
13975
|
-
"line":
|
|
14033
|
+
"line": 459
|
|
13976
14034
|
},
|
|
13977
14035
|
"methods": [
|
|
13978
14036
|
{
|
|
@@ -13982,7 +14040,7 @@
|
|
|
13982
14040
|
},
|
|
13983
14041
|
"locationInModule": {
|
|
13984
14042
|
"filename": "lib/jobs/job.ts",
|
|
13985
|
-
"line":
|
|
14043
|
+
"line": 468
|
|
13986
14044
|
},
|
|
13987
14045
|
"name": "fromJobAttributes",
|
|
13988
14046
|
"parameters": [
|
|
@@ -14029,7 +14087,7 @@
|
|
|
14029
14087
|
},
|
|
14030
14088
|
"locationInModule": {
|
|
14031
14089
|
"filename": "lib/jobs/job.ts",
|
|
14032
|
-
"line":
|
|
14090
|
+
"line": 488
|
|
14033
14091
|
},
|
|
14034
14092
|
"name": "checkNoReservedArgs",
|
|
14035
14093
|
"parameters": [
|
|
@@ -14065,7 +14123,7 @@
|
|
|
14065
14123
|
},
|
|
14066
14124
|
"locationInModule": {
|
|
14067
14125
|
"filename": "lib/jobs/job.ts",
|
|
14068
|
-
"line":
|
|
14126
|
+
"line": 538
|
|
14069
14127
|
},
|
|
14070
14128
|
"name": "codeS3ObjectUrl",
|
|
14071
14129
|
"parameters": [
|
|
@@ -14091,7 +14149,7 @@
|
|
|
14091
14149
|
},
|
|
14092
14150
|
"locationInModule": {
|
|
14093
14151
|
"filename": "lib/jobs/job.ts",
|
|
14094
|
-
"line":
|
|
14152
|
+
"line": 506
|
|
14095
14153
|
},
|
|
14096
14154
|
"name": "setupContinuousLogging",
|
|
14097
14155
|
"parameters": [
|
|
@@ -14134,7 +14192,7 @@
|
|
|
14134
14192
|
"immutable": true,
|
|
14135
14193
|
"locationInModule": {
|
|
14136
14194
|
"filename": "lib/jobs/job.ts",
|
|
14137
|
-
"line":
|
|
14195
|
+
"line": 481
|
|
14138
14196
|
},
|
|
14139
14197
|
"name": "role",
|
|
14140
14198
|
"type": {
|
|
@@ -14160,7 +14218,7 @@
|
|
|
14160
14218
|
"kind": "interface",
|
|
14161
14219
|
"locationInModule": {
|
|
14162
14220
|
"filename": "lib/jobs/job.ts",
|
|
14163
|
-
"line":
|
|
14221
|
+
"line": 290
|
|
14164
14222
|
},
|
|
14165
14223
|
"name": "JobAttributes",
|
|
14166
14224
|
"properties": [
|
|
@@ -14173,7 +14231,7 @@
|
|
|
14173
14231
|
"immutable": true,
|
|
14174
14232
|
"locationInModule": {
|
|
14175
14233
|
"filename": "lib/jobs/job.ts",
|
|
14176
|
-
"line":
|
|
14234
|
+
"line": 294
|
|
14177
14235
|
},
|
|
14178
14236
|
"name": "jobName",
|
|
14179
14237
|
"type": {
|
|
@@ -14190,7 +14248,7 @@
|
|
|
14190
14248
|
"immutable": true,
|
|
14191
14249
|
"locationInModule": {
|
|
14192
14250
|
"filename": "lib/jobs/job.ts",
|
|
14193
|
-
"line":
|
|
14251
|
+
"line": 301
|
|
14194
14252
|
},
|
|
14195
14253
|
"name": "role",
|
|
14196
14254
|
"optional": true,
|
|
@@ -14217,7 +14275,7 @@
|
|
|
14217
14275
|
},
|
|
14218
14276
|
"locationInModule": {
|
|
14219
14277
|
"filename": "core/lib/resource.ts",
|
|
14220
|
-
"line":
|
|
14278
|
+
"line": 121
|
|
14221
14279
|
},
|
|
14222
14280
|
"parameters": [
|
|
14223
14281
|
{
|
|
@@ -14247,7 +14305,7 @@
|
|
|
14247
14305
|
"kind": "class",
|
|
14248
14306
|
"locationInModule": {
|
|
14249
14307
|
"filename": "lib/jobs/job.ts",
|
|
14250
|
-
"line":
|
|
14308
|
+
"line": 135
|
|
14251
14309
|
},
|
|
14252
14310
|
"methods": [
|
|
14253
14311
|
{
|
|
@@ -14257,7 +14315,7 @@
|
|
|
14257
14315
|
},
|
|
14258
14316
|
"locationInModule": {
|
|
14259
14317
|
"filename": "lib/jobs/job.ts",
|
|
14260
|
-
"line":
|
|
14318
|
+
"line": 276
|
|
14261
14319
|
},
|
|
14262
14320
|
"name": "buildJobArn",
|
|
14263
14321
|
"parameters": [
|
|
@@ -14289,7 +14347,7 @@
|
|
|
14289
14347
|
},
|
|
14290
14348
|
"locationInModule": {
|
|
14291
14349
|
"filename": "lib/jobs/job.ts",
|
|
14292
|
-
"line":
|
|
14350
|
+
"line": 223
|
|
14293
14351
|
},
|
|
14294
14352
|
"name": "metric",
|
|
14295
14353
|
"overrides": "@aws-cdk/aws-glue-alpha.IJob",
|
|
@@ -14337,7 +14395,7 @@
|
|
|
14337
14395
|
},
|
|
14338
14396
|
"locationInModule": {
|
|
14339
14397
|
"filename": "lib/jobs/job.ts",
|
|
14340
|
-
"line":
|
|
14398
|
+
"line": 250
|
|
14341
14399
|
},
|
|
14342
14400
|
"name": "metricFailure",
|
|
14343
14401
|
"overrides": "@aws-cdk/aws-glue-alpha.IJob",
|
|
@@ -14364,7 +14422,7 @@
|
|
|
14364
14422
|
},
|
|
14365
14423
|
"locationInModule": {
|
|
14366
14424
|
"filename": "lib/jobs/job.ts",
|
|
14367
|
-
"line":
|
|
14425
|
+
"line": 241
|
|
14368
14426
|
},
|
|
14369
14427
|
"name": "metricSuccess",
|
|
14370
14428
|
"overrides": "@aws-cdk/aws-glue-alpha.IJob",
|
|
@@ -14391,7 +14449,7 @@
|
|
|
14391
14449
|
},
|
|
14392
14450
|
"locationInModule": {
|
|
14393
14451
|
"filename": "lib/jobs/job.ts",
|
|
14394
|
-
"line":
|
|
14452
|
+
"line": 259
|
|
14395
14453
|
},
|
|
14396
14454
|
"name": "metricTimeout",
|
|
14397
14455
|
"overrides": "@aws-cdk/aws-glue-alpha.IJob",
|
|
@@ -14418,7 +14476,7 @@
|
|
|
14418
14476
|
},
|
|
14419
14477
|
"locationInModule": {
|
|
14420
14478
|
"filename": "lib/jobs/job.ts",
|
|
14421
|
-
"line":
|
|
14479
|
+
"line": 151
|
|
14422
14480
|
},
|
|
14423
14481
|
"name": "onEvent",
|
|
14424
14482
|
"overrides": "@aws-cdk/aws-glue-alpha.IJob",
|
|
@@ -14457,7 +14515,7 @@
|
|
|
14457
14515
|
},
|
|
14458
14516
|
"locationInModule": {
|
|
14459
14517
|
"filename": "lib/jobs/job.ts",
|
|
14460
|
-
"line":
|
|
14518
|
+
"line": 200
|
|
14461
14519
|
},
|
|
14462
14520
|
"name": "onFailure",
|
|
14463
14521
|
"overrides": "@aws-cdk/aws-glue-alpha.IJob",
|
|
@@ -14496,7 +14554,7 @@
|
|
|
14496
14554
|
},
|
|
14497
14555
|
"locationInModule": {
|
|
14498
14556
|
"filename": "lib/jobs/job.ts",
|
|
14499
|
-
"line":
|
|
14557
|
+
"line": 171
|
|
14500
14558
|
},
|
|
14501
14559
|
"name": "onStateChange",
|
|
14502
14560
|
"parameters": [
|
|
@@ -14543,7 +14601,7 @@
|
|
|
14543
14601
|
},
|
|
14544
14602
|
"locationInModule": {
|
|
14545
14603
|
"filename": "lib/jobs/job.ts",
|
|
14546
|
-
"line":
|
|
14604
|
+
"line": 190
|
|
14547
14605
|
},
|
|
14548
14606
|
"name": "onSuccess",
|
|
14549
14607
|
"overrides": "@aws-cdk/aws-glue-alpha.IJob",
|
|
@@ -14582,7 +14640,7 @@
|
|
|
14582
14640
|
},
|
|
14583
14641
|
"locationInModule": {
|
|
14584
14642
|
"filename": "lib/jobs/job.ts",
|
|
14585
|
-
"line":
|
|
14643
|
+
"line": 210
|
|
14586
14644
|
},
|
|
14587
14645
|
"name": "onTimeout",
|
|
14588
14646
|
"overrides": "@aws-cdk/aws-glue-alpha.IJob",
|
|
@@ -14626,7 +14684,7 @@
|
|
|
14626
14684
|
"immutable": true,
|
|
14627
14685
|
"locationInModule": {
|
|
14628
14686
|
"filename": "lib/jobs/job.ts",
|
|
14629
|
-
"line":
|
|
14687
|
+
"line": 138
|
|
14630
14688
|
},
|
|
14631
14689
|
"name": "grantPrincipal",
|
|
14632
14690
|
"overrides": "aws-cdk-lib.aws_iam.IGrantable",
|
|
@@ -14643,7 +14701,7 @@
|
|
|
14643
14701
|
"immutable": true,
|
|
14644
14702
|
"locationInModule": {
|
|
14645
14703
|
"filename": "lib/jobs/job.ts",
|
|
14646
|
-
"line":
|
|
14704
|
+
"line": 136
|
|
14647
14705
|
},
|
|
14648
14706
|
"name": "jobArn",
|
|
14649
14707
|
"overrides": "@aws-cdk/aws-glue-alpha.IJob",
|
|
@@ -14660,7 +14718,7 @@
|
|
|
14660
14718
|
"immutable": true,
|
|
14661
14719
|
"locationInModule": {
|
|
14662
14720
|
"filename": "lib/jobs/job.ts",
|
|
14663
|
-
"line":
|
|
14721
|
+
"line": 137
|
|
14664
14722
|
},
|
|
14665
14723
|
"name": "jobName",
|
|
14666
14724
|
"overrides": "@aws-cdk/aws-glue-alpha.IJob",
|
|
@@ -14803,7 +14861,7 @@
|
|
|
14803
14861
|
"kind": "interface",
|
|
14804
14862
|
"locationInModule": {
|
|
14805
14863
|
"filename": "lib/jobs/job.ts",
|
|
14806
|
-
"line":
|
|
14864
|
+
"line": 308
|
|
14807
14865
|
},
|
|
14808
14866
|
"name": "JobProps",
|
|
14809
14867
|
"properties": [
|
|
@@ -14817,7 +14875,7 @@
|
|
|
14817
14875
|
"immutable": true,
|
|
14818
14876
|
"locationInModule": {
|
|
14819
14877
|
"filename": "lib/jobs/job.ts",
|
|
14820
|
-
"line":
|
|
14878
|
+
"line": 327
|
|
14821
14879
|
},
|
|
14822
14880
|
"name": "role",
|
|
14823
14881
|
"type": {
|
|
@@ -14834,7 +14892,7 @@
|
|
|
14834
14892
|
"immutable": true,
|
|
14835
14893
|
"locationInModule": {
|
|
14836
14894
|
"filename": "lib/jobs/job.ts",
|
|
14837
|
-
"line":
|
|
14895
|
+
"line": 315
|
|
14838
14896
|
},
|
|
14839
14897
|
"name": "script",
|
|
14840
14898
|
"type": {
|
|
@@ -14851,7 +14909,7 @@
|
|
|
14851
14909
|
"immutable": true,
|
|
14852
14910
|
"locationInModule": {
|
|
14853
14911
|
"filename": "lib/jobs/job.ts",
|
|
14854
|
-
"line":
|
|
14912
|
+
"line": 391
|
|
14855
14913
|
},
|
|
14856
14914
|
"name": "connections",
|
|
14857
14915
|
"optional": true,
|
|
@@ -14875,7 +14933,7 @@
|
|
|
14875
14933
|
"immutable": true,
|
|
14876
14934
|
"locationInModule": {
|
|
14877
14935
|
"filename": "lib/jobs/job.ts",
|
|
14878
|
-
"line":
|
|
14936
|
+
"line": 452
|
|
14879
14937
|
},
|
|
14880
14938
|
"name": "continuousLogging",
|
|
14881
14939
|
"optional": true,
|
|
@@ -14894,7 +14952,7 @@
|
|
|
14894
14952
|
"immutable": true,
|
|
14895
14953
|
"locationInModule": {
|
|
14896
14954
|
"filename": "lib/jobs/job.ts",
|
|
14897
|
-
"line":
|
|
14955
|
+
"line": 382
|
|
14898
14956
|
},
|
|
14899
14957
|
"name": "defaultArguments",
|
|
14900
14958
|
"optional": true,
|
|
@@ -14917,7 +14975,7 @@
|
|
|
14917
14975
|
"immutable": true,
|
|
14918
14976
|
"locationInModule": {
|
|
14919
14977
|
"filename": "lib/jobs/job.ts",
|
|
14920
|
-
"line":
|
|
14978
|
+
"line": 343
|
|
14921
14979
|
},
|
|
14922
14980
|
"name": "description",
|
|
14923
14981
|
"optional": true,
|
|
@@ -14936,7 +14994,7 @@
|
|
|
14936
14994
|
"immutable": true,
|
|
14937
14995
|
"locationInModule": {
|
|
14938
14996
|
"filename": "lib/jobs/job.ts",
|
|
14939
|
-
"line":
|
|
14997
|
+
"line": 442
|
|
14940
14998
|
},
|
|
14941
14999
|
"name": "enableProfilingMetrics",
|
|
14942
15000
|
"optional": true,
|
|
@@ -14954,7 +15012,7 @@
|
|
|
14954
15012
|
"immutable": true,
|
|
14955
15013
|
"locationInModule": {
|
|
14956
15014
|
"filename": "lib/jobs/job.ts",
|
|
14957
|
-
"line":
|
|
15015
|
+
"line": 433
|
|
14958
15016
|
},
|
|
14959
15017
|
"name": "glueVersion",
|
|
14960
15018
|
"optional": true,
|
|
@@ -14972,7 +15030,7 @@
|
|
|
14972
15030
|
"immutable": true,
|
|
14973
15031
|
"locationInModule": {
|
|
14974
15032
|
"filename": "lib/jobs/job.ts",
|
|
14975
|
-
"line":
|
|
15033
|
+
"line": 335
|
|
14976
15034
|
},
|
|
14977
15035
|
"name": "jobName",
|
|
14978
15036
|
"optional": true,
|
|
@@ -14991,7 +15049,7 @@
|
|
|
14991
15049
|
"immutable": true,
|
|
14992
15050
|
"locationInModule": {
|
|
14993
15051
|
"filename": "lib/jobs/job.ts",
|
|
14994
|
-
"line":
|
|
15052
|
+
"line": 371
|
|
14995
15053
|
},
|
|
14996
15054
|
"name": "maxConcurrentRuns",
|
|
14997
15055
|
"optional": true,
|
|
@@ -15009,7 +15067,7 @@
|
|
|
15009
15067
|
"immutable": true,
|
|
15010
15068
|
"locationInModule": {
|
|
15011
15069
|
"filename": "lib/jobs/job.ts",
|
|
15012
|
-
"line":
|
|
15070
|
+
"line": 399
|
|
15013
15071
|
},
|
|
15014
15072
|
"name": "maxRetries",
|
|
15015
15073
|
"optional": true,
|
|
@@ -15027,7 +15085,7 @@
|
|
|
15027
15085
|
"immutable": true,
|
|
15028
15086
|
"locationInModule": {
|
|
15029
15087
|
"filename": "lib/jobs/job.ts",
|
|
15030
|
-
"line":
|
|
15088
|
+
"line": 351
|
|
15031
15089
|
},
|
|
15032
15090
|
"name": "numberOfWorkers",
|
|
15033
15091
|
"optional": true,
|
|
@@ -15045,7 +15103,7 @@
|
|
|
15045
15103
|
"immutable": true,
|
|
15046
15104
|
"locationInModule": {
|
|
15047
15105
|
"filename": "lib/jobs/job.ts",
|
|
15048
|
-
"line":
|
|
15106
|
+
"line": 417
|
|
15049
15107
|
},
|
|
15050
15108
|
"name": "securityConfiguration",
|
|
15051
15109
|
"optional": true,
|
|
@@ -15063,7 +15121,7 @@
|
|
|
15063
15121
|
"immutable": true,
|
|
15064
15122
|
"locationInModule": {
|
|
15065
15123
|
"filename": "lib/jobs/job.ts",
|
|
15066
|
-
"line":
|
|
15124
|
+
"line": 425
|
|
15067
15125
|
},
|
|
15068
15126
|
"name": "tags",
|
|
15069
15127
|
"optional": true,
|
|
@@ -15087,7 +15145,7 @@
|
|
|
15087
15145
|
"immutable": true,
|
|
15088
15146
|
"locationInModule": {
|
|
15089
15147
|
"filename": "lib/jobs/job.ts",
|
|
15090
|
-
"line":
|
|
15148
|
+
"line": 409
|
|
15091
15149
|
},
|
|
15092
15150
|
"name": "timeout",
|
|
15093
15151
|
"optional": true,
|
|
@@ -15106,7 +15164,7 @@
|
|
|
15106
15164
|
"immutable": true,
|
|
15107
15165
|
"locationInModule": {
|
|
15108
15166
|
"filename": "lib/jobs/job.ts",
|
|
15109
|
-
"line":
|
|
15167
|
+
"line": 360
|
|
15110
15168
|
},
|
|
15111
15169
|
"name": "workerType",
|
|
15112
15170
|
"optional": true,
|
|
@@ -15580,7 +15638,7 @@
|
|
|
15580
15638
|
"kind": "interface",
|
|
15581
15639
|
"locationInModule": {
|
|
15582
15640
|
"filename": "lib/table-base.ts",
|
|
15583
|
-
"line":
|
|
15641
|
+
"line": 18
|
|
15584
15642
|
},
|
|
15585
15643
|
"name": "PartitionIndex",
|
|
15586
15644
|
"properties": [
|
|
@@ -15594,7 +15652,7 @@
|
|
|
15594
15652
|
"immutable": true,
|
|
15595
15653
|
"locationInModule": {
|
|
15596
15654
|
"filename": "lib/table-base.ts",
|
|
15597
|
-
"line":
|
|
15655
|
+
"line": 31
|
|
15598
15656
|
},
|
|
15599
15657
|
"name": "keyNames",
|
|
15600
15658
|
"type": {
|
|
@@ -15616,7 +15674,7 @@
|
|
|
15616
15674
|
"immutable": true,
|
|
15617
15675
|
"locationInModule": {
|
|
15618
15676
|
"filename": "lib/table-base.ts",
|
|
15619
|
-
"line":
|
|
15677
|
+
"line": 24
|
|
15620
15678
|
},
|
|
15621
15679
|
"name": "indexName",
|
|
15622
15680
|
"optional": true,
|
|
@@ -15641,7 +15699,7 @@
|
|
|
15641
15699
|
"kind": "class",
|
|
15642
15700
|
"locationInModule": {
|
|
15643
15701
|
"filename": "lib/partition-projection.ts",
|
|
15644
|
-
"line":
|
|
15702
|
+
"line": 230
|
|
15645
15703
|
},
|
|
15646
15704
|
"methods": [
|
|
15647
15705
|
{
|
|
@@ -15651,7 +15709,7 @@
|
|
|
15651
15709
|
},
|
|
15652
15710
|
"locationInModule": {
|
|
15653
15711
|
"filename": "lib/partition-projection.ts",
|
|
15654
|
-
"line":
|
|
15712
|
+
"line": 288
|
|
15655
15713
|
},
|
|
15656
15714
|
"name": "date",
|
|
15657
15715
|
"parameters": [
|
|
@@ -15676,7 +15734,7 @@
|
|
|
15676
15734
|
},
|
|
15677
15735
|
"locationInModule": {
|
|
15678
15736
|
"filename": "lib/partition-projection.ts",
|
|
15679
|
-
"line":
|
|
15737
|
+
"line": 373
|
|
15680
15738
|
},
|
|
15681
15739
|
"name": "enum",
|
|
15682
15740
|
"parameters": [
|
|
@@ -15703,7 +15761,7 @@
|
|
|
15703
15761
|
},
|
|
15704
15762
|
"locationInModule": {
|
|
15705
15763
|
"filename": "lib/partition-projection.ts",
|
|
15706
|
-
"line":
|
|
15764
|
+
"line": 413
|
|
15707
15765
|
},
|
|
15708
15766
|
"name": "injected",
|
|
15709
15767
|
"returns": {
|
|
@@ -15720,7 +15778,7 @@
|
|
|
15720
15778
|
},
|
|
15721
15779
|
"locationInModule": {
|
|
15722
15780
|
"filename": "lib/partition-projection.ts",
|
|
15723
|
-
"line":
|
|
15781
|
+
"line": 234
|
|
15724
15782
|
},
|
|
15725
15783
|
"name": "integer",
|
|
15726
15784
|
"parameters": [
|
|
@@ -15749,7 +15807,7 @@
|
|
|
15749
15807
|
"immutable": true,
|
|
15750
15808
|
"locationInModule": {
|
|
15751
15809
|
"filename": "lib/partition-projection.ts",
|
|
15752
|
-
"line":
|
|
15810
|
+
"line": 422
|
|
15753
15811
|
},
|
|
15754
15812
|
"name": "type",
|
|
15755
15813
|
"type": {
|
|
@@ -15765,7 +15823,7 @@
|
|
|
15765
15823
|
"immutable": true,
|
|
15766
15824
|
"locationInModule": {
|
|
15767
15825
|
"filename": "lib/partition-projection.ts",
|
|
15768
|
-
"line":
|
|
15826
|
+
"line": 436
|
|
15769
15827
|
},
|
|
15770
15828
|
"name": "dateRange",
|
|
15771
15829
|
"optional": true,
|
|
@@ -15786,7 +15844,7 @@
|
|
|
15786
15844
|
"immutable": true,
|
|
15787
15845
|
"locationInModule": {
|
|
15788
15846
|
"filename": "lib/partition-projection.ts",
|
|
15789
|
-
"line":
|
|
15847
|
+
"line": 446
|
|
15790
15848
|
},
|
|
15791
15849
|
"name": "digits",
|
|
15792
15850
|
"optional": true,
|
|
@@ -15802,7 +15860,7 @@
|
|
|
15802
15860
|
"immutable": true,
|
|
15803
15861
|
"locationInModule": {
|
|
15804
15862
|
"filename": "lib/partition-projection.ts",
|
|
15805
|
-
"line":
|
|
15863
|
+
"line": 451
|
|
15806
15864
|
},
|
|
15807
15865
|
"name": "format",
|
|
15808
15866
|
"optional": true,
|
|
@@ -15819,7 +15877,7 @@
|
|
|
15819
15877
|
"immutable": true,
|
|
15820
15878
|
"locationInModule": {
|
|
15821
15879
|
"filename": "lib/partition-projection.ts",
|
|
15822
|
-
"line":
|
|
15880
|
+
"line": 429
|
|
15823
15881
|
},
|
|
15824
15882
|
"name": "integerRange",
|
|
15825
15883
|
"optional": true,
|
|
@@ -15840,7 +15898,7 @@
|
|
|
15840
15898
|
"immutable": true,
|
|
15841
15899
|
"locationInModule": {
|
|
15842
15900
|
"filename": "lib/partition-projection.ts",
|
|
15843
|
-
"line":
|
|
15901
|
+
"line": 441
|
|
15844
15902
|
},
|
|
15845
15903
|
"name": "interval",
|
|
15846
15904
|
"optional": true,
|
|
@@ -15856,7 +15914,7 @@
|
|
|
15856
15914
|
"immutable": true,
|
|
15857
15915
|
"locationInModule": {
|
|
15858
15916
|
"filename": "lib/partition-projection.ts",
|
|
15859
|
-
"line":
|
|
15917
|
+
"line": 456
|
|
15860
15918
|
},
|
|
15861
15919
|
"name": "intervalUnit",
|
|
15862
15920
|
"optional": true,
|
|
@@ -15872,7 +15930,7 @@
|
|
|
15872
15930
|
"immutable": true,
|
|
15873
15931
|
"locationInModule": {
|
|
15874
15932
|
"filename": "lib/partition-projection.ts",
|
|
15875
|
-
"line":
|
|
15933
|
+
"line": 461
|
|
15876
15934
|
},
|
|
15877
15935
|
"name": "values",
|
|
15878
15936
|
"optional": true,
|
|
@@ -15900,7 +15958,7 @@
|
|
|
15900
15958
|
"kind": "enum",
|
|
15901
15959
|
"locationInModule": {
|
|
15902
15960
|
"filename": "lib/partition-projection.ts",
|
|
15903
|
-
"line":
|
|
15961
|
+
"line": 11
|
|
15904
15962
|
},
|
|
15905
15963
|
"members": [
|
|
15906
15964
|
{
|
|
@@ -18530,7 +18588,7 @@
|
|
|
18530
18588
|
"kind": "class",
|
|
18531
18589
|
"locationInModule": {
|
|
18532
18590
|
"filename": "lib/schema.ts",
|
|
18533
|
-
"line":
|
|
18591
|
+
"line": 44
|
|
18534
18592
|
},
|
|
18535
18593
|
"methods": [
|
|
18536
18594
|
{
|
|
@@ -18540,7 +18598,7 @@
|
|
|
18540
18598
|
},
|
|
18541
18599
|
"locationInModule": {
|
|
18542
18600
|
"filename": "lib/schema.ts",
|
|
18543
|
-
"line":
|
|
18601
|
+
"line": 177
|
|
18544
18602
|
},
|
|
18545
18603
|
"name": "array",
|
|
18546
18604
|
"parameters": [
|
|
@@ -18568,7 +18626,7 @@
|
|
|
18568
18626
|
},
|
|
18569
18627
|
"locationInModule": {
|
|
18570
18628
|
"filename": "lib/schema.ts",
|
|
18571
|
-
"line":
|
|
18629
|
+
"line": 141
|
|
18572
18630
|
},
|
|
18573
18631
|
"name": "char",
|
|
18574
18632
|
"parameters": [
|
|
@@ -18597,7 +18655,7 @@
|
|
|
18597
18655
|
},
|
|
18598
18656
|
"locationInModule": {
|
|
18599
18657
|
"filename": "lib/schema.ts",
|
|
18600
|
-
"line":
|
|
18658
|
+
"line": 129
|
|
18601
18659
|
},
|
|
18602
18660
|
"name": "decimal",
|
|
18603
18661
|
"parameters": [
|
|
@@ -18635,7 +18693,7 @@
|
|
|
18635
18693
|
},
|
|
18636
18694
|
"locationInModule": {
|
|
18637
18695
|
"filename": "lib/schema.ts",
|
|
18638
|
-
"line":
|
|
18696
|
+
"line": 190
|
|
18639
18697
|
},
|
|
18640
18698
|
"name": "map",
|
|
18641
18699
|
"parameters": [
|
|
@@ -18672,7 +18730,7 @@
|
|
|
18672
18730
|
},
|
|
18673
18731
|
"locationInModule": {
|
|
18674
18732
|
"filename": "lib/schema.ts",
|
|
18675
|
-
"line":
|
|
18733
|
+
"line": 205
|
|
18676
18734
|
},
|
|
18677
18735
|
"name": "struct",
|
|
18678
18736
|
"parameters": [
|
|
@@ -18705,7 +18763,7 @@
|
|
|
18705
18763
|
},
|
|
18706
18764
|
"locationInModule": {
|
|
18707
18765
|
"filename": "lib/schema.ts",
|
|
18708
|
-
"line":
|
|
18766
|
+
"line": 159
|
|
18709
18767
|
},
|
|
18710
18768
|
"name": "varchar",
|
|
18711
18769
|
"parameters": [
|
|
@@ -18738,7 +18796,7 @@
|
|
|
18738
18796
|
"immutable": true,
|
|
18739
18797
|
"locationInModule": {
|
|
18740
18798
|
"filename": "lib/schema.ts",
|
|
18741
|
-
"line":
|
|
18799
|
+
"line": 58
|
|
18742
18800
|
},
|
|
18743
18801
|
"name": "BIG_INT",
|
|
18744
18802
|
"static": true,
|
|
@@ -18754,7 +18812,7 @@
|
|
|
18754
18812
|
"immutable": true,
|
|
18755
18813
|
"locationInModule": {
|
|
18756
18814
|
"filename": "lib/schema.ts",
|
|
18757
|
-
"line":
|
|
18815
|
+
"line": 50
|
|
18758
18816
|
},
|
|
18759
18817
|
"name": "BINARY",
|
|
18760
18818
|
"static": true,
|
|
@@ -18770,7 +18828,7 @@
|
|
|
18770
18828
|
"immutable": true,
|
|
18771
18829
|
"locationInModule": {
|
|
18772
18830
|
"filename": "lib/schema.ts",
|
|
18773
|
-
"line":
|
|
18831
|
+
"line": 45
|
|
18774
18832
|
},
|
|
18775
18833
|
"name": "BOOLEAN",
|
|
18776
18834
|
"static": true,
|
|
@@ -18787,7 +18845,7 @@
|
|
|
18787
18845
|
"immutable": true,
|
|
18788
18846
|
"locationInModule": {
|
|
18789
18847
|
"filename": "lib/schema.ts",
|
|
18790
|
-
"line":
|
|
18848
|
+
"line": 100
|
|
18791
18849
|
},
|
|
18792
18850
|
"name": "DATE",
|
|
18793
18851
|
"static": true,
|
|
@@ -18803,7 +18861,7 @@
|
|
|
18803
18861
|
"immutable": true,
|
|
18804
18862
|
"locationInModule": {
|
|
18805
18863
|
"filename": "lib/schema.ts",
|
|
18806
|
-
"line":
|
|
18864
|
+
"line": 63
|
|
18807
18865
|
},
|
|
18808
18866
|
"name": "DOUBLE",
|
|
18809
18867
|
"static": true,
|
|
@@ -18819,7 +18877,7 @@
|
|
|
18819
18877
|
"immutable": true,
|
|
18820
18878
|
"locationInModule": {
|
|
18821
18879
|
"filename": "lib/schema.ts",
|
|
18822
|
-
"line":
|
|
18880
|
+
"line": 68
|
|
18823
18881
|
},
|
|
18824
18882
|
"name": "FLOAT",
|
|
18825
18883
|
"static": true,
|
|
@@ -18836,7 +18894,7 @@
|
|
|
18836
18894
|
"immutable": true,
|
|
18837
18895
|
"locationInModule": {
|
|
18838
18896
|
"filename": "lib/schema.ts",
|
|
18839
|
-
"line":
|
|
18897
|
+
"line": 76
|
|
18840
18898
|
},
|
|
18841
18899
|
"name": "INTEGER",
|
|
18842
18900
|
"static": true,
|
|
@@ -18853,7 +18911,7 @@
|
|
|
18853
18911
|
"immutable": true,
|
|
18854
18912
|
"locationInModule": {
|
|
18855
18913
|
"filename": "lib/schema.ts",
|
|
18856
|
-
"line":
|
|
18914
|
+
"line": 84
|
|
18857
18915
|
},
|
|
18858
18916
|
"name": "SMALL_INT",
|
|
18859
18917
|
"static": true,
|
|
@@ -18870,7 +18928,7 @@
|
|
|
18870
18928
|
"immutable": true,
|
|
18871
18929
|
"locationInModule": {
|
|
18872
18930
|
"filename": "lib/schema.ts",
|
|
18873
|
-
"line":
|
|
18931
|
+
"line": 116
|
|
18874
18932
|
},
|
|
18875
18933
|
"name": "STRING",
|
|
18876
18934
|
"static": true,
|
|
@@ -18887,7 +18945,7 @@
|
|
|
18887
18945
|
"immutable": true,
|
|
18888
18946
|
"locationInModule": {
|
|
18889
18947
|
"filename": "lib/schema.ts",
|
|
18890
|
-
"line":
|
|
18948
|
+
"line": 108
|
|
18891
18949
|
},
|
|
18892
18950
|
"name": "TIMESTAMP",
|
|
18893
18951
|
"static": true,
|
|
@@ -18904,7 +18962,7 @@
|
|
|
18904
18962
|
"immutable": true,
|
|
18905
18963
|
"locationInModule": {
|
|
18906
18964
|
"filename": "lib/schema.ts",
|
|
18907
|
-
"line":
|
|
18965
|
+
"line": 92
|
|
18908
18966
|
},
|
|
18909
18967
|
"name": "TINY_INT",
|
|
18910
18968
|
"static": true,
|
|
@@ -19432,7 +19490,7 @@
|
|
|
19432
19490
|
"kind": "interface",
|
|
19433
19491
|
"locationInModule": {
|
|
19434
19492
|
"filename": "lib/jobs/spark-job.ts",
|
|
19435
|
-
"line":
|
|
19493
|
+
"line": 15
|
|
19436
19494
|
},
|
|
19437
19495
|
"name": "SparkExtraCodeProps",
|
|
19438
19496
|
"properties": [
|
|
@@ -19447,7 +19505,7 @@
|
|
|
19447
19505
|
"immutable": true,
|
|
19448
19506
|
"locationInModule": {
|
|
19449
19507
|
"filename": "lib/jobs/spark-job.ts",
|
|
19450
|
-
"line":
|
|
19508
|
+
"line": 31
|
|
19451
19509
|
},
|
|
19452
19510
|
"name": "extraFiles",
|
|
19453
19511
|
"optional": true,
|
|
@@ -19470,7 +19528,7 @@
|
|
|
19470
19528
|
"immutable": true,
|
|
19471
19529
|
"locationInModule": {
|
|
19472
19530
|
"filename": "lib/jobs/spark-job.ts",
|
|
19473
|
-
"line":
|
|
19531
|
+
"line": 38
|
|
19474
19532
|
},
|
|
19475
19533
|
"name": "extraJars",
|
|
19476
19534
|
"optional": true,
|
|
@@ -19494,7 +19552,7 @@
|
|
|
19494
19552
|
"immutable": true,
|
|
19495
19553
|
"locationInModule": {
|
|
19496
19554
|
"filename": "lib/jobs/spark-job.ts",
|
|
19497
|
-
"line":
|
|
19555
|
+
"line": 47
|
|
19498
19556
|
},
|
|
19499
19557
|
"name": "extraJarsFirst",
|
|
19500
19558
|
"optional": true,
|
|
@@ -19512,7 +19570,7 @@
|
|
|
19512
19570
|
"immutable": true,
|
|
19513
19571
|
"locationInModule": {
|
|
19514
19572
|
"filename": "lib/jobs/spark-job.ts",
|
|
19515
|
-
"line":
|
|
19573
|
+
"line": 22
|
|
19516
19574
|
},
|
|
19517
19575
|
"name": "extraPythonFiles",
|
|
19518
19576
|
"optional": true,
|
|
@@ -19547,7 +19605,7 @@
|
|
|
19547
19605
|
},
|
|
19548
19606
|
"locationInModule": {
|
|
19549
19607
|
"filename": "lib/jobs/spark-job.ts",
|
|
19550
|
-
"line":
|
|
19608
|
+
"line": 141
|
|
19551
19609
|
},
|
|
19552
19610
|
"parameters": [
|
|
19553
19611
|
{
|
|
@@ -19573,7 +19631,7 @@
|
|
|
19573
19631
|
"kind": "class",
|
|
19574
19632
|
"locationInModule": {
|
|
19575
19633
|
"filename": "lib/jobs/spark-job.ts",
|
|
19576
|
-
"line":
|
|
19634
|
+
"line": 129
|
|
19577
19635
|
},
|
|
19578
19636
|
"methods": [
|
|
19579
19637
|
{
|
|
@@ -19582,7 +19640,7 @@
|
|
|
19582
19640
|
},
|
|
19583
19641
|
"locationInModule": {
|
|
19584
19642
|
"filename": "lib/jobs/spark-job.ts",
|
|
19585
|
-
"line":
|
|
19643
|
+
"line": 154
|
|
19586
19644
|
},
|
|
19587
19645
|
"name": "nonExecutableCommonArguments",
|
|
19588
19646
|
"parameters": [
|
|
@@ -19612,7 +19670,7 @@
|
|
|
19612
19670
|
},
|
|
19613
19671
|
"locationInModule": {
|
|
19614
19672
|
"filename": "lib/jobs/spark-job.ts",
|
|
19615
|
-
"line":
|
|
19673
|
+
"line": 180
|
|
19616
19674
|
},
|
|
19617
19675
|
"name": "setupExtraCodeArguments",
|
|
19618
19676
|
"parameters": [
|
|
@@ -19647,7 +19705,7 @@
|
|
|
19647
19705
|
"immutable": true,
|
|
19648
19706
|
"locationInModule": {
|
|
19649
19707
|
"filename": "lib/jobs/spark-job.ts",
|
|
19650
|
-
"line":
|
|
19708
|
+
"line": 131
|
|
19651
19709
|
},
|
|
19652
19710
|
"name": "grantPrincipal",
|
|
19653
19711
|
"overrides": "@aws-cdk/aws-glue-alpha.JobBase",
|
|
@@ -19663,7 +19721,7 @@
|
|
|
19663
19721
|
"immutable": true,
|
|
19664
19722
|
"locationInModule": {
|
|
19665
19723
|
"filename": "lib/jobs/spark-job.ts",
|
|
19666
|
-
"line":
|
|
19724
|
+
"line": 130
|
|
19667
19725
|
},
|
|
19668
19726
|
"name": "role",
|
|
19669
19727
|
"overrides": "@aws-cdk/aws-glue-alpha.Job",
|
|
@@ -19680,7 +19738,7 @@
|
|
|
19680
19738
|
"immutable": true,
|
|
19681
19739
|
"locationInModule": {
|
|
19682
19740
|
"filename": "lib/jobs/spark-job.ts",
|
|
19683
|
-
"line":
|
|
19741
|
+
"line": 139
|
|
19684
19742
|
},
|
|
19685
19743
|
"name": "sparkUILoggingLocation",
|
|
19686
19744
|
"optional": true,
|
|
@@ -19709,7 +19767,7 @@
|
|
|
19709
19767
|
"kind": "interface",
|
|
19710
19768
|
"locationInModule": {
|
|
19711
19769
|
"filename": "lib/jobs/spark-job.ts",
|
|
19712
|
-
"line":
|
|
19770
|
+
"line": 96
|
|
19713
19771
|
},
|
|
19714
19772
|
"name": "SparkJobProps",
|
|
19715
19773
|
"properties": [
|
|
@@ -19724,7 +19782,7 @@
|
|
|
19724
19782
|
"immutable": true,
|
|
19725
19783
|
"locationInModule": {
|
|
19726
19784
|
"filename": "lib/jobs/spark-job.ts",
|
|
19727
|
-
"line":
|
|
19785
|
+
"line": 114
|
|
19728
19786
|
},
|
|
19729
19787
|
"name": "enableMetrics",
|
|
19730
19788
|
"optional": true,
|
|
@@ -19743,7 +19801,7 @@
|
|
|
19743
19801
|
"immutable": true,
|
|
19744
19802
|
"locationInModule": {
|
|
19745
19803
|
"filename": "lib/jobs/spark-job.ts",
|
|
19746
|
-
"line":
|
|
19804
|
+
"line": 123
|
|
19747
19805
|
},
|
|
19748
19806
|
"name": "enableObservabilityMetrics",
|
|
19749
19807
|
"optional": true,
|
|
@@ -19762,7 +19820,7 @@
|
|
|
19762
19820
|
"immutable": true,
|
|
19763
19821
|
"locationInModule": {
|
|
19764
19822
|
"filename": "lib/jobs/spark-job.ts",
|
|
19765
|
-
"line":
|
|
19823
|
+
"line": 105
|
|
19766
19824
|
},
|
|
19767
19825
|
"name": "sparkUI",
|
|
19768
19826
|
"optional": true,
|
|
@@ -19789,7 +19847,7 @@
|
|
|
19789
19847
|
"kind": "interface",
|
|
19790
19848
|
"locationInModule": {
|
|
19791
19849
|
"filename": "lib/jobs/spark-job.ts",
|
|
19792
|
-
"line":
|
|
19850
|
+
"line": 79
|
|
19793
19851
|
},
|
|
19794
19852
|
"name": "SparkUILoggingLocation",
|
|
19795
19853
|
"properties": [
|
|
@@ -19802,7 +19860,7 @@
|
|
|
19802
19860
|
"immutable": true,
|
|
19803
19861
|
"locationInModule": {
|
|
19804
19862
|
"filename": "lib/jobs/spark-job.ts",
|
|
19805
|
-
"line":
|
|
19863
|
+
"line": 83
|
|
19806
19864
|
},
|
|
19807
19865
|
"name": "bucket",
|
|
19808
19866
|
"type": {
|
|
@@ -19819,7 +19877,7 @@
|
|
|
19819
19877
|
"immutable": true,
|
|
19820
19878
|
"locationInModule": {
|
|
19821
19879
|
"filename": "lib/jobs/spark-job.ts",
|
|
19822
|
-
"line":
|
|
19880
|
+
"line": 90
|
|
19823
19881
|
},
|
|
19824
19882
|
"name": "prefix",
|
|
19825
19883
|
"optional": true,
|
|
@@ -19846,7 +19904,7 @@
|
|
|
19846
19904
|
"kind": "interface",
|
|
19847
19905
|
"locationInModule": {
|
|
19848
19906
|
"filename": "lib/jobs/spark-job.ts",
|
|
19849
|
-
"line":
|
|
19907
|
+
"line": 56
|
|
19850
19908
|
},
|
|
19851
19909
|
"name": "SparkUIProps",
|
|
19852
19910
|
"properties": [
|
|
@@ -19860,7 +19918,7 @@
|
|
|
19860
19918
|
"immutable": true,
|
|
19861
19919
|
"locationInModule": {
|
|
19862
19920
|
"filename": "lib/jobs/spark-job.ts",
|
|
19863
|
-
"line":
|
|
19921
|
+
"line": 62
|
|
19864
19922
|
},
|
|
19865
19923
|
"name": "bucket",
|
|
19866
19924
|
"optional": true,
|
|
@@ -19879,7 +19937,7 @@
|
|
|
19879
19937
|
"immutable": true,
|
|
19880
19938
|
"locationInModule": {
|
|
19881
19939
|
"filename": "lib/jobs/spark-job.ts",
|
|
19882
|
-
"line":
|
|
19940
|
+
"line": 70
|
|
19883
19941
|
},
|
|
19884
19942
|
"name": "prefix",
|
|
19885
19943
|
"optional": true,
|
|
@@ -20715,7 +20773,7 @@
|
|
|
20715
20773
|
"kind": "interface",
|
|
20716
20774
|
"locationInModule": {
|
|
20717
20775
|
"filename": "lib/table-base.ts",
|
|
20718
|
-
"line":
|
|
20776
|
+
"line": 45
|
|
20719
20777
|
},
|
|
20720
20778
|
"name": "TableAttributes",
|
|
20721
20779
|
"properties": [
|
|
@@ -20727,7 +20785,7 @@
|
|
|
20727
20785
|
"immutable": true,
|
|
20728
20786
|
"locationInModule": {
|
|
20729
20787
|
"filename": "lib/table-base.ts",
|
|
20730
|
-
"line":
|
|
20788
|
+
"line": 46
|
|
20731
20789
|
},
|
|
20732
20790
|
"name": "tableArn",
|
|
20733
20791
|
"type": {
|
|
@@ -20742,7 +20800,7 @@
|
|
|
20742
20800
|
"immutable": true,
|
|
20743
20801
|
"locationInModule": {
|
|
20744
20802
|
"filename": "lib/table-base.ts",
|
|
20745
|
-
"line":
|
|
20803
|
+
"line": 47
|
|
20746
20804
|
},
|
|
20747
20805
|
"name": "tableName",
|
|
20748
20806
|
"type": {
|
|
@@ -20771,7 +20829,7 @@
|
|
|
20771
20829
|
},
|
|
20772
20830
|
"locationInModule": {
|
|
20773
20831
|
"filename": "lib/table-base.ts",
|
|
20774
|
-
"line":
|
|
20832
|
+
"line": 259
|
|
20775
20833
|
},
|
|
20776
20834
|
"parameters": [
|
|
20777
20835
|
{
|
|
@@ -20800,7 +20858,7 @@
|
|
|
20800
20858
|
"kind": "class",
|
|
20801
20859
|
"locationInModule": {
|
|
20802
20860
|
"filename": "lib/table-base.ts",
|
|
20803
|
-
"line":
|
|
20861
|
+
"line": 180
|
|
20804
20862
|
},
|
|
20805
20863
|
"methods": [
|
|
20806
20864
|
{
|
|
@@ -20809,7 +20867,7 @@
|
|
|
20809
20867
|
},
|
|
20810
20868
|
"locationInModule": {
|
|
20811
20869
|
"filename": "lib/table-base.ts",
|
|
20812
|
-
"line":
|
|
20870
|
+
"line": 181
|
|
20813
20871
|
},
|
|
20814
20872
|
"name": "fromTableArn",
|
|
20815
20873
|
"parameters": [
|
|
@@ -20846,7 +20904,7 @@
|
|
|
20846
20904
|
},
|
|
20847
20905
|
"locationInModule": {
|
|
20848
20906
|
"filename": "lib/table-base.ts",
|
|
20849
|
-
"line":
|
|
20907
|
+
"line": 197
|
|
20850
20908
|
},
|
|
20851
20909
|
"name": "fromTableAttributes",
|
|
20852
20910
|
"parameters": [
|
|
@@ -20894,7 +20952,7 @@
|
|
|
20894
20952
|
},
|
|
20895
20953
|
"locationInModule": {
|
|
20896
20954
|
"filename": "lib/table-base.ts",
|
|
20897
|
-
"line":
|
|
20955
|
+
"line": 293
|
|
20898
20956
|
},
|
|
20899
20957
|
"name": "addPartitionIndex",
|
|
20900
20958
|
"parameters": [
|
|
@@ -20914,7 +20972,7 @@
|
|
|
20914
20972
|
},
|
|
20915
20973
|
"locationInModule": {
|
|
20916
20974
|
"filename": "lib/table-base.ts",
|
|
20917
|
-
"line":
|
|
20975
|
+
"line": 420
|
|
20918
20976
|
},
|
|
20919
20977
|
"name": "grant",
|
|
20920
20978
|
"parameters": [
|
|
@@ -20949,7 +21007,7 @@
|
|
|
20949
21007
|
},
|
|
20950
21008
|
"locationInModule": {
|
|
20951
21009
|
"filename": "lib/table-base.ts",
|
|
20952
|
-
"line":
|
|
21010
|
+
"line": 282
|
|
20953
21011
|
},
|
|
20954
21012
|
"name": "grantRead",
|
|
20955
21013
|
"parameters": [
|
|
@@ -20973,7 +21031,7 @@
|
|
|
20973
21031
|
},
|
|
20974
21032
|
"locationInModule": {
|
|
20975
21033
|
"filename": "lib/table-base.ts",
|
|
20976
|
-
"line":
|
|
21034
|
+
"line": 284
|
|
20977
21035
|
},
|
|
20978
21036
|
"name": "grantReadWrite",
|
|
20979
21037
|
"parameters": [
|
|
@@ -20998,7 +21056,7 @@
|
|
|
20998
21056
|
},
|
|
20999
21057
|
"locationInModule": {
|
|
21000
21058
|
"filename": "lib/table-base.ts",
|
|
21001
|
-
"line":
|
|
21059
|
+
"line": 433
|
|
21002
21060
|
},
|
|
21003
21061
|
"name": "grantToUnderlyingResources",
|
|
21004
21062
|
"parameters": [
|
|
@@ -21033,7 +21091,7 @@
|
|
|
21033
21091
|
},
|
|
21034
21092
|
"locationInModule": {
|
|
21035
21093
|
"filename": "lib/table-base.ts",
|
|
21036
|
-
"line":
|
|
21094
|
+
"line": 283
|
|
21037
21095
|
},
|
|
21038
21096
|
"name": "grantWrite",
|
|
21039
21097
|
"parameters": [
|
|
@@ -21061,7 +21119,7 @@
|
|
|
21061
21119
|
"immutable": true,
|
|
21062
21120
|
"locationInModule": {
|
|
21063
21121
|
"filename": "lib/table-base.ts",
|
|
21064
|
-
"line":
|
|
21122
|
+
"line": 229
|
|
21065
21123
|
},
|
|
21066
21124
|
"name": "columns",
|
|
21067
21125
|
"type": {
|
|
@@ -21081,7 +21139,7 @@
|
|
|
21081
21139
|
"immutable": true,
|
|
21082
21140
|
"locationInModule": {
|
|
21083
21141
|
"filename": "lib/table-base.ts",
|
|
21084
|
-
"line":
|
|
21142
|
+
"line": 219
|
|
21085
21143
|
},
|
|
21086
21144
|
"name": "compressed",
|
|
21087
21145
|
"type": {
|
|
@@ -21096,7 +21154,7 @@
|
|
|
21096
21154
|
"immutable": true,
|
|
21097
21155
|
"locationInModule": {
|
|
21098
21156
|
"filename": "lib/table-base.ts",
|
|
21099
|
-
"line":
|
|
21157
|
+
"line": 214
|
|
21100
21158
|
},
|
|
21101
21159
|
"name": "database",
|
|
21102
21160
|
"type": {
|
|
@@ -21111,7 +21169,7 @@
|
|
|
21111
21169
|
"immutable": true,
|
|
21112
21170
|
"locationInModule": {
|
|
21113
21171
|
"filename": "lib/table-base.ts",
|
|
21114
|
-
"line":
|
|
21172
|
+
"line": 224
|
|
21115
21173
|
},
|
|
21116
21174
|
"name": "dataFormat",
|
|
21117
21175
|
"type": {
|
|
@@ -21127,7 +21185,7 @@
|
|
|
21127
21185
|
"immutable": true,
|
|
21128
21186
|
"locationInModule": {
|
|
21129
21187
|
"filename": "lib/table-base.ts",
|
|
21130
|
-
"line":
|
|
21188
|
+
"line": 250
|
|
21131
21189
|
},
|
|
21132
21190
|
"name": "parameters",
|
|
21133
21191
|
"protected": true,
|
|
@@ -21148,7 +21206,7 @@
|
|
|
21148
21206
|
"immutable": true,
|
|
21149
21207
|
"locationInModule": {
|
|
21150
21208
|
"filename": "lib/table-base.ts",
|
|
21151
|
-
"line":
|
|
21209
|
+
"line": 208
|
|
21152
21210
|
},
|
|
21153
21211
|
"name": "tableArn",
|
|
21154
21212
|
"overrides": "@aws-cdk/aws-glue-alpha.ITable",
|
|
@@ -21164,7 +21222,7 @@
|
|
|
21164
21222
|
"immutable": true,
|
|
21165
21223
|
"locationInModule": {
|
|
21166
21224
|
"filename": "lib/table-base.ts",
|
|
21167
|
-
"line":
|
|
21225
|
+
"line": 207
|
|
21168
21226
|
},
|
|
21169
21227
|
"name": "tableName",
|
|
21170
21228
|
"overrides": "@aws-cdk/aws-glue-alpha.ITable",
|
|
@@ -21180,7 +21238,7 @@
|
|
|
21180
21238
|
"immutable": true,
|
|
21181
21239
|
"locationInModule": {
|
|
21182
21240
|
"filename": "lib/table-base.ts",
|
|
21183
|
-
"line":
|
|
21241
|
+
"line": 206
|
|
21184
21242
|
},
|
|
21185
21243
|
"name": "tableResource",
|
|
21186
21244
|
"protected": true,
|
|
@@ -21196,7 +21254,7 @@
|
|
|
21196
21254
|
"immutable": true,
|
|
21197
21255
|
"locationInModule": {
|
|
21198
21256
|
"filename": "lib/table-base.ts",
|
|
21199
|
-
"line":
|
|
21257
|
+
"line": 209
|
|
21200
21258
|
},
|
|
21201
21259
|
"name": "partitionIndexes",
|
|
21202
21260
|
"optional": true,
|
|
@@ -21217,7 +21275,7 @@
|
|
|
21217
21275
|
"immutable": true,
|
|
21218
21276
|
"locationInModule": {
|
|
21219
21277
|
"filename": "lib/table-base.ts",
|
|
21220
|
-
"line":
|
|
21278
|
+
"line": 234
|
|
21221
21279
|
},
|
|
21222
21280
|
"name": "partitionKeys",
|
|
21223
21281
|
"optional": true,
|
|
@@ -21238,7 +21296,7 @@
|
|
|
21238
21296
|
"immutable": true,
|
|
21239
21297
|
"locationInModule": {
|
|
21240
21298
|
"filename": "lib/table-base.ts",
|
|
21241
|
-
"line":
|
|
21299
|
+
"line": 244
|
|
21242
21300
|
},
|
|
21243
21301
|
"name": "partitionProjection",
|
|
21244
21302
|
"optional": true,
|
|
@@ -21259,7 +21317,7 @@
|
|
|
21259
21317
|
"immutable": true,
|
|
21260
21318
|
"locationInModule": {
|
|
21261
21319
|
"filename": "lib/table-base.ts",
|
|
21262
|
-
"line":
|
|
21320
|
+
"line": 239
|
|
21263
21321
|
},
|
|
21264
21322
|
"name": "storageParameters",
|
|
21265
21323
|
"optional": true,
|
|
@@ -21289,7 +21347,7 @@
|
|
|
21289
21347
|
"kind": "interface",
|
|
21290
21348
|
"locationInModule": {
|
|
21291
21349
|
"filename": "lib/table-base.ts",
|
|
21292
|
-
"line":
|
|
21350
|
+
"line": 50
|
|
21293
21351
|
},
|
|
21294
21352
|
"name": "TableBaseProps",
|
|
21295
21353
|
"properties": [
|
|
@@ -21302,7 +21360,7 @@
|
|
|
21302
21360
|
"immutable": true,
|
|
21303
21361
|
"locationInModule": {
|
|
21304
21362
|
"filename": "lib/table-base.ts",
|
|
21305
|
-
"line":
|
|
21363
|
+
"line": 73
|
|
21306
21364
|
},
|
|
21307
21365
|
"name": "columns",
|
|
21308
21366
|
"type": {
|
|
@@ -21323,7 +21381,7 @@
|
|
|
21323
21381
|
"immutable": true,
|
|
21324
21382
|
"locationInModule": {
|
|
21325
21383
|
"filename": "lib/table-base.ts",
|
|
21326
|
-
"line":
|
|
21384
|
+
"line": 68
|
|
21327
21385
|
},
|
|
21328
21386
|
"name": "database",
|
|
21329
21387
|
"type": {
|
|
@@ -21339,7 +21397,7 @@
|
|
|
21339
21397
|
"immutable": true,
|
|
21340
21398
|
"locationInModule": {
|
|
21341
21399
|
"filename": "lib/table-base.ts",
|
|
21342
|
-
"line":
|
|
21400
|
+
"line": 94
|
|
21343
21401
|
},
|
|
21344
21402
|
"name": "dataFormat",
|
|
21345
21403
|
"type": {
|
|
@@ -21356,7 +21414,7 @@
|
|
|
21356
21414
|
"immutable": true,
|
|
21357
21415
|
"locationInModule": {
|
|
21358
21416
|
"filename": "lib/table-base.ts",
|
|
21359
|
-
"line":
|
|
21417
|
+
"line": 101
|
|
21360
21418
|
},
|
|
21361
21419
|
"name": "compressed",
|
|
21362
21420
|
"optional": true,
|
|
@@ -21374,7 +21432,7 @@
|
|
|
21374
21432
|
"immutable": true,
|
|
21375
21433
|
"locationInModule": {
|
|
21376
21434
|
"filename": "lib/table-base.ts",
|
|
21377
|
-
"line":
|
|
21435
|
+
"line": 63
|
|
21378
21436
|
},
|
|
21379
21437
|
"name": "description",
|
|
21380
21438
|
"optional": true,
|
|
@@ -21393,7 +21451,7 @@
|
|
|
21393
21451
|
"immutable": true,
|
|
21394
21452
|
"locationInModule": {
|
|
21395
21453
|
"filename": "lib/table-base.ts",
|
|
21396
|
-
"line":
|
|
21454
|
+
"line": 117
|
|
21397
21455
|
},
|
|
21398
21456
|
"name": "enablePartitionFiltering",
|
|
21399
21457
|
"optional": true,
|
|
@@ -21413,7 +21471,7 @@
|
|
|
21413
21471
|
"immutable": true,
|
|
21414
21472
|
"locationInModule": {
|
|
21415
21473
|
"filename": "lib/table-base.ts",
|
|
21416
|
-
"line":
|
|
21474
|
+
"line": 162
|
|
21417
21475
|
},
|
|
21418
21476
|
"name": "parameters",
|
|
21419
21477
|
"optional": true,
|
|
@@ -21437,7 +21495,7 @@
|
|
|
21437
21495
|
"immutable": true,
|
|
21438
21496
|
"locationInModule": {
|
|
21439
21497
|
"filename": "lib/table-base.ts",
|
|
21440
|
-
"line":
|
|
21498
|
+
"line": 89
|
|
21441
21499
|
},
|
|
21442
21500
|
"name": "partitionIndexes",
|
|
21443
21501
|
"optional": true,
|
|
@@ -21460,7 +21518,7 @@
|
|
|
21460
21518
|
"immutable": true,
|
|
21461
21519
|
"locationInModule": {
|
|
21462
21520
|
"filename": "lib/table-base.ts",
|
|
21463
|
-
"line":
|
|
21521
|
+
"line": 80
|
|
21464
21522
|
},
|
|
21465
21523
|
"name": "partitionKeys",
|
|
21466
21524
|
"optional": true,
|
|
@@ -21485,7 +21543,7 @@
|
|
|
21485
21543
|
"immutable": true,
|
|
21486
21544
|
"locationInModule": {
|
|
21487
21545
|
"filename": "lib/table-base.ts",
|
|
21488
|
-
"line":
|
|
21546
|
+
"line": 174
|
|
21489
21547
|
},
|
|
21490
21548
|
"name": "partitionProjection",
|
|
21491
21549
|
"optional": true,
|
|
@@ -21511,7 +21569,7 @@
|
|
|
21511
21569
|
"immutable": true,
|
|
21512
21570
|
"locationInModule": {
|
|
21513
21571
|
"filename": "lib/table-base.ts",
|
|
21514
|
-
"line":
|
|
21572
|
+
"line": 152
|
|
21515
21573
|
},
|
|
21516
21574
|
"name": "storageParameters",
|
|
21517
21575
|
"optional": true,
|
|
@@ -21534,7 +21592,7 @@
|
|
|
21534
21592
|
"immutable": true,
|
|
21535
21593
|
"locationInModule": {
|
|
21536
21594
|
"filename": "lib/table-base.ts",
|
|
21537
|
-
"line":
|
|
21595
|
+
"line": 108
|
|
21538
21596
|
},
|
|
21539
21597
|
"name": "storedAsSubDirectories",
|
|
21540
21598
|
"optional": true,
|
|
@@ -21552,7 +21610,7 @@
|
|
|
21552
21610
|
"immutable": true,
|
|
21553
21611
|
"locationInModule": {
|
|
21554
21612
|
"filename": "lib/table-base.ts",
|
|
21555
|
-
"line":
|
|
21613
|
+
"line": 56
|
|
21556
21614
|
},
|
|
21557
21615
|
"name": "tableName",
|
|
21558
21616
|
"optional": true,
|
|
@@ -21828,7 +21886,7 @@
|
|
|
21828
21886
|
"kind": "interface",
|
|
21829
21887
|
"locationInModule": {
|
|
21830
21888
|
"filename": "lib/schema.ts",
|
|
21831
|
-
"line":
|
|
21889
|
+
"line": 29
|
|
21832
21890
|
},
|
|
21833
21891
|
"name": "Type",
|
|
21834
21892
|
"properties": [
|
|
@@ -21841,7 +21899,7 @@
|
|
|
21841
21899
|
"immutable": true,
|
|
21842
21900
|
"locationInModule": {
|
|
21843
21901
|
"filename": "lib/schema.ts",
|
|
21844
|
-
"line":
|
|
21902
|
+
"line": 38
|
|
21845
21903
|
},
|
|
21846
21904
|
"name": "inputString",
|
|
21847
21905
|
"type": {
|
|
@@ -21857,7 +21915,7 @@
|
|
|
21857
21915
|
"immutable": true,
|
|
21858
21916
|
"locationInModule": {
|
|
21859
21917
|
"filename": "lib/schema.ts",
|
|
21860
|
-
"line":
|
|
21918
|
+
"line": 33
|
|
21861
21919
|
},
|
|
21862
21920
|
"name": "isPrimitive",
|
|
21863
21921
|
"type": {
|
|
@@ -22290,7 +22348,7 @@
|
|
|
22290
22348
|
},
|
|
22291
22349
|
"locationInModule": {
|
|
22292
22350
|
"filename": "core/lib/resource.ts",
|
|
22293
|
-
"line":
|
|
22351
|
+
"line": 121
|
|
22294
22352
|
},
|
|
22295
22353
|
"parameters": [
|
|
22296
22354
|
{
|
|
@@ -22802,6 +22860,6 @@
|
|
|
22802
22860
|
"symbolId": "lib/storage-parameter:WriteParallel"
|
|
22803
22861
|
}
|
|
22804
22862
|
},
|
|
22805
|
-
"version": "2.
|
|
22863
|
+
"version": "2.248.0-alpha.0",
|
|
22806
22864
|
"fingerprint": "**********"
|
|
22807
22865
|
}
|