@aws-cdk/aws-glue-alpha 2.177.0-alpha.0 → 2.178.1-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 +274 -274
- package/.jsii.tabl.json.gz +0 -0
- package/lib/code.js +4 -5
- package/lib/connection.js +15 -3
- package/lib/constants.d.ts +7 -7
- package/lib/constants.js +8 -8
- package/lib/data-format.js +5 -5
- package/lib/data-quality-ruleset.js +6 -3
- package/lib/database.js +5 -2
- package/lib/external-table.js +20 -2
- package/lib/jobs/job.js +3 -4
- package/lib/jobs/pyspark-etl-job.js +5 -2
- package/lib/jobs/pyspark-flex-etl-job.js +5 -2
- package/lib/jobs/pyspark-streaming-job.d.ts +0 -1
- package/lib/jobs/pyspark-streaming-job.js +5 -3
- package/lib/jobs/python-shell-job.d.ts +10 -10
- package/lib/jobs/python-shell-job.js +11 -8
- package/lib/jobs/ray-job.js +5 -3
- package/lib/jobs/scala-spark-etl-job.d.ts +1 -1
- package/lib/jobs/scala-spark-etl-job.js +5 -2
- package/lib/jobs/scala-spark-flex-etl-job.js +5 -2
- package/lib/jobs/scala-spark-streaming-job.d.ts +3 -3
- package/lib/jobs/scala-spark-streaming-job.js +5 -2
- package/lib/s3-table.js +20 -2
- package/lib/schema.js +1 -1
- package/lib/security-configuration.js +5 -2
- package/lib/storage-parameter.js +1 -1
- package/lib/table-base.d.ts +1 -1
- package/lib/table-base.js +2 -2
- package/lib/table-deprecated.js +1 -1
- package/lib/triggers/trigger-options.js +1 -1
- package/lib/triggers/workflow.js +6 -3
- 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.178.1",
|
|
12
12
|
"constructs": "^10.0.0"
|
|
13
13
|
},
|
|
14
14
|
"dependencyClosure": {
|
|
@@ -4366,7 +4366,7 @@
|
|
|
4366
4366
|
"kind": "interface",
|
|
4367
4367
|
"locationInModule": {
|
|
4368
4368
|
"filename": "lib/security-configuration.ts",
|
|
4369
|
-
"line":
|
|
4369
|
+
"line": 84
|
|
4370
4370
|
},
|
|
4371
4371
|
"name": "CloudWatchEncryption",
|
|
4372
4372
|
"properties": [
|
|
@@ -4379,7 +4379,7 @@
|
|
|
4379
4379
|
"immutable": true,
|
|
4380
4380
|
"locationInModule": {
|
|
4381
4381
|
"filename": "lib/security-configuration.ts",
|
|
4382
|
-
"line":
|
|
4382
|
+
"line": 88
|
|
4383
4383
|
},
|
|
4384
4384
|
"name": "mode",
|
|
4385
4385
|
"type": {
|
|
@@ -4396,7 +4396,7 @@
|
|
|
4396
4396
|
"immutable": true,
|
|
4397
4397
|
"locationInModule": {
|
|
4398
4398
|
"filename": "lib/security-configuration.ts",
|
|
4399
|
-
"line":
|
|
4399
|
+
"line": 94
|
|
4400
4400
|
},
|
|
4401
4401
|
"name": "kmsKey",
|
|
4402
4402
|
"optional": true,
|
|
@@ -4422,7 +4422,7 @@
|
|
|
4422
4422
|
"kind": "enum",
|
|
4423
4423
|
"locationInModule": {
|
|
4424
4424
|
"filename": "lib/security-configuration.ts",
|
|
4425
|
-
"line":
|
|
4425
|
+
"line": 43
|
|
4426
4426
|
},
|
|
4427
4427
|
"members": [
|
|
4428
4428
|
{
|
|
@@ -4969,7 +4969,7 @@
|
|
|
4969
4969
|
},
|
|
4970
4970
|
"locationInModule": {
|
|
4971
4971
|
"filename": "lib/connection.ts",
|
|
4972
|
-
"line":
|
|
4972
|
+
"line": 301
|
|
4973
4973
|
},
|
|
4974
4974
|
"parameters": [
|
|
4975
4975
|
{
|
|
@@ -4998,7 +4998,7 @@
|
|
|
4998
4998
|
"kind": "class",
|
|
4999
4999
|
"locationInModule": {
|
|
5000
5000
|
"filename": "lib/connection.ts",
|
|
5001
|
-
"line":
|
|
5001
|
+
"line": 248
|
|
5002
5002
|
},
|
|
5003
5003
|
"methods": [
|
|
5004
5004
|
{
|
|
@@ -5008,7 +5008,7 @@
|
|
|
5008
5008
|
},
|
|
5009
5009
|
"locationInModule": {
|
|
5010
5010
|
"filename": "lib/connection.ts",
|
|
5011
|
-
"line":
|
|
5011
|
+
"line": 256
|
|
5012
5012
|
},
|
|
5013
5013
|
"name": "fromConnectionArn",
|
|
5014
5014
|
"parameters": [
|
|
@@ -5054,7 +5054,7 @@
|
|
|
5054
5054
|
},
|
|
5055
5055
|
"locationInModule": {
|
|
5056
5056
|
"filename": "lib/connection.ts",
|
|
5057
|
-
"line":
|
|
5057
|
+
"line": 272
|
|
5058
5058
|
},
|
|
5059
5059
|
"name": "fromConnectionName",
|
|
5060
5060
|
"parameters": [
|
|
@@ -5100,7 +5100,7 @@
|
|
|
5100
5100
|
},
|
|
5101
5101
|
"locationInModule": {
|
|
5102
5102
|
"filename": "lib/connection.ts",
|
|
5103
|
-
"line":
|
|
5103
|
+
"line": 338
|
|
5104
5104
|
},
|
|
5105
5105
|
"name": "addProperty",
|
|
5106
5106
|
"parameters": [
|
|
@@ -5135,7 +5135,7 @@
|
|
|
5135
5135
|
"immutable": true,
|
|
5136
5136
|
"locationInModule": {
|
|
5137
5137
|
"filename": "lib/connection.ts",
|
|
5138
|
-
"line":
|
|
5138
|
+
"line": 292
|
|
5139
5139
|
},
|
|
5140
5140
|
"name": "connectionArn",
|
|
5141
5141
|
"overrides": "@aws-cdk/aws-glue-alpha.IConnection",
|
|
@@ -5151,7 +5151,7 @@
|
|
|
5151
5151
|
"immutable": true,
|
|
5152
5152
|
"locationInModule": {
|
|
5153
5153
|
"filename": "lib/connection.ts",
|
|
5154
|
-
"line":
|
|
5154
|
+
"line": 297
|
|
5155
5155
|
},
|
|
5156
5156
|
"name": "connectionName",
|
|
5157
5157
|
"overrides": "@aws-cdk/aws-glue-alpha.IConnection",
|
|
@@ -5177,7 +5177,7 @@
|
|
|
5177
5177
|
"kind": "interface",
|
|
5178
5178
|
"locationInModule": {
|
|
5179
5179
|
"filename": "lib/connection.ts",
|
|
5180
|
-
"line":
|
|
5180
|
+
"line": 195
|
|
5181
5181
|
},
|
|
5182
5182
|
"name": "ConnectionOptions",
|
|
5183
5183
|
"properties": [
|
|
@@ -5191,7 +5191,7 @@
|
|
|
5191
5191
|
"immutable": true,
|
|
5192
5192
|
"locationInModule": {
|
|
5193
5193
|
"filename": "lib/connection.ts",
|
|
5194
|
-
"line":
|
|
5194
|
+
"line": 200
|
|
5195
5195
|
},
|
|
5196
5196
|
"name": "connectionName",
|
|
5197
5197
|
"optional": true,
|
|
@@ -5209,7 +5209,7 @@
|
|
|
5209
5209
|
"immutable": true,
|
|
5210
5210
|
"locationInModule": {
|
|
5211
5211
|
"filename": "lib/connection.ts",
|
|
5212
|
-
"line":
|
|
5212
|
+
"line": 206
|
|
5213
5213
|
},
|
|
5214
5214
|
"name": "description",
|
|
5215
5215
|
"optional": true,
|
|
@@ -5228,7 +5228,7 @@
|
|
|
5228
5228
|
"immutable": true,
|
|
5229
5229
|
"locationInModule": {
|
|
5230
5230
|
"filename": "lib/connection.ts",
|
|
5231
|
-
"line":
|
|
5231
|
+
"line": 220
|
|
5232
5232
|
},
|
|
5233
5233
|
"name": "matchCriteria",
|
|
5234
5234
|
"optional": true,
|
|
@@ -5252,7 +5252,7 @@
|
|
|
5252
5252
|
"immutable": true,
|
|
5253
5253
|
"locationInModule": {
|
|
5254
5254
|
"filename": "lib/connection.ts",
|
|
5255
|
-
"line":
|
|
5255
|
+
"line": 213
|
|
5256
5256
|
},
|
|
5257
5257
|
"name": "properties",
|
|
5258
5258
|
"optional": true,
|
|
@@ -5275,7 +5275,7 @@
|
|
|
5275
5275
|
"immutable": true,
|
|
5276
5276
|
"locationInModule": {
|
|
5277
5277
|
"filename": "lib/connection.ts",
|
|
5278
|
-
"line":
|
|
5278
|
+
"line": 226
|
|
5279
5279
|
},
|
|
5280
5280
|
"name": "securityGroups",
|
|
5281
5281
|
"optional": true,
|
|
@@ -5299,7 +5299,7 @@
|
|
|
5299
5299
|
"immutable": true,
|
|
5300
5300
|
"locationInModule": {
|
|
5301
5301
|
"filename": "lib/connection.ts",
|
|
5302
|
-
"line":
|
|
5302
|
+
"line": 232
|
|
5303
5303
|
},
|
|
5304
5304
|
"name": "subnet",
|
|
5305
5305
|
"optional": true,
|
|
@@ -5328,7 +5328,7 @@
|
|
|
5328
5328
|
"kind": "interface",
|
|
5329
5329
|
"locationInModule": {
|
|
5330
5330
|
"filename": "lib/connection.ts",
|
|
5331
|
-
"line":
|
|
5331
|
+
"line": 238
|
|
5332
5332
|
},
|
|
5333
5333
|
"name": "ConnectionProps",
|
|
5334
5334
|
"properties": [
|
|
@@ -5341,7 +5341,7 @@
|
|
|
5341
5341
|
"immutable": true,
|
|
5342
5342
|
"locationInModule": {
|
|
5343
5343
|
"filename": "lib/connection.ts",
|
|
5344
|
-
"line":
|
|
5344
|
+
"line": 242
|
|
5345
5345
|
},
|
|
5346
5346
|
"name": "type",
|
|
5347
5347
|
"type": {
|
|
@@ -5370,7 +5370,7 @@
|
|
|
5370
5370
|
},
|
|
5371
5371
|
"locationInModule": {
|
|
5372
5372
|
"filename": "lib/connection.ts",
|
|
5373
|
-
"line":
|
|
5373
|
+
"line": 163
|
|
5374
5374
|
},
|
|
5375
5375
|
"parameters": [
|
|
5376
5376
|
{
|
|
@@ -5384,7 +5384,7 @@
|
|
|
5384
5384
|
"kind": "class",
|
|
5385
5385
|
"locationInModule": {
|
|
5386
5386
|
"filename": "lib/connection.ts",
|
|
5387
|
-
"line":
|
|
5387
|
+
"line": 15
|
|
5388
5388
|
},
|
|
5389
5389
|
"methods": [
|
|
5390
5390
|
{
|
|
@@ -5394,7 +5394,7 @@
|
|
|
5394
5394
|
},
|
|
5395
5395
|
"locationInModule": {
|
|
5396
5396
|
"filename": "lib/connection.ts",
|
|
5397
|
-
"line":
|
|
5397
|
+
"line": 170
|
|
5398
5398
|
},
|
|
5399
5399
|
"name": "toString",
|
|
5400
5400
|
"returns": {
|
|
@@ -5415,7 +5415,7 @@
|
|
|
5415
5415
|
"immutable": true,
|
|
5416
5416
|
"locationInModule": {
|
|
5417
5417
|
"filename": "lib/connection.ts",
|
|
5418
|
-
"line":
|
|
5418
|
+
"line": 56
|
|
5419
5419
|
},
|
|
5420
5420
|
"name": "CUSTOM",
|
|
5421
5421
|
"static": true,
|
|
@@ -5432,7 +5432,7 @@
|
|
|
5432
5432
|
"immutable": true,
|
|
5433
5433
|
"locationInModule": {
|
|
5434
5434
|
"filename": "lib/connection.ts",
|
|
5435
|
-
"line":
|
|
5435
|
+
"line": 61
|
|
5436
5436
|
},
|
|
5437
5437
|
"name": "FACEBOOKADS",
|
|
5438
5438
|
"static": true,
|
|
@@ -5449,7 +5449,7 @@
|
|
|
5449
5449
|
"immutable": true,
|
|
5450
5450
|
"locationInModule": {
|
|
5451
5451
|
"filename": "lib/connection.ts",
|
|
5452
|
-
"line":
|
|
5452
|
+
"line": 66
|
|
5453
5453
|
},
|
|
5454
5454
|
"name": "GOOGLEADS",
|
|
5455
5455
|
"static": true,
|
|
@@ -5466,7 +5466,7 @@
|
|
|
5466
5466
|
"immutable": true,
|
|
5467
5467
|
"locationInModule": {
|
|
5468
5468
|
"filename": "lib/connection.ts",
|
|
5469
|
-
"line":
|
|
5469
|
+
"line": 76
|
|
5470
5470
|
},
|
|
5471
5471
|
"name": "GOOGLEANALYTICS4",
|
|
5472
5472
|
"static": true,
|
|
@@ -5483,7 +5483,7 @@
|
|
|
5483
5483
|
"immutable": true,
|
|
5484
5484
|
"locationInModule": {
|
|
5485
5485
|
"filename": "lib/connection.ts",
|
|
5486
|
-
"line":
|
|
5486
|
+
"line": 71
|
|
5487
5487
|
},
|
|
5488
5488
|
"name": "GOOGLESHEETS",
|
|
5489
5489
|
"static": true,
|
|
@@ -5500,7 +5500,7 @@
|
|
|
5500
5500
|
"immutable": true,
|
|
5501
5501
|
"locationInModule": {
|
|
5502
5502
|
"filename": "lib/connection.ts",
|
|
5503
|
-
"line":
|
|
5503
|
+
"line": 81
|
|
5504
5504
|
},
|
|
5505
5505
|
"name": "HUBSPOT",
|
|
5506
5506
|
"static": true,
|
|
@@ -5517,7 +5517,7 @@
|
|
|
5517
5517
|
"immutable": true,
|
|
5518
5518
|
"locationInModule": {
|
|
5519
5519
|
"filename": "lib/connection.ts",
|
|
5520
|
-
"line":
|
|
5520
|
+
"line": 86
|
|
5521
5521
|
},
|
|
5522
5522
|
"name": "INSTAGRAMADS",
|
|
5523
5523
|
"static": true,
|
|
@@ -5534,7 +5534,7 @@
|
|
|
5534
5534
|
"immutable": true,
|
|
5535
5535
|
"locationInModule": {
|
|
5536
5536
|
"filename": "lib/connection.ts",
|
|
5537
|
-
"line":
|
|
5537
|
+
"line": 91
|
|
5538
5538
|
},
|
|
5539
5539
|
"name": "INTERCOM",
|
|
5540
5540
|
"static": true,
|
|
@@ -5551,7 +5551,7 @@
|
|
|
5551
5551
|
"immutable": true,
|
|
5552
5552
|
"locationInModule": {
|
|
5553
5553
|
"filename": "lib/connection.ts",
|
|
5554
|
-
"line":
|
|
5554
|
+
"line": 19
|
|
5555
5555
|
},
|
|
5556
5556
|
"name": "JDBC",
|
|
5557
5557
|
"static": true,
|
|
@@ -5568,7 +5568,7 @@
|
|
|
5568
5568
|
"immutable": true,
|
|
5569
5569
|
"locationInModule": {
|
|
5570
5570
|
"filename": "lib/connection.ts",
|
|
5571
|
-
"line":
|
|
5571
|
+
"line": 96
|
|
5572
5572
|
},
|
|
5573
5573
|
"name": "JIRACLOUD",
|
|
5574
5574
|
"static": true,
|
|
@@ -5585,7 +5585,7 @@
|
|
|
5585
5585
|
"immutable": true,
|
|
5586
5586
|
"locationInModule": {
|
|
5587
5587
|
"filename": "lib/connection.ts",
|
|
5588
|
-
"line":
|
|
5588
|
+
"line": 24
|
|
5589
5589
|
},
|
|
5590
5590
|
"name": "KAFKA",
|
|
5591
5591
|
"static": true,
|
|
@@ -5602,7 +5602,7 @@
|
|
|
5602
5602
|
"immutable": true,
|
|
5603
5603
|
"locationInModule": {
|
|
5604
5604
|
"filename": "lib/connection.ts",
|
|
5605
|
-
"line":
|
|
5605
|
+
"line": 101
|
|
5606
5606
|
},
|
|
5607
5607
|
"name": "MARKETO",
|
|
5608
5608
|
"static": true,
|
|
@@ -5619,7 +5619,7 @@
|
|
|
5619
5619
|
"immutable": true,
|
|
5620
5620
|
"locationInModule": {
|
|
5621
5621
|
"filename": "lib/connection.ts",
|
|
5622
|
-
"line":
|
|
5622
|
+
"line": 50
|
|
5623
5623
|
},
|
|
5624
5624
|
"name": "MARKETPLACE",
|
|
5625
5625
|
"static": true,
|
|
@@ -5636,7 +5636,7 @@
|
|
|
5636
5636
|
"immutable": true,
|
|
5637
5637
|
"locationInModule": {
|
|
5638
5638
|
"filename": "lib/connection.ts",
|
|
5639
|
-
"line":
|
|
5639
|
+
"line": 29
|
|
5640
5640
|
},
|
|
5641
5641
|
"name": "MONGODB",
|
|
5642
5642
|
"static": true,
|
|
@@ -5653,7 +5653,7 @@
|
|
|
5653
5653
|
"immutable": true,
|
|
5654
5654
|
"locationInModule": {
|
|
5655
5655
|
"filename": "lib/connection.ts",
|
|
5656
|
-
"line":
|
|
5656
|
+
"line": 106
|
|
5657
5657
|
},
|
|
5658
5658
|
"name": "NETSUITEERP",
|
|
5659
5659
|
"static": true,
|
|
@@ -5670,7 +5670,7 @@
|
|
|
5670
5670
|
"immutable": true,
|
|
5671
5671
|
"locationInModule": {
|
|
5672
5672
|
"filename": "lib/connection.ts",
|
|
5673
|
-
"line":
|
|
5673
|
+
"line": 44
|
|
5674
5674
|
},
|
|
5675
5675
|
"name": "NETWORK",
|
|
5676
5676
|
"static": true,
|
|
@@ -5687,7 +5687,7 @@
|
|
|
5687
5687
|
"immutable": true,
|
|
5688
5688
|
"locationInModule": {
|
|
5689
5689
|
"filename": "lib/connection.ts",
|
|
5690
|
-
"line":
|
|
5690
|
+
"line": 111
|
|
5691
5691
|
},
|
|
5692
5692
|
"name": "SALESFORCE",
|
|
5693
5693
|
"static": true,
|
|
@@ -5704,7 +5704,7 @@
|
|
|
5704
5704
|
"immutable": true,
|
|
5705
5705
|
"locationInModule": {
|
|
5706
5706
|
"filename": "lib/connection.ts",
|
|
5707
|
-
"line":
|
|
5707
|
+
"line": 116
|
|
5708
5708
|
},
|
|
5709
5709
|
"name": "SALESFORCEMARKETINGCLOUD",
|
|
5710
5710
|
"static": true,
|
|
@@ -5721,7 +5721,7 @@
|
|
|
5721
5721
|
"immutable": true,
|
|
5722
5722
|
"locationInModule": {
|
|
5723
5723
|
"filename": "lib/connection.ts",
|
|
5724
|
-
"line":
|
|
5724
|
+
"line": 121
|
|
5725
5725
|
},
|
|
5726
5726
|
"name": "SALESFORCEPARDOT",
|
|
5727
5727
|
"static": true,
|
|
@@ -5738,7 +5738,7 @@
|
|
|
5738
5738
|
"immutable": true,
|
|
5739
5739
|
"locationInModule": {
|
|
5740
5740
|
"filename": "lib/connection.ts",
|
|
5741
|
-
"line":
|
|
5741
|
+
"line": 126
|
|
5742
5742
|
},
|
|
5743
5743
|
"name": "SAPODATA",
|
|
5744
5744
|
"static": true,
|
|
@@ -5755,7 +5755,7 @@
|
|
|
5755
5755
|
"immutable": true,
|
|
5756
5756
|
"locationInModule": {
|
|
5757
5757
|
"filename": "lib/connection.ts",
|
|
5758
|
-
"line":
|
|
5758
|
+
"line": 131
|
|
5759
5759
|
},
|
|
5760
5760
|
"name": "SERVICENOW",
|
|
5761
5761
|
"static": true,
|
|
@@ -5772,7 +5772,7 @@
|
|
|
5772
5772
|
"immutable": true,
|
|
5773
5773
|
"locationInModule": {
|
|
5774
5774
|
"filename": "lib/connection.ts",
|
|
5775
|
-
"line":
|
|
5775
|
+
"line": 136
|
|
5776
5776
|
},
|
|
5777
5777
|
"name": "SLACK",
|
|
5778
5778
|
"static": true,
|
|
@@ -5789,7 +5789,7 @@
|
|
|
5789
5789
|
"immutable": true,
|
|
5790
5790
|
"locationInModule": {
|
|
5791
5791
|
"filename": "lib/connection.ts",
|
|
5792
|
-
"line":
|
|
5792
|
+
"line": 141
|
|
5793
5793
|
},
|
|
5794
5794
|
"name": "SNAPCHATADS",
|
|
5795
5795
|
"static": true,
|
|
@@ -5806,7 +5806,7 @@
|
|
|
5806
5806
|
"immutable": true,
|
|
5807
5807
|
"locationInModule": {
|
|
5808
5808
|
"filename": "lib/connection.ts",
|
|
5809
|
-
"line":
|
|
5809
|
+
"line": 146
|
|
5810
5810
|
},
|
|
5811
5811
|
"name": "STRIPE",
|
|
5812
5812
|
"static": true,
|
|
@@ -5823,7 +5823,7 @@
|
|
|
5823
5823
|
"immutable": true,
|
|
5824
5824
|
"locationInModule": {
|
|
5825
5825
|
"filename": "lib/connection.ts",
|
|
5826
|
-
"line":
|
|
5826
|
+
"line": 39
|
|
5827
5827
|
},
|
|
5828
5828
|
"name": "VIEW_VALIDATION_ATHENA",
|
|
5829
5829
|
"static": true,
|
|
@@ -5840,7 +5840,7 @@
|
|
|
5840
5840
|
"immutable": true,
|
|
5841
5841
|
"locationInModule": {
|
|
5842
5842
|
"filename": "lib/connection.ts",
|
|
5843
|
-
"line":
|
|
5843
|
+
"line": 34
|
|
5844
5844
|
},
|
|
5845
5845
|
"name": "VIEW_VALIDATION_REDSHIFT",
|
|
5846
5846
|
"static": true,
|
|
@@ -5857,7 +5857,7 @@
|
|
|
5857
5857
|
"immutable": true,
|
|
5858
5858
|
"locationInModule": {
|
|
5859
5859
|
"filename": "lib/connection.ts",
|
|
5860
|
-
"line":
|
|
5860
|
+
"line": 151
|
|
5861
5861
|
},
|
|
5862
5862
|
"name": "ZENDESK",
|
|
5863
5863
|
"static": true,
|
|
@@ -5874,7 +5874,7 @@
|
|
|
5874
5874
|
"immutable": true,
|
|
5875
5875
|
"locationInModule": {
|
|
5876
5876
|
"filename": "lib/connection.ts",
|
|
5877
|
-
"line":
|
|
5877
|
+
"line": 156
|
|
5878
5878
|
},
|
|
5879
5879
|
"name": "ZOHOCRM",
|
|
5880
5880
|
"static": true,
|
|
@@ -5890,7 +5890,7 @@
|
|
|
5890
5890
|
"immutable": true,
|
|
5891
5891
|
"locationInModule": {
|
|
5892
5892
|
"filename": "lib/connection.ts",
|
|
5893
|
-
"line":
|
|
5893
|
+
"line": 161
|
|
5894
5894
|
},
|
|
5895
5895
|
"name": "name",
|
|
5896
5896
|
"type": {
|
|
@@ -6524,7 +6524,7 @@
|
|
|
6524
6524
|
},
|
|
6525
6525
|
"locationInModule": {
|
|
6526
6526
|
"filename": "lib/data-quality-ruleset.ts",
|
|
6527
|
-
"line":
|
|
6527
|
+
"line": 122
|
|
6528
6528
|
},
|
|
6529
6529
|
"parameters": [
|
|
6530
6530
|
{
|
|
@@ -6553,7 +6553,7 @@
|
|
|
6553
6553
|
"kind": "class",
|
|
6554
6554
|
"locationInModule": {
|
|
6555
6555
|
"filename": "lib/data-quality-ruleset.ts",
|
|
6556
|
-
"line":
|
|
6556
|
+
"line": 85
|
|
6557
6557
|
},
|
|
6558
6558
|
"methods": [
|
|
6559
6559
|
{
|
|
@@ -6562,7 +6562,7 @@
|
|
|
6562
6562
|
},
|
|
6563
6563
|
"locationInModule": {
|
|
6564
6564
|
"filename": "lib/data-quality-ruleset.ts",
|
|
6565
|
-
"line":
|
|
6565
|
+
"line": 86
|
|
6566
6566
|
},
|
|
6567
6567
|
"name": "fromRulesetArn",
|
|
6568
6568
|
"parameters": [
|
|
@@ -6598,7 +6598,7 @@
|
|
|
6598
6598
|
},
|
|
6599
6599
|
"locationInModule": {
|
|
6600
6600
|
"filename": "lib/data-quality-ruleset.ts",
|
|
6601
|
-
"line":
|
|
6601
|
+
"line": 95
|
|
6602
6602
|
},
|
|
6603
6603
|
"name": "fromRulesetName",
|
|
6604
6604
|
"parameters": [
|
|
@@ -6639,7 +6639,7 @@
|
|
|
6639
6639
|
"immutable": true,
|
|
6640
6640
|
"locationInModule": {
|
|
6641
6641
|
"filename": "lib/data-quality-ruleset.ts",
|
|
6642
|
-
"line":
|
|
6642
|
+
"line": 120
|
|
6643
6643
|
},
|
|
6644
6644
|
"name": "rulesetArn",
|
|
6645
6645
|
"overrides": "@aws-cdk/aws-glue-alpha.IDataQualityRuleset",
|
|
@@ -6655,7 +6655,7 @@
|
|
|
6655
6655
|
"immutable": true,
|
|
6656
6656
|
"locationInModule": {
|
|
6657
6657
|
"filename": "lib/data-quality-ruleset.ts",
|
|
6658
|
-
"line":
|
|
6658
|
+
"line": 115
|
|
6659
6659
|
},
|
|
6660
6660
|
"name": "rulesetName",
|
|
6661
6661
|
"overrides": "@aws-cdk/aws-glue-alpha.IDataQualityRuleset",
|
|
@@ -6681,7 +6681,7 @@
|
|
|
6681
6681
|
"kind": "interface",
|
|
6682
6682
|
"locationInModule": {
|
|
6683
6683
|
"filename": "lib/data-quality-ruleset.ts",
|
|
6684
|
-
"line":
|
|
6684
|
+
"line": 44
|
|
6685
6685
|
},
|
|
6686
6686
|
"name": "DataQualityRulesetProps",
|
|
6687
6687
|
"properties": [
|
|
@@ -6697,7 +6697,7 @@
|
|
|
6697
6697
|
"immutable": true,
|
|
6698
6698
|
"locationInModule": {
|
|
6699
6699
|
"filename": "lib/data-quality-ruleset.ts",
|
|
6700
|
-
"line":
|
|
6700
|
+
"line": 67
|
|
6701
6701
|
},
|
|
6702
6702
|
"name": "rulesetDqdl",
|
|
6703
6703
|
"type": {
|
|
@@ -6716,7 +6716,7 @@
|
|
|
6716
6716
|
"immutable": true,
|
|
6717
6717
|
"locationInModule": {
|
|
6718
6718
|
"filename": "lib/data-quality-ruleset.ts",
|
|
6719
|
-
"line":
|
|
6719
|
+
"line": 79
|
|
6720
6720
|
},
|
|
6721
6721
|
"name": "targetTable",
|
|
6722
6722
|
"type": {
|
|
@@ -6735,7 +6735,7 @@
|
|
|
6735
6735
|
"immutable": true,
|
|
6736
6736
|
"locationInModule": {
|
|
6737
6737
|
"filename": "lib/data-quality-ruleset.ts",
|
|
6738
|
-
"line":
|
|
6738
|
+
"line": 55
|
|
6739
6739
|
},
|
|
6740
6740
|
"name": "clientToken",
|
|
6741
6741
|
"optional": true,
|
|
@@ -6755,7 +6755,7 @@
|
|
|
6755
6755
|
"immutable": true,
|
|
6756
6756
|
"locationInModule": {
|
|
6757
6757
|
"filename": "lib/data-quality-ruleset.ts",
|
|
6758
|
-
"line":
|
|
6758
|
+
"line": 61
|
|
6759
6759
|
},
|
|
6760
6760
|
"name": "description",
|
|
6761
6761
|
"optional": true,
|
|
@@ -6773,7 +6773,7 @@
|
|
|
6773
6773
|
"immutable": true,
|
|
6774
6774
|
"locationInModule": {
|
|
6775
6775
|
"filename": "lib/data-quality-ruleset.ts",
|
|
6776
|
-
"line":
|
|
6776
|
+
"line": 49
|
|
6777
6777
|
},
|
|
6778
6778
|
"name": "rulesetName",
|
|
6779
6779
|
"optional": true,
|
|
@@ -6791,7 +6791,7 @@
|
|
|
6791
6791
|
"immutable": true,
|
|
6792
6792
|
"locationInModule": {
|
|
6793
6793
|
"filename": "lib/data-quality-ruleset.ts",
|
|
6794
|
-
"line":
|
|
6794
|
+
"line": 73
|
|
6795
6795
|
},
|
|
6796
6796
|
"name": "tags",
|
|
6797
6797
|
"optional": true,
|
|
@@ -6824,7 +6824,7 @@
|
|
|
6824
6824
|
},
|
|
6825
6825
|
"locationInModule": {
|
|
6826
6826
|
"filename": "lib/data-quality-ruleset.ts",
|
|
6827
|
-
"line":
|
|
6827
|
+
"line": 21
|
|
6828
6828
|
},
|
|
6829
6829
|
"parameters": [
|
|
6830
6830
|
{
|
|
@@ -6844,7 +6844,7 @@
|
|
|
6844
6844
|
"kind": "class",
|
|
6845
6845
|
"locationInModule": {
|
|
6846
6846
|
"filename": "lib/data-quality-ruleset.ts",
|
|
6847
|
-
"line":
|
|
6847
|
+
"line": 10
|
|
6848
6848
|
},
|
|
6849
6849
|
"name": "DataQualityTargetTable",
|
|
6850
6850
|
"properties": [
|
|
@@ -6856,7 +6856,7 @@
|
|
|
6856
6856
|
"immutable": true,
|
|
6857
6857
|
"locationInModule": {
|
|
6858
6858
|
"filename": "lib/data-quality-ruleset.ts",
|
|
6859
|
-
"line":
|
|
6859
|
+
"line": 14
|
|
6860
6860
|
},
|
|
6861
6861
|
"name": "databaseName",
|
|
6862
6862
|
"type": {
|
|
@@ -6871,7 +6871,7 @@
|
|
|
6871
6871
|
"immutable": true,
|
|
6872
6872
|
"locationInModule": {
|
|
6873
6873
|
"filename": "lib/data-quality-ruleset.ts",
|
|
6874
|
-
"line":
|
|
6874
|
+
"line": 19
|
|
6875
6875
|
},
|
|
6876
6876
|
"name": "tableName",
|
|
6877
6877
|
"type": {
|
|
@@ -6899,7 +6899,7 @@
|
|
|
6899
6899
|
},
|
|
6900
6900
|
"locationInModule": {
|
|
6901
6901
|
"filename": "lib/database.ts",
|
|
6902
|
-
"line":
|
|
6902
|
+
"line": 98
|
|
6903
6903
|
},
|
|
6904
6904
|
"parameters": [
|
|
6905
6905
|
{
|
|
@@ -6929,7 +6929,7 @@
|
|
|
6929
6929
|
"kind": "class",
|
|
6930
6930
|
"locationInModule": {
|
|
6931
6931
|
"filename": "lib/database.ts",
|
|
6932
|
-
"line":
|
|
6932
|
+
"line": 59
|
|
6933
6933
|
},
|
|
6934
6934
|
"methods": [
|
|
6935
6935
|
{
|
|
@@ -6938,7 +6938,7 @@
|
|
|
6938
6938
|
},
|
|
6939
6939
|
"locationInModule": {
|
|
6940
6940
|
"filename": "lib/database.ts",
|
|
6941
|
-
"line":
|
|
6941
|
+
"line": 60
|
|
6942
6942
|
},
|
|
6943
6943
|
"name": "fromDatabaseArn",
|
|
6944
6944
|
"parameters": [
|
|
@@ -6979,7 +6979,7 @@
|
|
|
6979
6979
|
"immutable": true,
|
|
6980
6980
|
"locationInModule": {
|
|
6981
6981
|
"filename": "lib/database.ts",
|
|
6982
|
-
"line":
|
|
6982
|
+
"line": 76
|
|
6983
6983
|
},
|
|
6984
6984
|
"name": "catalogArn",
|
|
6985
6985
|
"overrides": "@aws-cdk/aws-glue-alpha.IDatabase",
|
|
@@ -6995,7 +6995,7 @@
|
|
|
6995
6995
|
"immutable": true,
|
|
6996
6996
|
"locationInModule": {
|
|
6997
6997
|
"filename": "lib/database.ts",
|
|
6998
|
-
"line":
|
|
6998
|
+
"line": 81
|
|
6999
6999
|
},
|
|
7000
7000
|
"name": "catalogId",
|
|
7001
7001
|
"overrides": "@aws-cdk/aws-glue-alpha.IDatabase",
|
|
@@ -7011,7 +7011,7 @@
|
|
|
7011
7011
|
"immutable": true,
|
|
7012
7012
|
"locationInModule": {
|
|
7013
7013
|
"filename": "lib/database.ts",
|
|
7014
|
-
"line":
|
|
7014
|
+
"line": 86
|
|
7015
7015
|
},
|
|
7016
7016
|
"name": "databaseArn",
|
|
7017
7017
|
"overrides": "@aws-cdk/aws-glue-alpha.IDatabase",
|
|
@@ -7027,7 +7027,7 @@
|
|
|
7027
7027
|
"immutable": true,
|
|
7028
7028
|
"locationInModule": {
|
|
7029
7029
|
"filename": "lib/database.ts",
|
|
7030
|
-
"line":
|
|
7030
|
+
"line": 91
|
|
7031
7031
|
},
|
|
7032
7032
|
"name": "databaseName",
|
|
7033
7033
|
"overrides": "@aws-cdk/aws-glue-alpha.IDatabase",
|
|
@@ -7043,7 +7043,7 @@
|
|
|
7043
7043
|
"immutable": true,
|
|
7044
7044
|
"locationInModule": {
|
|
7045
7045
|
"filename": "lib/database.ts",
|
|
7046
|
-
"line":
|
|
7046
|
+
"line": 96
|
|
7047
7047
|
},
|
|
7048
7048
|
"name": "locationUri",
|
|
7049
7049
|
"optional": true,
|
|
@@ -7068,7 +7068,7 @@
|
|
|
7068
7068
|
"kind": "interface",
|
|
7069
7069
|
"locationInModule": {
|
|
7070
7070
|
"filename": "lib/database.ts",
|
|
7071
|
-
"line":
|
|
7071
|
+
"line": 32
|
|
7072
7072
|
},
|
|
7073
7073
|
"name": "DatabaseProps",
|
|
7074
7074
|
"properties": [
|
|
@@ -7082,7 +7082,7 @@
|
|
|
7082
7082
|
"immutable": true,
|
|
7083
7083
|
"locationInModule": {
|
|
7084
7084
|
"filename": "lib/database.ts",
|
|
7085
|
-
"line":
|
|
7085
|
+
"line": 38
|
|
7086
7086
|
},
|
|
7087
7087
|
"name": "databaseName",
|
|
7088
7088
|
"optional": true,
|
|
@@ -7100,7 +7100,7 @@
|
|
|
7100
7100
|
"immutable": true,
|
|
7101
7101
|
"locationInModule": {
|
|
7102
7102
|
"filename": "lib/database.ts",
|
|
7103
|
-
"line":
|
|
7103
|
+
"line": 53
|
|
7104
7104
|
},
|
|
7105
7105
|
"name": "description",
|
|
7106
7106
|
"optional": true,
|
|
@@ -7119,7 +7119,7 @@
|
|
|
7119
7119
|
"immutable": true,
|
|
7120
7120
|
"locationInModule": {
|
|
7121
7121
|
"filename": "lib/database.ts",
|
|
7122
|
-
"line":
|
|
7122
|
+
"line": 46
|
|
7123
7123
|
},
|
|
7124
7124
|
"name": "locationUri",
|
|
7125
7125
|
"optional": true,
|
|
@@ -7237,7 +7237,7 @@
|
|
|
7237
7237
|
},
|
|
7238
7238
|
"locationInModule": {
|
|
7239
7239
|
"filename": "lib/external-table.ts",
|
|
7240
|
-
"line":
|
|
7240
|
+
"line": 54
|
|
7241
7241
|
},
|
|
7242
7242
|
"parameters": [
|
|
7243
7243
|
{
|
|
@@ -7263,7 +7263,7 @@
|
|
|
7263
7263
|
"kind": "class",
|
|
7264
7264
|
"locationInModule": {
|
|
7265
7265
|
"filename": "lib/external-table.ts",
|
|
7266
|
-
"line":
|
|
7266
|
+
"line": 31
|
|
7267
7267
|
},
|
|
7268
7268
|
"methods": [
|
|
7269
7269
|
{
|
|
@@ -7273,7 +7273,7 @@
|
|
|
7273
7273
|
},
|
|
7274
7274
|
"locationInModule": {
|
|
7275
7275
|
"filename": "lib/external-table.ts",
|
|
7276
|
-
"line":
|
|
7276
|
+
"line": 121
|
|
7277
7277
|
},
|
|
7278
7278
|
"name": "grantRead",
|
|
7279
7279
|
"overrides": "@aws-cdk/aws-glue-alpha.TableBase",
|
|
@@ -7301,7 +7301,7 @@
|
|
|
7301
7301
|
},
|
|
7302
7302
|
"locationInModule": {
|
|
7303
7303
|
"filename": "lib/external-table.ts",
|
|
7304
|
-
"line":
|
|
7304
|
+
"line": 143
|
|
7305
7305
|
},
|
|
7306
7306
|
"name": "grantReadWrite",
|
|
7307
7307
|
"overrides": "@aws-cdk/aws-glue-alpha.TableBase",
|
|
@@ -7329,7 +7329,7 @@
|
|
|
7329
7329
|
},
|
|
7330
7330
|
"locationInModule": {
|
|
7331
7331
|
"filename": "lib/external-table.ts",
|
|
7332
|
-
"line":
|
|
7332
|
+
"line": 132
|
|
7333
7333
|
},
|
|
7334
7334
|
"name": "grantWrite",
|
|
7335
7335
|
"overrides": "@aws-cdk/aws-glue-alpha.TableBase",
|
|
@@ -7361,7 +7361,7 @@
|
|
|
7361
7361
|
"immutable": true,
|
|
7362
7362
|
"locationInModule": {
|
|
7363
7363
|
"filename": "lib/external-table.ts",
|
|
7364
|
-
"line":
|
|
7364
|
+
"line": 45
|
|
7365
7365
|
},
|
|
7366
7366
|
"name": "connection",
|
|
7367
7367
|
"type": {
|
|
@@ -7376,7 +7376,7 @@
|
|
|
7376
7376
|
"immutable": true,
|
|
7377
7377
|
"locationInModule": {
|
|
7378
7378
|
"filename": "lib/external-table.ts",
|
|
7379
|
-
"line":
|
|
7379
|
+
"line": 40
|
|
7380
7380
|
},
|
|
7381
7381
|
"name": "tableArn",
|
|
7382
7382
|
"overrides": "@aws-cdk/aws-glue-alpha.TableBase",
|
|
@@ -7392,7 +7392,7 @@
|
|
|
7392
7392
|
"immutable": true,
|
|
7393
7393
|
"locationInModule": {
|
|
7394
7394
|
"filename": "lib/external-table.ts",
|
|
7395
|
-
"line":
|
|
7395
|
+
"line": 35
|
|
7396
7396
|
},
|
|
7397
7397
|
"name": "tableName",
|
|
7398
7398
|
"overrides": "@aws-cdk/aws-glue-alpha.TableBase",
|
|
@@ -7407,7 +7407,7 @@
|
|
|
7407
7407
|
"immutable": true,
|
|
7408
7408
|
"locationInModule": {
|
|
7409
7409
|
"filename": "lib/external-table.ts",
|
|
7410
|
-
"line":
|
|
7410
|
+
"line": 52
|
|
7411
7411
|
},
|
|
7412
7412
|
"name": "tableResource",
|
|
7413
7413
|
"overrides": "@aws-cdk/aws-glue-alpha.TableBase",
|
|
@@ -7424,7 +7424,7 @@
|
|
|
7424
7424
|
"immutable": true,
|
|
7425
7425
|
"locationInModule": {
|
|
7426
7426
|
"filename": "lib/external-table.ts",
|
|
7427
|
-
"line":
|
|
7427
|
+
"line": 50
|
|
7428
7428
|
},
|
|
7429
7429
|
"name": "partitionIndexes",
|
|
7430
7430
|
"optional": true,
|
|
@@ -7458,7 +7458,7 @@
|
|
|
7458
7458
|
"kind": "interface",
|
|
7459
7459
|
"locationInModule": {
|
|
7460
7460
|
"filename": "lib/external-table.ts",
|
|
7461
|
-
"line":
|
|
7461
|
+
"line": 9
|
|
7462
7462
|
},
|
|
7463
7463
|
"name": "ExternalTableProps",
|
|
7464
7464
|
"properties": [
|
|
@@ -7472,7 +7472,7 @@
|
|
|
7472
7472
|
"immutable": true,
|
|
7473
7473
|
"locationInModule": {
|
|
7474
7474
|
"filename": "lib/external-table.ts",
|
|
7475
|
-
"line":
|
|
7475
|
+
"line": 15
|
|
7476
7476
|
},
|
|
7477
7477
|
"name": "connection",
|
|
7478
7478
|
"type": {
|
|
@@ -7490,7 +7490,7 @@
|
|
|
7490
7490
|
"immutable": true,
|
|
7491
7491
|
"locationInModule": {
|
|
7492
7492
|
"filename": "lib/external-table.ts",
|
|
7493
|
-
"line":
|
|
7493
|
+
"line": 24
|
|
7494
7494
|
},
|
|
7495
7495
|
"name": "externalDataLocation",
|
|
7496
7496
|
"type": {
|
|
@@ -7577,7 +7577,7 @@
|
|
|
7577
7577
|
"kind": "interface",
|
|
7578
7578
|
"locationInModule": {
|
|
7579
7579
|
"filename": "lib/connection.ts",
|
|
7580
|
-
"line":
|
|
7580
|
+
"line": 178
|
|
7581
7581
|
},
|
|
7582
7582
|
"name": "IConnection",
|
|
7583
7583
|
"properties": [
|
|
@@ -7593,7 +7593,7 @@
|
|
|
7593
7593
|
"immutable": true,
|
|
7594
7594
|
"locationInModule": {
|
|
7595
7595
|
"filename": "lib/connection.ts",
|
|
7596
|
-
"line":
|
|
7596
|
+
"line": 189
|
|
7597
7597
|
},
|
|
7598
7598
|
"name": "connectionArn",
|
|
7599
7599
|
"type": {
|
|
@@ -7612,7 +7612,7 @@
|
|
|
7612
7612
|
"immutable": true,
|
|
7613
7613
|
"locationInModule": {
|
|
7614
7614
|
"filename": "lib/connection.ts",
|
|
7615
|
-
"line":
|
|
7615
|
+
"line": 183
|
|
7616
7616
|
},
|
|
7617
7617
|
"name": "connectionName",
|
|
7618
7618
|
"type": {
|
|
@@ -7634,7 +7634,7 @@
|
|
|
7634
7634
|
"kind": "interface",
|
|
7635
7635
|
"locationInModule": {
|
|
7636
7636
|
"filename": "lib/data-quality-ruleset.ts",
|
|
7637
|
-
"line":
|
|
7637
|
+
"line": 27
|
|
7638
7638
|
},
|
|
7639
7639
|
"name": "IDataQualityRuleset",
|
|
7640
7640
|
"properties": [
|
|
@@ -7650,7 +7650,7 @@
|
|
|
7650
7650
|
"immutable": true,
|
|
7651
7651
|
"locationInModule": {
|
|
7652
7652
|
"filename": "lib/data-quality-ruleset.ts",
|
|
7653
|
-
"line":
|
|
7653
|
+
"line": 32
|
|
7654
7654
|
},
|
|
7655
7655
|
"name": "rulesetArn",
|
|
7656
7656
|
"type": {
|
|
@@ -7669,7 +7669,7 @@
|
|
|
7669
7669
|
"immutable": true,
|
|
7670
7670
|
"locationInModule": {
|
|
7671
7671
|
"filename": "lib/data-quality-ruleset.ts",
|
|
7672
|
-
"line":
|
|
7672
|
+
"line": 38
|
|
7673
7673
|
},
|
|
7674
7674
|
"name": "rulesetName",
|
|
7675
7675
|
"type": {
|
|
@@ -7691,7 +7691,7 @@
|
|
|
7691
7691
|
"kind": "interface",
|
|
7692
7692
|
"locationInModule": {
|
|
7693
7693
|
"filename": "lib/database.ts",
|
|
7694
|
-
"line":
|
|
7694
|
+
"line": 6
|
|
7695
7695
|
},
|
|
7696
7696
|
"name": "IDatabase",
|
|
7697
7697
|
"properties": [
|
|
@@ -7704,7 +7704,7 @@
|
|
|
7704
7704
|
"immutable": true,
|
|
7705
7705
|
"locationInModule": {
|
|
7706
7706
|
"filename": "lib/database.ts",
|
|
7707
|
-
"line":
|
|
7707
|
+
"line": 10
|
|
7708
7708
|
},
|
|
7709
7709
|
"name": "catalogArn",
|
|
7710
7710
|
"type": {
|
|
@@ -7720,7 +7720,7 @@
|
|
|
7720
7720
|
"immutable": true,
|
|
7721
7721
|
"locationInModule": {
|
|
7722
7722
|
"filename": "lib/database.ts",
|
|
7723
|
-
"line":
|
|
7723
|
+
"line": 15
|
|
7724
7724
|
},
|
|
7725
7725
|
"name": "catalogId",
|
|
7726
7726
|
"type": {
|
|
@@ -7739,7 +7739,7 @@
|
|
|
7739
7739
|
"immutable": true,
|
|
7740
7740
|
"locationInModule": {
|
|
7741
7741
|
"filename": "lib/database.ts",
|
|
7742
|
-
"line":
|
|
7742
|
+
"line": 22
|
|
7743
7743
|
},
|
|
7744
7744
|
"name": "databaseArn",
|
|
7745
7745
|
"type": {
|
|
@@ -7758,7 +7758,7 @@
|
|
|
7758
7758
|
"immutable": true,
|
|
7759
7759
|
"locationInModule": {
|
|
7760
7760
|
"filename": "lib/database.ts",
|
|
7761
|
-
"line":
|
|
7761
|
+
"line": 29
|
|
7762
7762
|
},
|
|
7763
7763
|
"name": "databaseName",
|
|
7764
7764
|
"type": {
|
|
@@ -8100,7 +8100,7 @@
|
|
|
8100
8100
|
"kind": "interface",
|
|
8101
8101
|
"locationInModule": {
|
|
8102
8102
|
"filename": "lib/security-configuration.ts",
|
|
8103
|
-
"line":
|
|
8103
|
+
"line": 11
|
|
8104
8104
|
},
|
|
8105
8105
|
"name": "ISecurityConfiguration",
|
|
8106
8106
|
"properties": [
|
|
@@ -8116,7 +8116,7 @@
|
|
|
8116
8116
|
"immutable": true,
|
|
8117
8117
|
"locationInModule": {
|
|
8118
8118
|
"filename": "lib/security-configuration.ts",
|
|
8119
|
-
"line":
|
|
8119
|
+
"line": 16
|
|
8120
8120
|
},
|
|
8121
8121
|
"name": "securityConfigurationName",
|
|
8122
8122
|
"type": {
|
|
@@ -8195,7 +8195,7 @@
|
|
|
8195
8195
|
"kind": "interface",
|
|
8196
8196
|
"locationInModule": {
|
|
8197
8197
|
"filename": "lib/triggers/workflow.ts",
|
|
8198
|
-
"line":
|
|
8198
|
+
"line": 26
|
|
8199
8199
|
},
|
|
8200
8200
|
"methods": [
|
|
8201
8201
|
{
|
|
@@ -8206,7 +8206,7 @@
|
|
|
8206
8206
|
},
|
|
8207
8207
|
"locationInModule": {
|
|
8208
8208
|
"filename": "lib/triggers/workflow.ts",
|
|
8209
|
-
"line":
|
|
8209
|
+
"line": 57
|
|
8210
8210
|
},
|
|
8211
8211
|
"name": "addCustomScheduledTrigger",
|
|
8212
8212
|
"parameters": [
|
|
@@ -8237,7 +8237,7 @@
|
|
|
8237
8237
|
},
|
|
8238
8238
|
"locationInModule": {
|
|
8239
8239
|
"filename": "lib/triggers/workflow.ts",
|
|
8240
|
-
"line":
|
|
8240
|
+
"line": 47
|
|
8241
8241
|
},
|
|
8242
8242
|
"name": "addDailyScheduledTrigger",
|
|
8243
8243
|
"parameters": [
|
|
@@ -8268,7 +8268,7 @@
|
|
|
8268
8268
|
},
|
|
8269
8269
|
"locationInModule": {
|
|
8270
8270
|
"filename": "lib/triggers/workflow.ts",
|
|
8271
|
-
"line":
|
|
8271
|
+
"line": 42
|
|
8272
8272
|
},
|
|
8273
8273
|
"name": "addOnDemandTrigger",
|
|
8274
8274
|
"parameters": [
|
|
@@ -8299,7 +8299,7 @@
|
|
|
8299
8299
|
},
|
|
8300
8300
|
"locationInModule": {
|
|
8301
8301
|
"filename": "lib/triggers/workflow.ts",
|
|
8302
|
-
"line":
|
|
8302
|
+
"line": 52
|
|
8303
8303
|
},
|
|
8304
8304
|
"name": "addWeeklyScheduledTrigger",
|
|
8305
8305
|
"parameters": [
|
|
@@ -8337,7 +8337,7 @@
|
|
|
8337
8337
|
"immutable": true,
|
|
8338
8338
|
"locationInModule": {
|
|
8339
8339
|
"filename": "lib/triggers/workflow.ts",
|
|
8340
|
-
"line":
|
|
8340
|
+
"line": 37
|
|
8341
8341
|
},
|
|
8342
8342
|
"name": "workflowArn",
|
|
8343
8343
|
"type": {
|
|
@@ -8356,7 +8356,7 @@
|
|
|
8356
8356
|
"immutable": true,
|
|
8357
8357
|
"locationInModule": {
|
|
8358
8358
|
"filename": "lib/triggers/workflow.ts",
|
|
8359
|
-
"line":
|
|
8359
|
+
"line": 31
|
|
8360
8360
|
},
|
|
8361
8361
|
"name": "workflowName",
|
|
8362
8362
|
"type": {
|
|
@@ -8582,7 +8582,7 @@
|
|
|
8582
8582
|
},
|
|
8583
8583
|
"locationInModule": {
|
|
8584
8584
|
"filename": "core/lib/resource.ts",
|
|
8585
|
-
"line":
|
|
8585
|
+
"line": 155
|
|
8586
8586
|
},
|
|
8587
8587
|
"parameters": [
|
|
8588
8588
|
{
|
|
@@ -8796,7 +8796,7 @@
|
|
|
8796
8796
|
},
|
|
8797
8797
|
"locationInModule": {
|
|
8798
8798
|
"filename": "core/lib/resource.ts",
|
|
8799
|
-
"line":
|
|
8799
|
+
"line": 155
|
|
8800
8800
|
},
|
|
8801
8801
|
"parameters": [
|
|
8802
8802
|
{
|
|
@@ -9265,7 +9265,7 @@
|
|
|
9265
9265
|
"kind": "interface",
|
|
9266
9266
|
"locationInModule": {
|
|
9267
9267
|
"filename": "lib/security-configuration.ts",
|
|
9268
|
-
"line":
|
|
9268
|
+
"line": 100
|
|
9269
9269
|
},
|
|
9270
9270
|
"name": "JobBookmarksEncryption",
|
|
9271
9271
|
"properties": [
|
|
@@ -9278,7 +9278,7 @@
|
|
|
9278
9278
|
"immutable": true,
|
|
9279
9279
|
"locationInModule": {
|
|
9280
9280
|
"filename": "lib/security-configuration.ts",
|
|
9281
|
-
"line":
|
|
9281
|
+
"line": 104
|
|
9282
9282
|
},
|
|
9283
9283
|
"name": "mode",
|
|
9284
9284
|
"type": {
|
|
@@ -9295,7 +9295,7 @@
|
|
|
9295
9295
|
"immutable": true,
|
|
9296
9296
|
"locationInModule": {
|
|
9297
9297
|
"filename": "lib/security-configuration.ts",
|
|
9298
|
-
"line":
|
|
9298
|
+
"line": 110
|
|
9299
9299
|
},
|
|
9300
9300
|
"name": "kmsKey",
|
|
9301
9301
|
"optional": true,
|
|
@@ -9321,7 +9321,7 @@
|
|
|
9321
9321
|
"kind": "enum",
|
|
9322
9322
|
"locationInModule": {
|
|
9323
9323
|
"filename": "lib/security-configuration.ts",
|
|
9324
|
-
"line":
|
|
9324
|
+
"line": 56
|
|
9325
9325
|
},
|
|
9326
9326
|
"members": [
|
|
9327
9327
|
{
|
|
@@ -10377,7 +10377,7 @@
|
|
|
10377
10377
|
},
|
|
10378
10378
|
"locationInModule": {
|
|
10379
10379
|
"filename": "lib/jobs/pyspark-etl-job.ts",
|
|
10380
|
-
"line":
|
|
10380
|
+
"line": 84
|
|
10381
10381
|
},
|
|
10382
10382
|
"parameters": [
|
|
10383
10383
|
{
|
|
@@ -10403,7 +10403,7 @@
|
|
|
10403
10403
|
"kind": "class",
|
|
10404
10404
|
"locationInModule": {
|
|
10405
10405
|
"filename": "lib/jobs/pyspark-etl-job.ts",
|
|
10406
|
-
"line":
|
|
10406
|
+
"line": 67
|
|
10407
10407
|
},
|
|
10408
10408
|
"name": "PySparkEtlJob",
|
|
10409
10409
|
"properties": [
|
|
@@ -10415,7 +10415,7 @@
|
|
|
10415
10415
|
"immutable": true,
|
|
10416
10416
|
"locationInModule": {
|
|
10417
10417
|
"filename": "lib/jobs/pyspark-etl-job.ts",
|
|
10418
|
-
"line":
|
|
10418
|
+
"line": 71
|
|
10419
10419
|
},
|
|
10420
10420
|
"name": "grantPrincipal",
|
|
10421
10421
|
"overrides": "@aws-cdk/aws-glue-alpha.JobBase",
|
|
@@ -10431,7 +10431,7 @@
|
|
|
10431
10431
|
"immutable": true,
|
|
10432
10432
|
"locationInModule": {
|
|
10433
10433
|
"filename": "lib/jobs/pyspark-etl-job.ts",
|
|
10434
|
-
"line":
|
|
10434
|
+
"line": 68
|
|
10435
10435
|
},
|
|
10436
10436
|
"name": "jobArn",
|
|
10437
10437
|
"overrides": "@aws-cdk/aws-glue-alpha.JobBase",
|
|
@@ -10447,7 +10447,7 @@
|
|
|
10447
10447
|
"immutable": true,
|
|
10448
10448
|
"locationInModule": {
|
|
10449
10449
|
"filename": "lib/jobs/pyspark-etl-job.ts",
|
|
10450
|
-
"line":
|
|
10450
|
+
"line": 69
|
|
10451
10451
|
},
|
|
10452
10452
|
"name": "jobName",
|
|
10453
10453
|
"overrides": "@aws-cdk/aws-glue-alpha.JobBase",
|
|
@@ -10463,7 +10463,7 @@
|
|
|
10463
10463
|
"immutable": true,
|
|
10464
10464
|
"locationInModule": {
|
|
10465
10465
|
"filename": "lib/jobs/pyspark-etl-job.ts",
|
|
10466
|
-
"line":
|
|
10466
|
+
"line": 70
|
|
10467
10467
|
},
|
|
10468
10468
|
"name": "role",
|
|
10469
10469
|
"overrides": "@aws-cdk/aws-glue-alpha.Job",
|
|
@@ -10480,7 +10480,7 @@
|
|
|
10480
10480
|
"immutable": true,
|
|
10481
10481
|
"locationInModule": {
|
|
10482
10482
|
"filename": "lib/jobs/pyspark-etl-job.ts",
|
|
10483
|
-
"line":
|
|
10483
|
+
"line": 79
|
|
10484
10484
|
},
|
|
10485
10485
|
"name": "sparkUILoggingLocation",
|
|
10486
10486
|
"optional": true,
|
|
@@ -10509,7 +10509,7 @@
|
|
|
10509
10509
|
"kind": "interface",
|
|
10510
10510
|
"locationInModule": {
|
|
10511
10511
|
"filename": "lib/jobs/pyspark-etl-job.ts",
|
|
10512
|
-
"line":
|
|
10512
|
+
"line": 14
|
|
10513
10513
|
},
|
|
10514
10514
|
"name": "PySparkEtlJobProps",
|
|
10515
10515
|
"properties": [
|
|
@@ -10524,7 +10524,7 @@
|
|
|
10524
10524
|
"immutable": true,
|
|
10525
10525
|
"locationInModule": {
|
|
10526
10526
|
"filename": "lib/jobs/pyspark-etl-job.ts",
|
|
10527
|
-
"line":
|
|
10527
|
+
"line": 40
|
|
10528
10528
|
},
|
|
10529
10529
|
"name": "extraFiles",
|
|
10530
10530
|
"optional": true,
|
|
@@ -10547,7 +10547,7 @@
|
|
|
10547
10547
|
"immutable": true,
|
|
10548
10548
|
"locationInModule": {
|
|
10549
10549
|
"filename": "lib/jobs/pyspark-etl-job.ts",
|
|
10550
|
-
"line":
|
|
10550
|
+
"line": 31
|
|
10551
10551
|
},
|
|
10552
10552
|
"name": "extraPythonFiles",
|
|
10553
10553
|
"optional": true,
|
|
@@ -10571,7 +10571,7 @@
|
|
|
10571
10571
|
"immutable": true,
|
|
10572
10572
|
"locationInModule": {
|
|
10573
10573
|
"filename": "lib/jobs/pyspark-etl-job.ts",
|
|
10574
|
-
"line":
|
|
10574
|
+
"line": 52
|
|
10575
10575
|
},
|
|
10576
10576
|
"name": "jobRunQueuingEnabled",
|
|
10577
10577
|
"optional": true,
|
|
@@ -10590,7 +10590,7 @@
|
|
|
10590
10590
|
"immutable": true,
|
|
10591
10591
|
"locationInModule": {
|
|
10592
10592
|
"filename": "lib/jobs/pyspark-etl-job.ts",
|
|
10593
|
-
"line":
|
|
10593
|
+
"line": 23
|
|
10594
10594
|
},
|
|
10595
10595
|
"name": "sparkUI",
|
|
10596
10596
|
"optional": true,
|
|
@@ -10621,7 +10621,7 @@
|
|
|
10621
10621
|
},
|
|
10622
10622
|
"locationInModule": {
|
|
10623
10623
|
"filename": "lib/jobs/pyspark-flex-etl-job.ts",
|
|
10624
|
-
"line":
|
|
10624
|
+
"line": 82
|
|
10625
10625
|
},
|
|
10626
10626
|
"parameters": [
|
|
10627
10627
|
{
|
|
@@ -10647,7 +10647,7 @@
|
|
|
10647
10647
|
"kind": "class",
|
|
10648
10648
|
"locationInModule": {
|
|
10649
10649
|
"filename": "lib/jobs/pyspark-flex-etl-job.ts",
|
|
10650
|
-
"line":
|
|
10650
|
+
"line": 65
|
|
10651
10651
|
},
|
|
10652
10652
|
"name": "PySparkFlexEtlJob",
|
|
10653
10653
|
"properties": [
|
|
@@ -10659,7 +10659,7 @@
|
|
|
10659
10659
|
"immutable": true,
|
|
10660
10660
|
"locationInModule": {
|
|
10661
10661
|
"filename": "lib/jobs/pyspark-flex-etl-job.ts",
|
|
10662
|
-
"line":
|
|
10662
|
+
"line": 69
|
|
10663
10663
|
},
|
|
10664
10664
|
"name": "grantPrincipal",
|
|
10665
10665
|
"overrides": "@aws-cdk/aws-glue-alpha.JobBase",
|
|
@@ -10675,7 +10675,7 @@
|
|
|
10675
10675
|
"immutable": true,
|
|
10676
10676
|
"locationInModule": {
|
|
10677
10677
|
"filename": "lib/jobs/pyspark-flex-etl-job.ts",
|
|
10678
|
-
"line":
|
|
10678
|
+
"line": 66
|
|
10679
10679
|
},
|
|
10680
10680
|
"name": "jobArn",
|
|
10681
10681
|
"overrides": "@aws-cdk/aws-glue-alpha.JobBase",
|
|
@@ -10691,7 +10691,7 @@
|
|
|
10691
10691
|
"immutable": true,
|
|
10692
10692
|
"locationInModule": {
|
|
10693
10693
|
"filename": "lib/jobs/pyspark-flex-etl-job.ts",
|
|
10694
|
-
"line":
|
|
10694
|
+
"line": 67
|
|
10695
10695
|
},
|
|
10696
10696
|
"name": "jobName",
|
|
10697
10697
|
"overrides": "@aws-cdk/aws-glue-alpha.JobBase",
|
|
@@ -10707,7 +10707,7 @@
|
|
|
10707
10707
|
"immutable": true,
|
|
10708
10708
|
"locationInModule": {
|
|
10709
10709
|
"filename": "lib/jobs/pyspark-flex-etl-job.ts",
|
|
10710
|
-
"line":
|
|
10710
|
+
"line": 68
|
|
10711
10711
|
},
|
|
10712
10712
|
"name": "role",
|
|
10713
10713
|
"overrides": "@aws-cdk/aws-glue-alpha.Job",
|
|
@@ -10724,7 +10724,7 @@
|
|
|
10724
10724
|
"immutable": true,
|
|
10725
10725
|
"locationInModule": {
|
|
10726
10726
|
"filename": "lib/jobs/pyspark-flex-etl-job.ts",
|
|
10727
|
-
"line":
|
|
10727
|
+
"line": 77
|
|
10728
10728
|
},
|
|
10729
10729
|
"name": "sparkUILoggingLocation",
|
|
10730
10730
|
"optional": true,
|
|
@@ -10753,7 +10753,7 @@
|
|
|
10753
10753
|
"kind": "interface",
|
|
10754
10754
|
"locationInModule": {
|
|
10755
10755
|
"filename": "lib/jobs/pyspark-flex-etl-job.ts",
|
|
10756
|
-
"line":
|
|
10756
|
+
"line": 15
|
|
10757
10757
|
},
|
|
10758
10758
|
"name": "PySparkFlexEtlJobProps",
|
|
10759
10759
|
"properties": [
|
|
@@ -10768,7 +10768,7 @@
|
|
|
10768
10768
|
"immutable": true,
|
|
10769
10769
|
"locationInModule": {
|
|
10770
10770
|
"filename": "lib/jobs/pyspark-flex-etl-job.ts",
|
|
10771
|
-
"line":
|
|
10771
|
+
"line": 49
|
|
10772
10772
|
},
|
|
10773
10773
|
"name": "extraFiles",
|
|
10774
10774
|
"optional": true,
|
|
@@ -10792,7 +10792,7 @@
|
|
|
10792
10792
|
"immutable": true,
|
|
10793
10793
|
"locationInModule": {
|
|
10794
10794
|
"filename": "lib/jobs/pyspark-flex-etl-job.ts",
|
|
10795
|
-
"line":
|
|
10795
|
+
"line": 40
|
|
10796
10796
|
},
|
|
10797
10797
|
"name": "extraPythonFiles",
|
|
10798
10798
|
"optional": true,
|
|
@@ -10816,7 +10816,7 @@
|
|
|
10816
10816
|
"immutable": true,
|
|
10817
10817
|
"locationInModule": {
|
|
10818
10818
|
"filename": "lib/jobs/pyspark-flex-etl-job.ts",
|
|
10819
|
-
"line":
|
|
10819
|
+
"line": 31
|
|
10820
10820
|
},
|
|
10821
10821
|
"name": "notifyDelayAfter",
|
|
10822
10822
|
"optional": true,
|
|
@@ -10835,7 +10835,7 @@
|
|
|
10835
10835
|
"immutable": true,
|
|
10836
10836
|
"locationInModule": {
|
|
10837
10837
|
"filename": "lib/jobs/pyspark-flex-etl-job.ts",
|
|
10838
|
-
"line":
|
|
10838
|
+
"line": 24
|
|
10839
10839
|
},
|
|
10840
10840
|
"name": "sparkUI",
|
|
10841
10841
|
"optional": true,
|
|
@@ -10866,7 +10866,7 @@
|
|
|
10866
10866
|
},
|
|
10867
10867
|
"locationInModule": {
|
|
10868
10868
|
"filename": "lib/jobs/pyspark-streaming-job.ts",
|
|
10869
|
-
"line":
|
|
10869
|
+
"line": 84
|
|
10870
10870
|
},
|
|
10871
10871
|
"parameters": [
|
|
10872
10872
|
{
|
|
@@ -10892,7 +10892,7 @@
|
|
|
10892
10892
|
"kind": "class",
|
|
10893
10893
|
"locationInModule": {
|
|
10894
10894
|
"filename": "lib/jobs/pyspark-streaming-job.ts",
|
|
10895
|
-
"line":
|
|
10895
|
+
"line": 67
|
|
10896
10896
|
},
|
|
10897
10897
|
"name": "PySparkStreamingJob",
|
|
10898
10898
|
"properties": [
|
|
@@ -10904,7 +10904,7 @@
|
|
|
10904
10904
|
"immutable": true,
|
|
10905
10905
|
"locationInModule": {
|
|
10906
10906
|
"filename": "lib/jobs/pyspark-streaming-job.ts",
|
|
10907
|
-
"line":
|
|
10907
|
+
"line": 71
|
|
10908
10908
|
},
|
|
10909
10909
|
"name": "grantPrincipal",
|
|
10910
10910
|
"overrides": "@aws-cdk/aws-glue-alpha.JobBase",
|
|
@@ -10920,7 +10920,7 @@
|
|
|
10920
10920
|
"immutable": true,
|
|
10921
10921
|
"locationInModule": {
|
|
10922
10922
|
"filename": "lib/jobs/pyspark-streaming-job.ts",
|
|
10923
|
-
"line":
|
|
10923
|
+
"line": 68
|
|
10924
10924
|
},
|
|
10925
10925
|
"name": "jobArn",
|
|
10926
10926
|
"overrides": "@aws-cdk/aws-glue-alpha.JobBase",
|
|
@@ -10936,7 +10936,7 @@
|
|
|
10936
10936
|
"immutable": true,
|
|
10937
10937
|
"locationInModule": {
|
|
10938
10938
|
"filename": "lib/jobs/pyspark-streaming-job.ts",
|
|
10939
|
-
"line":
|
|
10939
|
+
"line": 69
|
|
10940
10940
|
},
|
|
10941
10941
|
"name": "jobName",
|
|
10942
10942
|
"overrides": "@aws-cdk/aws-glue-alpha.JobBase",
|
|
@@ -10952,7 +10952,7 @@
|
|
|
10952
10952
|
"immutable": true,
|
|
10953
10953
|
"locationInModule": {
|
|
10954
10954
|
"filename": "lib/jobs/pyspark-streaming-job.ts",
|
|
10955
|
-
"line":
|
|
10955
|
+
"line": 70
|
|
10956
10956
|
},
|
|
10957
10957
|
"name": "role",
|
|
10958
10958
|
"overrides": "@aws-cdk/aws-glue-alpha.Job",
|
|
@@ -10969,7 +10969,7 @@
|
|
|
10969
10969
|
"immutable": true,
|
|
10970
10970
|
"locationInModule": {
|
|
10971
10971
|
"filename": "lib/jobs/pyspark-streaming-job.ts",
|
|
10972
|
-
"line":
|
|
10972
|
+
"line": 79
|
|
10973
10973
|
},
|
|
10974
10974
|
"name": "sparkUILoggingLocation",
|
|
10975
10975
|
"optional": true,
|
|
@@ -10998,7 +10998,7 @@
|
|
|
10998
10998
|
"kind": "interface",
|
|
10999
10999
|
"locationInModule": {
|
|
11000
11000
|
"filename": "lib/jobs/pyspark-streaming-job.ts",
|
|
11001
|
-
"line":
|
|
11001
|
+
"line": 14
|
|
11002
11002
|
},
|
|
11003
11003
|
"name": "PySparkStreamingJobProps",
|
|
11004
11004
|
"properties": [
|
|
@@ -11013,7 +11013,7 @@
|
|
|
11013
11013
|
"immutable": true,
|
|
11014
11014
|
"locationInModule": {
|
|
11015
11015
|
"filename": "lib/jobs/pyspark-streaming-job.ts",
|
|
11016
|
-
"line":
|
|
11016
|
+
"line": 40
|
|
11017
11017
|
},
|
|
11018
11018
|
"name": "extraFiles",
|
|
11019
11019
|
"optional": true,
|
|
@@ -11036,7 +11036,7 @@
|
|
|
11036
11036
|
"immutable": true,
|
|
11037
11037
|
"locationInModule": {
|
|
11038
11038
|
"filename": "lib/jobs/pyspark-streaming-job.ts",
|
|
11039
|
-
"line":
|
|
11039
|
+
"line": 31
|
|
11040
11040
|
},
|
|
11041
11041
|
"name": "extraPythonFiles",
|
|
11042
11042
|
"optional": true,
|
|
@@ -11060,7 +11060,7 @@
|
|
|
11060
11060
|
"immutable": true,
|
|
11061
11061
|
"locationInModule": {
|
|
11062
11062
|
"filename": "lib/jobs/pyspark-streaming-job.ts",
|
|
11063
|
-
"line":
|
|
11063
|
+
"line": 52
|
|
11064
11064
|
},
|
|
11065
11065
|
"name": "jobRunQueuingEnabled",
|
|
11066
11066
|
"optional": true,
|
|
@@ -11079,7 +11079,7 @@
|
|
|
11079
11079
|
"immutable": true,
|
|
11080
11080
|
"locationInModule": {
|
|
11081
11081
|
"filename": "lib/jobs/pyspark-streaming-job.ts",
|
|
11082
|
-
"line":
|
|
11082
|
+
"line": 23
|
|
11083
11083
|
},
|
|
11084
11084
|
"name": "sparkUI",
|
|
11085
11085
|
"optional": true,
|
|
@@ -11110,7 +11110,7 @@
|
|
|
11110
11110
|
},
|
|
11111
11111
|
"locationInModule": {
|
|
11112
11112
|
"filename": "lib/jobs/python-shell-job.ts",
|
|
11113
|
-
"line":
|
|
11113
|
+
"line": 55
|
|
11114
11114
|
},
|
|
11115
11115
|
"parameters": [
|
|
11116
11116
|
{
|
|
@@ -11136,7 +11136,7 @@
|
|
|
11136
11136
|
"kind": "class",
|
|
11137
11137
|
"locationInModule": {
|
|
11138
11138
|
"filename": "lib/jobs/python-shell-job.ts",
|
|
11139
|
-
"line":
|
|
11139
|
+
"line": 46
|
|
11140
11140
|
},
|
|
11141
11141
|
"name": "PythonShellJob",
|
|
11142
11142
|
"properties": [
|
|
@@ -11148,7 +11148,7 @@
|
|
|
11148
11148
|
"immutable": true,
|
|
11149
11149
|
"locationInModule": {
|
|
11150
11150
|
"filename": "lib/jobs/python-shell-job.ts",
|
|
11151
|
-
"line":
|
|
11151
|
+
"line": 50
|
|
11152
11152
|
},
|
|
11153
11153
|
"name": "grantPrincipal",
|
|
11154
11154
|
"overrides": "@aws-cdk/aws-glue-alpha.JobBase",
|
|
@@ -11164,7 +11164,7 @@
|
|
|
11164
11164
|
"immutable": true,
|
|
11165
11165
|
"locationInModule": {
|
|
11166
11166
|
"filename": "lib/jobs/python-shell-job.ts",
|
|
11167
|
-
"line":
|
|
11167
|
+
"line": 47
|
|
11168
11168
|
},
|
|
11169
11169
|
"name": "jobArn",
|
|
11170
11170
|
"overrides": "@aws-cdk/aws-glue-alpha.JobBase",
|
|
@@ -11180,7 +11180,7 @@
|
|
|
11180
11180
|
"immutable": true,
|
|
11181
11181
|
"locationInModule": {
|
|
11182
11182
|
"filename": "lib/jobs/python-shell-job.ts",
|
|
11183
|
-
"line":
|
|
11183
|
+
"line": 48
|
|
11184
11184
|
},
|
|
11185
11185
|
"name": "jobName",
|
|
11186
11186
|
"overrides": "@aws-cdk/aws-glue-alpha.JobBase",
|
|
@@ -11196,7 +11196,7 @@
|
|
|
11196
11196
|
"immutable": true,
|
|
11197
11197
|
"locationInModule": {
|
|
11198
11198
|
"filename": "lib/jobs/python-shell-job.ts",
|
|
11199
|
-
"line":
|
|
11199
|
+
"line": 49
|
|
11200
11200
|
},
|
|
11201
11201
|
"name": "role",
|
|
11202
11202
|
"overrides": "@aws-cdk/aws-glue-alpha.Job",
|
|
@@ -11225,7 +11225,7 @@
|
|
|
11225
11225
|
"kind": "interface",
|
|
11226
11226
|
"locationInModule": {
|
|
11227
11227
|
"filename": "lib/jobs/python-shell-job.ts",
|
|
11228
|
-
"line":
|
|
11228
|
+
"line": 11
|
|
11229
11229
|
},
|
|
11230
11230
|
"name": "PythonShellJobProps",
|
|
11231
11231
|
"properties": [
|
|
@@ -11240,7 +11240,7 @@
|
|
|
11240
11240
|
"immutable": true,
|
|
11241
11241
|
"locationInModule": {
|
|
11242
11242
|
"filename": "lib/jobs/python-shell-job.ts",
|
|
11243
|
-
"line":
|
|
11243
|
+
"line": 36
|
|
11244
11244
|
},
|
|
11245
11245
|
"name": "jobRunQueuingEnabled",
|
|
11246
11246
|
"optional": true,
|
|
@@ -11258,7 +11258,7 @@
|
|
|
11258
11258
|
"immutable": true,
|
|
11259
11259
|
"locationInModule": {
|
|
11260
11260
|
"filename": "lib/jobs/python-shell-job.ts",
|
|
11261
|
-
"line":
|
|
11261
|
+
"line": 24
|
|
11262
11262
|
},
|
|
11263
11263
|
"name": "maxCapacity",
|
|
11264
11264
|
"optional": true,
|
|
@@ -11276,7 +11276,7 @@
|
|
|
11276
11276
|
"immutable": true,
|
|
11277
11277
|
"locationInModule": {
|
|
11278
11278
|
"filename": "lib/jobs/python-shell-job.ts",
|
|
11279
|
-
"line":
|
|
11279
|
+
"line": 17
|
|
11280
11280
|
},
|
|
11281
11281
|
"name": "pythonVersion",
|
|
11282
11282
|
"optional": true,
|
|
@@ -11349,7 +11349,7 @@
|
|
|
11349
11349
|
},
|
|
11350
11350
|
"locationInModule": {
|
|
11351
11351
|
"filename": "lib/jobs/ray-job.ts",
|
|
11352
|
-
"line":
|
|
11352
|
+
"line": 49
|
|
11353
11353
|
},
|
|
11354
11354
|
"parameters": [
|
|
11355
11355
|
{
|
|
@@ -11375,7 +11375,7 @@
|
|
|
11375
11375
|
"kind": "class",
|
|
11376
11376
|
"locationInModule": {
|
|
11377
11377
|
"filename": "lib/jobs/ray-job.ts",
|
|
11378
|
-
"line":
|
|
11378
|
+
"line": 40
|
|
11379
11379
|
},
|
|
11380
11380
|
"name": "RayJob",
|
|
11381
11381
|
"properties": [
|
|
@@ -11387,7 +11387,7 @@
|
|
|
11387
11387
|
"immutable": true,
|
|
11388
11388
|
"locationInModule": {
|
|
11389
11389
|
"filename": "lib/jobs/ray-job.ts",
|
|
11390
|
-
"line":
|
|
11390
|
+
"line": 44
|
|
11391
11391
|
},
|
|
11392
11392
|
"name": "grantPrincipal",
|
|
11393
11393
|
"overrides": "@aws-cdk/aws-glue-alpha.JobBase",
|
|
@@ -11403,7 +11403,7 @@
|
|
|
11403
11403
|
"immutable": true,
|
|
11404
11404
|
"locationInModule": {
|
|
11405
11405
|
"filename": "lib/jobs/ray-job.ts",
|
|
11406
|
-
"line":
|
|
11406
|
+
"line": 41
|
|
11407
11407
|
},
|
|
11408
11408
|
"name": "jobArn",
|
|
11409
11409
|
"overrides": "@aws-cdk/aws-glue-alpha.JobBase",
|
|
@@ -11419,7 +11419,7 @@
|
|
|
11419
11419
|
"immutable": true,
|
|
11420
11420
|
"locationInModule": {
|
|
11421
11421
|
"filename": "lib/jobs/ray-job.ts",
|
|
11422
|
-
"line":
|
|
11422
|
+
"line": 42
|
|
11423
11423
|
},
|
|
11424
11424
|
"name": "jobName",
|
|
11425
11425
|
"overrides": "@aws-cdk/aws-glue-alpha.JobBase",
|
|
@@ -11435,7 +11435,7 @@
|
|
|
11435
11435
|
"immutable": true,
|
|
11436
11436
|
"locationInModule": {
|
|
11437
11437
|
"filename": "lib/jobs/ray-job.ts",
|
|
11438
|
-
"line":
|
|
11438
|
+
"line": 43
|
|
11439
11439
|
},
|
|
11440
11440
|
"name": "role",
|
|
11441
11441
|
"overrides": "@aws-cdk/aws-glue-alpha.Job",
|
|
@@ -11464,7 +11464,7 @@
|
|
|
11464
11464
|
"kind": "interface",
|
|
11465
11465
|
"locationInModule": {
|
|
11466
11466
|
"filename": "lib/jobs/ray-job.ts",
|
|
11467
|
-
"line":
|
|
11467
|
+
"line": 11
|
|
11468
11468
|
},
|
|
11469
11469
|
"name": "RayJobProps",
|
|
11470
11470
|
"properties": [
|
|
@@ -11479,7 +11479,7 @@
|
|
|
11479
11479
|
"immutable": true,
|
|
11480
11480
|
"locationInModule": {
|
|
11481
11481
|
"filename": "lib/jobs/ray-job.ts",
|
|
11482
|
-
"line":
|
|
11482
|
+
"line": 29
|
|
11483
11483
|
},
|
|
11484
11484
|
"name": "jobRunQueuingEnabled",
|
|
11485
11485
|
"optional": true,
|
|
@@ -11497,7 +11497,7 @@
|
|
|
11497
11497
|
"immutable": true,
|
|
11498
11498
|
"locationInModule": {
|
|
11499
11499
|
"filename": "lib/jobs/ray-job.ts",
|
|
11500
|
-
"line":
|
|
11500
|
+
"line": 17
|
|
11501
11501
|
},
|
|
11502
11502
|
"name": "runtime",
|
|
11503
11503
|
"optional": true,
|
|
@@ -11627,7 +11627,7 @@
|
|
|
11627
11627
|
"kind": "interface",
|
|
11628
11628
|
"locationInModule": {
|
|
11629
11629
|
"filename": "lib/security-configuration.ts",
|
|
11630
|
-
"line":
|
|
11630
|
+
"line": 68
|
|
11631
11631
|
},
|
|
11632
11632
|
"name": "S3Encryption",
|
|
11633
11633
|
"properties": [
|
|
@@ -11640,7 +11640,7 @@
|
|
|
11640
11640
|
"immutable": true,
|
|
11641
11641
|
"locationInModule": {
|
|
11642
11642
|
"filename": "lib/security-configuration.ts",
|
|
11643
|
-
"line":
|
|
11643
|
+
"line": 72
|
|
11644
11644
|
},
|
|
11645
11645
|
"name": "mode",
|
|
11646
11646
|
"type": {
|
|
@@ -11657,7 +11657,7 @@
|
|
|
11657
11657
|
"immutable": true,
|
|
11658
11658
|
"locationInModule": {
|
|
11659
11659
|
"filename": "lib/security-configuration.ts",
|
|
11660
|
-
"line":
|
|
11660
|
+
"line": 78
|
|
11661
11661
|
},
|
|
11662
11662
|
"name": "kmsKey",
|
|
11663
11663
|
"optional": true,
|
|
@@ -11683,7 +11683,7 @@
|
|
|
11683
11683
|
"kind": "enum",
|
|
11684
11684
|
"locationInModule": {
|
|
11685
11685
|
"filename": "lib/security-configuration.ts",
|
|
11686
|
-
"line":
|
|
11686
|
+
"line": 23
|
|
11687
11687
|
},
|
|
11688
11688
|
"members": [
|
|
11689
11689
|
{
|
|
@@ -11725,7 +11725,7 @@
|
|
|
11725
11725
|
},
|
|
11726
11726
|
"locationInModule": {
|
|
11727
11727
|
"filename": "lib/s3-table.ts",
|
|
11728
|
-
"line":
|
|
11728
|
+
"line": 122
|
|
11729
11729
|
},
|
|
11730
11730
|
"parameters": [
|
|
11731
11731
|
{
|
|
@@ -11751,7 +11751,7 @@
|
|
|
11751
11751
|
"kind": "class",
|
|
11752
11752
|
"locationInModule": {
|
|
11753
11753
|
"filename": "lib/s3-table.ts",
|
|
11754
|
-
"line":
|
|
11754
|
+
"line": 84
|
|
11755
11755
|
},
|
|
11756
11756
|
"methods": [
|
|
11757
11757
|
{
|
|
@@ -11760,7 +11760,7 @@
|
|
|
11760
11760
|
},
|
|
11761
11761
|
"locationInModule": {
|
|
11762
11762
|
"filename": "lib/s3-table.ts",
|
|
11763
|
-
"line":
|
|
11763
|
+
"line": 227
|
|
11764
11764
|
},
|
|
11765
11765
|
"name": "generateS3PrefixForGrant",
|
|
11766
11766
|
"protected": true,
|
|
@@ -11777,7 +11777,7 @@
|
|
|
11777
11777
|
},
|
|
11778
11778
|
"locationInModule": {
|
|
11779
11779
|
"filename": "lib/s3-table.ts",
|
|
11780
|
-
"line":
|
|
11780
|
+
"line": 193
|
|
11781
11781
|
},
|
|
11782
11782
|
"name": "grantRead",
|
|
11783
11783
|
"overrides": "@aws-cdk/aws-glue-alpha.TableBase",
|
|
@@ -11805,7 +11805,7 @@
|
|
|
11805
11805
|
},
|
|
11806
11806
|
"locationInModule": {
|
|
11807
11807
|
"filename": "lib/s3-table.ts",
|
|
11808
|
-
"line":
|
|
11808
|
+
"line": 219
|
|
11809
11809
|
},
|
|
11810
11810
|
"name": "grantReadWrite",
|
|
11811
11811
|
"overrides": "@aws-cdk/aws-glue-alpha.TableBase",
|
|
@@ -11833,7 +11833,7 @@
|
|
|
11833
11833
|
},
|
|
11834
11834
|
"locationInModule": {
|
|
11835
11835
|
"filename": "lib/s3-table.ts",
|
|
11836
|
-
"line":
|
|
11836
|
+
"line": 206
|
|
11837
11837
|
},
|
|
11838
11838
|
"name": "grantWrite",
|
|
11839
11839
|
"overrides": "@aws-cdk/aws-glue-alpha.TableBase",
|
|
@@ -11865,7 +11865,7 @@
|
|
|
11865
11865
|
"immutable": true,
|
|
11866
11866
|
"locationInModule": {
|
|
11867
11867
|
"filename": "lib/s3-table.ts",
|
|
11868
|
-
"line":
|
|
11868
|
+
"line": 98
|
|
11869
11869
|
},
|
|
11870
11870
|
"name": "bucket",
|
|
11871
11871
|
"type": {
|
|
@@ -11880,7 +11880,7 @@
|
|
|
11880
11880
|
"immutable": true,
|
|
11881
11881
|
"locationInModule": {
|
|
11882
11882
|
"filename": "lib/s3-table.ts",
|
|
11883
|
-
"line":
|
|
11883
|
+
"line": 108
|
|
11884
11884
|
},
|
|
11885
11885
|
"name": "encryption",
|
|
11886
11886
|
"type": {
|
|
@@ -11895,7 +11895,7 @@
|
|
|
11895
11895
|
"immutable": true,
|
|
11896
11896
|
"locationInModule": {
|
|
11897
11897
|
"filename": "lib/s3-table.ts",
|
|
11898
|
-
"line":
|
|
11898
|
+
"line": 103
|
|
11899
11899
|
},
|
|
11900
11900
|
"name": "s3Prefix",
|
|
11901
11901
|
"type": {
|
|
@@ -11910,7 +11910,7 @@
|
|
|
11910
11910
|
"immutable": true,
|
|
11911
11911
|
"locationInModule": {
|
|
11912
11912
|
"filename": "lib/s3-table.ts",
|
|
11913
|
-
"line":
|
|
11913
|
+
"line": 93
|
|
11914
11914
|
},
|
|
11915
11915
|
"name": "tableArn",
|
|
11916
11916
|
"overrides": "@aws-cdk/aws-glue-alpha.TableBase",
|
|
@@ -11926,7 +11926,7 @@
|
|
|
11926
11926
|
"immutable": true,
|
|
11927
11927
|
"locationInModule": {
|
|
11928
11928
|
"filename": "lib/s3-table.ts",
|
|
11929
|
-
"line":
|
|
11929
|
+
"line": 88
|
|
11930
11930
|
},
|
|
11931
11931
|
"name": "tableName",
|
|
11932
11932
|
"overrides": "@aws-cdk/aws-glue-alpha.TableBase",
|
|
@@ -11941,7 +11941,7 @@
|
|
|
11941
11941
|
"immutable": true,
|
|
11942
11942
|
"locationInModule": {
|
|
11943
11943
|
"filename": "lib/s3-table.ts",
|
|
11944
|
-
"line":
|
|
11944
|
+
"line": 120
|
|
11945
11945
|
},
|
|
11946
11946
|
"name": "tableResource",
|
|
11947
11947
|
"overrides": "@aws-cdk/aws-glue-alpha.TableBase",
|
|
@@ -11959,7 +11959,7 @@
|
|
|
11959
11959
|
"immutable": true,
|
|
11960
11960
|
"locationInModule": {
|
|
11961
11961
|
"filename": "lib/s3-table.ts",
|
|
11962
|
-
"line":
|
|
11962
|
+
"line": 113
|
|
11963
11963
|
},
|
|
11964
11964
|
"name": "encryptionKey",
|
|
11965
11965
|
"optional": true,
|
|
@@ -11975,7 +11975,7 @@
|
|
|
11975
11975
|
"immutable": true,
|
|
11976
11976
|
"locationInModule": {
|
|
11977
11977
|
"filename": "lib/s3-table.ts",
|
|
11978
|
-
"line":
|
|
11978
|
+
"line": 118
|
|
11979
11979
|
},
|
|
11980
11980
|
"name": "partitionIndexes",
|
|
11981
11981
|
"optional": true,
|
|
@@ -12009,7 +12009,7 @@
|
|
|
12009
12009
|
"kind": "interface",
|
|
12010
12010
|
"locationInModule": {
|
|
12011
12011
|
"filename": "lib/s3-table.ts",
|
|
12012
|
-
"line":
|
|
12012
|
+
"line": 43
|
|
12013
12013
|
},
|
|
12014
12014
|
"name": "S3TableProps",
|
|
12015
12015
|
"properties": [
|
|
@@ -12023,7 +12023,7 @@
|
|
|
12023
12023
|
"immutable": true,
|
|
12024
12024
|
"locationInModule": {
|
|
12025
12025
|
"filename": "lib/s3-table.ts",
|
|
12026
|
-
"line":
|
|
12026
|
+
"line": 49
|
|
12027
12027
|
},
|
|
12028
12028
|
"name": "bucket",
|
|
12029
12029
|
"optional": true,
|
|
@@ -12042,7 +12042,7 @@
|
|
|
12042
12042
|
"immutable": true,
|
|
12043
12043
|
"locationInModule": {
|
|
12044
12044
|
"filename": "lib/s3-table.ts",
|
|
12045
|
-
"line":
|
|
12045
|
+
"line": 68
|
|
12046
12046
|
},
|
|
12047
12047
|
"name": "encryption",
|
|
12048
12048
|
"optional": true,
|
|
@@ -12061,7 +12061,7 @@
|
|
|
12061
12061
|
"immutable": true,
|
|
12062
12062
|
"locationInModule": {
|
|
12063
12063
|
"filename": "lib/s3-table.ts",
|
|
12064
|
-
"line":
|
|
12064
|
+
"line": 77
|
|
12065
12065
|
},
|
|
12066
12066
|
"name": "encryptionKey",
|
|
12067
12067
|
"optional": true,
|
|
@@ -12079,7 +12079,7 @@
|
|
|
12079
12079
|
"immutable": true,
|
|
12080
12080
|
"locationInModule": {
|
|
12081
12081
|
"filename": "lib/s3-table.ts",
|
|
12082
|
-
"line":
|
|
12082
|
+
"line": 56
|
|
12083
12083
|
},
|
|
12084
12084
|
"name": "s3Prefix",
|
|
12085
12085
|
"optional": true,
|
|
@@ -12110,7 +12110,7 @@
|
|
|
12110
12110
|
},
|
|
12111
12111
|
"locationInModule": {
|
|
12112
12112
|
"filename": "lib/jobs/scala-spark-etl-job.ts",
|
|
12113
|
-
"line":
|
|
12113
|
+
"line": 81
|
|
12114
12114
|
},
|
|
12115
12115
|
"parameters": [
|
|
12116
12116
|
{
|
|
@@ -12136,7 +12136,7 @@
|
|
|
12136
12136
|
"kind": "class",
|
|
12137
12137
|
"locationInModule": {
|
|
12138
12138
|
"filename": "lib/jobs/scala-spark-etl-job.ts",
|
|
12139
|
-
"line":
|
|
12139
|
+
"line": 64
|
|
12140
12140
|
},
|
|
12141
12141
|
"name": "ScalaSparkEtlJob",
|
|
12142
12142
|
"properties": [
|
|
@@ -12148,7 +12148,7 @@
|
|
|
12148
12148
|
"immutable": true,
|
|
12149
12149
|
"locationInModule": {
|
|
12150
12150
|
"filename": "lib/jobs/scala-spark-etl-job.ts",
|
|
12151
|
-
"line":
|
|
12151
|
+
"line": 68
|
|
12152
12152
|
},
|
|
12153
12153
|
"name": "grantPrincipal",
|
|
12154
12154
|
"overrides": "@aws-cdk/aws-glue-alpha.JobBase",
|
|
@@ -12164,7 +12164,7 @@
|
|
|
12164
12164
|
"immutable": true,
|
|
12165
12165
|
"locationInModule": {
|
|
12166
12166
|
"filename": "lib/jobs/scala-spark-etl-job.ts",
|
|
12167
|
-
"line":
|
|
12167
|
+
"line": 65
|
|
12168
12168
|
},
|
|
12169
12169
|
"name": "jobArn",
|
|
12170
12170
|
"overrides": "@aws-cdk/aws-glue-alpha.JobBase",
|
|
@@ -12180,7 +12180,7 @@
|
|
|
12180
12180
|
"immutable": true,
|
|
12181
12181
|
"locationInModule": {
|
|
12182
12182
|
"filename": "lib/jobs/scala-spark-etl-job.ts",
|
|
12183
|
-
"line":
|
|
12183
|
+
"line": 66
|
|
12184
12184
|
},
|
|
12185
12185
|
"name": "jobName",
|
|
12186
12186
|
"overrides": "@aws-cdk/aws-glue-alpha.JobBase",
|
|
@@ -12196,7 +12196,7 @@
|
|
|
12196
12196
|
"immutable": true,
|
|
12197
12197
|
"locationInModule": {
|
|
12198
12198
|
"filename": "lib/jobs/scala-spark-etl-job.ts",
|
|
12199
|
-
"line":
|
|
12199
|
+
"line": 67
|
|
12200
12200
|
},
|
|
12201
12201
|
"name": "role",
|
|
12202
12202
|
"overrides": "@aws-cdk/aws-glue-alpha.Job",
|
|
@@ -12213,7 +12213,7 @@
|
|
|
12213
12213
|
"immutable": true,
|
|
12214
12214
|
"locationInModule": {
|
|
12215
12215
|
"filename": "lib/jobs/scala-spark-etl-job.ts",
|
|
12216
|
-
"line":
|
|
12216
|
+
"line": 76
|
|
12217
12217
|
},
|
|
12218
12218
|
"name": "sparkUILoggingLocation",
|
|
12219
12219
|
"optional": true,
|
|
@@ -12242,7 +12242,7 @@
|
|
|
12242
12242
|
"kind": "interface",
|
|
12243
12243
|
"locationInModule": {
|
|
12244
12244
|
"filename": "lib/jobs/scala-spark-etl-job.ts",
|
|
12245
|
-
"line":
|
|
12245
|
+
"line": 14
|
|
12246
12246
|
},
|
|
12247
12247
|
"name": "ScalaSparkEtlJobProps",
|
|
12248
12248
|
"properties": [
|
|
@@ -12255,7 +12255,7 @@
|
|
|
12255
12255
|
"immutable": true,
|
|
12256
12256
|
"locationInModule": {
|
|
12257
12257
|
"filename": "lib/jobs/scala-spark-etl-job.ts",
|
|
12258
|
-
"line":
|
|
12258
|
+
"line": 30
|
|
12259
12259
|
},
|
|
12260
12260
|
"name": "className",
|
|
12261
12261
|
"type": {
|
|
@@ -12272,7 +12272,7 @@
|
|
|
12272
12272
|
"immutable": true,
|
|
12273
12273
|
"locationInModule": {
|
|
12274
12274
|
"filename": "lib/jobs/scala-spark-etl-job.ts",
|
|
12275
|
-
"line":
|
|
12275
|
+
"line": 37
|
|
12276
12276
|
},
|
|
12277
12277
|
"name": "extraJars",
|
|
12278
12278
|
"optional": true,
|
|
@@ -12296,7 +12296,7 @@
|
|
|
12296
12296
|
"immutable": true,
|
|
12297
12297
|
"locationInModule": {
|
|
12298
12298
|
"filename": "lib/jobs/scala-spark-etl-job.ts",
|
|
12299
|
-
"line":
|
|
12299
|
+
"line": 49
|
|
12300
12300
|
},
|
|
12301
12301
|
"name": "jobRunQueuingEnabled",
|
|
12302
12302
|
"optional": true,
|
|
@@ -12315,7 +12315,7 @@
|
|
|
12315
12315
|
"immutable": true,
|
|
12316
12316
|
"locationInModule": {
|
|
12317
12317
|
"filename": "lib/jobs/scala-spark-etl-job.ts",
|
|
12318
|
-
"line":
|
|
12318
|
+
"line": 23
|
|
12319
12319
|
},
|
|
12320
12320
|
"name": "sparkUI",
|
|
12321
12321
|
"optional": true,
|
|
@@ -12346,7 +12346,7 @@
|
|
|
12346
12346
|
},
|
|
12347
12347
|
"locationInModule": {
|
|
12348
12348
|
"filename": "lib/jobs/scala-spark-flex-etl-job.ts",
|
|
12349
|
-
"line":
|
|
12349
|
+
"line": 109
|
|
12350
12350
|
},
|
|
12351
12351
|
"parameters": [
|
|
12352
12352
|
{
|
|
@@ -12372,7 +12372,7 @@
|
|
|
12372
12372
|
"kind": "class",
|
|
12373
12373
|
"locationInModule": {
|
|
12374
12374
|
"filename": "lib/jobs/scala-spark-flex-etl-job.ts",
|
|
12375
|
-
"line":
|
|
12375
|
+
"line": 92
|
|
12376
12376
|
},
|
|
12377
12377
|
"name": "ScalaSparkFlexEtlJob",
|
|
12378
12378
|
"properties": [
|
|
@@ -12384,7 +12384,7 @@
|
|
|
12384
12384
|
"immutable": true,
|
|
12385
12385
|
"locationInModule": {
|
|
12386
12386
|
"filename": "lib/jobs/scala-spark-flex-etl-job.ts",
|
|
12387
|
-
"line":
|
|
12387
|
+
"line": 96
|
|
12388
12388
|
},
|
|
12389
12389
|
"name": "grantPrincipal",
|
|
12390
12390
|
"overrides": "@aws-cdk/aws-glue-alpha.JobBase",
|
|
@@ -12400,7 +12400,7 @@
|
|
|
12400
12400
|
"immutable": true,
|
|
12401
12401
|
"locationInModule": {
|
|
12402
12402
|
"filename": "lib/jobs/scala-spark-flex-etl-job.ts",
|
|
12403
|
-
"line":
|
|
12403
|
+
"line": 93
|
|
12404
12404
|
},
|
|
12405
12405
|
"name": "jobArn",
|
|
12406
12406
|
"overrides": "@aws-cdk/aws-glue-alpha.JobBase",
|
|
@@ -12416,7 +12416,7 @@
|
|
|
12416
12416
|
"immutable": true,
|
|
12417
12417
|
"locationInModule": {
|
|
12418
12418
|
"filename": "lib/jobs/scala-spark-flex-etl-job.ts",
|
|
12419
|
-
"line":
|
|
12419
|
+
"line": 94
|
|
12420
12420
|
},
|
|
12421
12421
|
"name": "jobName",
|
|
12422
12422
|
"overrides": "@aws-cdk/aws-glue-alpha.JobBase",
|
|
@@ -12432,7 +12432,7 @@
|
|
|
12432
12432
|
"immutable": true,
|
|
12433
12433
|
"locationInModule": {
|
|
12434
12434
|
"filename": "lib/jobs/scala-spark-flex-etl-job.ts",
|
|
12435
|
-
"line":
|
|
12435
|
+
"line": 95
|
|
12436
12436
|
},
|
|
12437
12437
|
"name": "role",
|
|
12438
12438
|
"overrides": "@aws-cdk/aws-glue-alpha.Job",
|
|
@@ -12449,7 +12449,7 @@
|
|
|
12449
12449
|
"immutable": true,
|
|
12450
12450
|
"locationInModule": {
|
|
12451
12451
|
"filename": "lib/jobs/scala-spark-flex-etl-job.ts",
|
|
12452
|
-
"line":
|
|
12452
|
+
"line": 104
|
|
12453
12453
|
},
|
|
12454
12454
|
"name": "sparkUILoggingLocation",
|
|
12455
12455
|
"optional": true,
|
|
@@ -12479,7 +12479,7 @@
|
|
|
12479
12479
|
"kind": "interface",
|
|
12480
12480
|
"locationInModule": {
|
|
12481
12481
|
"filename": "lib/jobs/scala-spark-flex-etl-job.ts",
|
|
12482
|
-
"line":
|
|
12482
|
+
"line": 25
|
|
12483
12483
|
},
|
|
12484
12484
|
"name": "ScalaSparkFlexEtlJobProps",
|
|
12485
12485
|
"properties": [
|
|
@@ -12493,7 +12493,7 @@
|
|
|
12493
12493
|
"immutable": true,
|
|
12494
12494
|
"locationInModule": {
|
|
12495
12495
|
"filename": "lib/jobs/scala-spark-flex-etl-job.ts",
|
|
12496
|
-
"line":
|
|
12496
|
+
"line": 48
|
|
12497
12497
|
},
|
|
12498
12498
|
"name": "className",
|
|
12499
12499
|
"type": {
|
|
@@ -12512,7 +12512,7 @@
|
|
|
12512
12512
|
"immutable": true,
|
|
12513
12513
|
"locationInModule": {
|
|
12514
12514
|
"filename": "lib/jobs/scala-spark-flex-etl-job.ts",
|
|
12515
|
-
"line":
|
|
12515
|
+
"line": 77
|
|
12516
12516
|
},
|
|
12517
12517
|
"name": "extraFiles",
|
|
12518
12518
|
"optional": true,
|
|
@@ -12536,7 +12536,7 @@
|
|
|
12536
12536
|
"immutable": true,
|
|
12537
12537
|
"locationInModule": {
|
|
12538
12538
|
"filename": "lib/jobs/scala-spark-flex-etl-job.ts",
|
|
12539
|
-
"line":
|
|
12539
|
+
"line": 58
|
|
12540
12540
|
},
|
|
12541
12541
|
"name": "extraJars",
|
|
12542
12542
|
"optional": true,
|
|
@@ -12560,7 +12560,7 @@
|
|
|
12560
12560
|
"immutable": true,
|
|
12561
12561
|
"locationInModule": {
|
|
12562
12562
|
"filename": "lib/jobs/scala-spark-flex-etl-job.ts",
|
|
12563
|
-
"line":
|
|
12563
|
+
"line": 67
|
|
12564
12564
|
},
|
|
12565
12565
|
"name": "extraJarsFirst",
|
|
12566
12566
|
"optional": true,
|
|
@@ -12579,7 +12579,7 @@
|
|
|
12579
12579
|
"immutable": true,
|
|
12580
12580
|
"locationInModule": {
|
|
12581
12581
|
"filename": "lib/jobs/scala-spark-flex-etl-job.ts",
|
|
12582
|
-
"line":
|
|
12582
|
+
"line": 41
|
|
12583
12583
|
},
|
|
12584
12584
|
"name": "notifyDelayAfter",
|
|
12585
12585
|
"optional": true,
|
|
@@ -12598,7 +12598,7 @@
|
|
|
12598
12598
|
"immutable": true,
|
|
12599
12599
|
"locationInModule": {
|
|
12600
12600
|
"filename": "lib/jobs/scala-spark-flex-etl-job.ts",
|
|
12601
|
-
"line":
|
|
12601
|
+
"line": 34
|
|
12602
12602
|
},
|
|
12603
12603
|
"name": "sparkUI",
|
|
12604
12604
|
"optional": true,
|
|
@@ -12629,7 +12629,7 @@
|
|
|
12629
12629
|
},
|
|
12630
12630
|
"locationInModule": {
|
|
12631
12631
|
"filename": "lib/jobs/scala-spark-streaming-job.ts",
|
|
12632
|
-
"line":
|
|
12632
|
+
"line": 80
|
|
12633
12633
|
},
|
|
12634
12634
|
"parameters": [
|
|
12635
12635
|
{
|
|
@@ -12655,7 +12655,7 @@
|
|
|
12655
12655
|
"kind": "class",
|
|
12656
12656
|
"locationInModule": {
|
|
12657
12657
|
"filename": "lib/jobs/scala-spark-streaming-job.ts",
|
|
12658
|
-
"line":
|
|
12658
|
+
"line": 63
|
|
12659
12659
|
},
|
|
12660
12660
|
"name": "ScalaSparkStreamingJob",
|
|
12661
12661
|
"properties": [
|
|
@@ -12667,7 +12667,7 @@
|
|
|
12667
12667
|
"immutable": true,
|
|
12668
12668
|
"locationInModule": {
|
|
12669
12669
|
"filename": "lib/jobs/scala-spark-streaming-job.ts",
|
|
12670
|
-
"line":
|
|
12670
|
+
"line": 67
|
|
12671
12671
|
},
|
|
12672
12672
|
"name": "grantPrincipal",
|
|
12673
12673
|
"overrides": "@aws-cdk/aws-glue-alpha.JobBase",
|
|
@@ -12683,7 +12683,7 @@
|
|
|
12683
12683
|
"immutable": true,
|
|
12684
12684
|
"locationInModule": {
|
|
12685
12685
|
"filename": "lib/jobs/scala-spark-streaming-job.ts",
|
|
12686
|
-
"line":
|
|
12686
|
+
"line": 64
|
|
12687
12687
|
},
|
|
12688
12688
|
"name": "jobArn",
|
|
12689
12689
|
"overrides": "@aws-cdk/aws-glue-alpha.JobBase",
|
|
@@ -12699,7 +12699,7 @@
|
|
|
12699
12699
|
"immutable": true,
|
|
12700
12700
|
"locationInModule": {
|
|
12701
12701
|
"filename": "lib/jobs/scala-spark-streaming-job.ts",
|
|
12702
|
-
"line":
|
|
12702
|
+
"line": 65
|
|
12703
12703
|
},
|
|
12704
12704
|
"name": "jobName",
|
|
12705
12705
|
"overrides": "@aws-cdk/aws-glue-alpha.JobBase",
|
|
@@ -12715,7 +12715,7 @@
|
|
|
12715
12715
|
"immutable": true,
|
|
12716
12716
|
"locationInModule": {
|
|
12717
12717
|
"filename": "lib/jobs/scala-spark-streaming-job.ts",
|
|
12718
|
-
"line":
|
|
12718
|
+
"line": 66
|
|
12719
12719
|
},
|
|
12720
12720
|
"name": "role",
|
|
12721
12721
|
"overrides": "@aws-cdk/aws-glue-alpha.Job",
|
|
@@ -12732,7 +12732,7 @@
|
|
|
12732
12732
|
"immutable": true,
|
|
12733
12733
|
"locationInModule": {
|
|
12734
12734
|
"filename": "lib/jobs/scala-spark-streaming-job.ts",
|
|
12735
|
-
"line":
|
|
12735
|
+
"line": 75
|
|
12736
12736
|
},
|
|
12737
12737
|
"name": "sparkUILoggingLocation",
|
|
12738
12738
|
"optional": true,
|
|
@@ -12761,7 +12761,7 @@
|
|
|
12761
12761
|
"kind": "interface",
|
|
12762
12762
|
"locationInModule": {
|
|
12763
12763
|
"filename": "lib/jobs/scala-spark-streaming-job.ts",
|
|
12764
|
-
"line":
|
|
12764
|
+
"line": 13
|
|
12765
12765
|
},
|
|
12766
12766
|
"name": "ScalaSparkStreamingJobProps",
|
|
12767
12767
|
"properties": [
|
|
@@ -12774,7 +12774,7 @@
|
|
|
12774
12774
|
"immutable": true,
|
|
12775
12775
|
"locationInModule": {
|
|
12776
12776
|
"filename": "lib/jobs/scala-spark-streaming-job.ts",
|
|
12777
|
-
"line":
|
|
12777
|
+
"line": 29
|
|
12778
12778
|
},
|
|
12779
12779
|
"name": "className",
|
|
12780
12780
|
"type": {
|
|
@@ -12791,7 +12791,7 @@
|
|
|
12791
12791
|
"immutable": true,
|
|
12792
12792
|
"locationInModule": {
|
|
12793
12793
|
"filename": "lib/jobs/scala-spark-streaming-job.ts",
|
|
12794
|
-
"line":
|
|
12794
|
+
"line": 36
|
|
12795
12795
|
},
|
|
12796
12796
|
"name": "extraJars",
|
|
12797
12797
|
"optional": true,
|
|
@@ -12815,7 +12815,7 @@
|
|
|
12815
12815
|
"immutable": true,
|
|
12816
12816
|
"locationInModule": {
|
|
12817
12817
|
"filename": "lib/jobs/scala-spark-streaming-job.ts",
|
|
12818
|
-
"line":
|
|
12818
|
+
"line": 48
|
|
12819
12819
|
},
|
|
12820
12820
|
"name": "jobRunQueuingEnabled",
|
|
12821
12821
|
"optional": true,
|
|
@@ -12834,7 +12834,7 @@
|
|
|
12834
12834
|
"immutable": true,
|
|
12835
12835
|
"locationInModule": {
|
|
12836
12836
|
"filename": "lib/jobs/scala-spark-streaming-job.ts",
|
|
12837
|
-
"line":
|
|
12837
|
+
"line": 22
|
|
12838
12838
|
},
|
|
12839
12839
|
"name": "sparkUI",
|
|
12840
12840
|
"optional": true,
|
|
@@ -13298,7 +13298,7 @@
|
|
|
13298
13298
|
"kind": "class",
|
|
13299
13299
|
"locationInModule": {
|
|
13300
13300
|
"filename": "lib/security-configuration.ts",
|
|
13301
|
-
"line":
|
|
13301
|
+
"line": 152
|
|
13302
13302
|
},
|
|
13303
13303
|
"methods": [
|
|
13304
13304
|
{
|
|
@@ -13308,7 +13308,7 @@
|
|
|
13308
13308
|
},
|
|
13309
13309
|
"locationInModule": {
|
|
13310
13310
|
"filename": "lib/security-configuration.ts",
|
|
13311
|
-
"line":
|
|
13311
|
+
"line": 160
|
|
13312
13312
|
},
|
|
13313
13313
|
"name": "fromSecurityConfigurationName",
|
|
13314
13314
|
"parameters": [
|
|
@@ -13435,7 +13435,7 @@
|
|
|
13435
13435
|
"kind": "interface",
|
|
13436
13436
|
"locationInModule": {
|
|
13437
13437
|
"filename": "lib/security-configuration.ts",
|
|
13438
|
-
"line":
|
|
13438
|
+
"line": 116
|
|
13439
13439
|
},
|
|
13440
13440
|
"name": "SecurityConfigurationProps",
|
|
13441
13441
|
"properties": [
|
|
@@ -13449,7 +13449,7 @@
|
|
|
13449
13449
|
"immutable": true,
|
|
13450
13450
|
"locationInModule": {
|
|
13451
13451
|
"filename": "lib/security-configuration.ts",
|
|
13452
|
-
"line":
|
|
13452
|
+
"line": 128
|
|
13453
13453
|
},
|
|
13454
13454
|
"name": "cloudWatchEncryption",
|
|
13455
13455
|
"optional": true,
|
|
@@ -13467,7 +13467,7 @@
|
|
|
13467
13467
|
"immutable": true,
|
|
13468
13468
|
"locationInModule": {
|
|
13469
13469
|
"filename": "lib/security-configuration.ts",
|
|
13470
|
-
"line":
|
|
13470
|
+
"line": 134
|
|
13471
13471
|
},
|
|
13472
13472
|
"name": "jobBookmarksEncryption",
|
|
13473
13473
|
"optional": true,
|
|
@@ -13485,7 +13485,7 @@
|
|
|
13485
13485
|
"immutable": true,
|
|
13486
13486
|
"locationInModule": {
|
|
13487
13487
|
"filename": "lib/security-configuration.ts",
|
|
13488
|
-
"line":
|
|
13488
|
+
"line": 140
|
|
13489
13489
|
},
|
|
13490
13490
|
"name": "s3Encryption",
|
|
13491
13491
|
"optional": true,
|
|
@@ -13503,7 +13503,7 @@
|
|
|
13503
13503
|
"immutable": true,
|
|
13504
13504
|
"locationInModule": {
|
|
13505
13505
|
"filename": "lib/security-configuration.ts",
|
|
13506
|
-
"line":
|
|
13506
|
+
"line": 122
|
|
13507
13507
|
},
|
|
13508
13508
|
"name": "securityConfigurationName",
|
|
13509
13509
|
"optional": true,
|
|
@@ -14633,7 +14633,7 @@
|
|
|
14633
14633
|
},
|
|
14634
14634
|
"locationInModule": {
|
|
14635
14635
|
"filename": "lib/s3-table.ts",
|
|
14636
|
-
"line":
|
|
14636
|
+
"line": 122
|
|
14637
14637
|
},
|
|
14638
14638
|
"parameters": [
|
|
14639
14639
|
{
|
|
@@ -15494,7 +15494,7 @@
|
|
|
15494
15494
|
"kind": "enum",
|
|
15495
15495
|
"locationInModule": {
|
|
15496
15496
|
"filename": "lib/s3-table.ts",
|
|
15497
|
-
"line":
|
|
15497
|
+
"line": 15
|
|
15498
15498
|
},
|
|
15499
15499
|
"members": [
|
|
15500
15500
|
{
|
|
@@ -15897,7 +15897,7 @@
|
|
|
15897
15897
|
},
|
|
15898
15898
|
"locationInModule": {
|
|
15899
15899
|
"filename": "lib/triggers/workflow.ts",
|
|
15900
|
-
"line":
|
|
15900
|
+
"line": 407
|
|
15901
15901
|
},
|
|
15902
15902
|
"parameters": [
|
|
15903
15903
|
{
|
|
@@ -15924,7 +15924,7 @@
|
|
|
15924
15924
|
"kind": "class",
|
|
15925
15925
|
"locationInModule": {
|
|
15926
15926
|
"filename": "lib/triggers/workflow.ts",
|
|
15927
|
-
"line":
|
|
15927
|
+
"line": 372
|
|
15928
15928
|
},
|
|
15929
15929
|
"methods": [
|
|
15930
15930
|
{
|
|
@@ -15934,7 +15934,7 @@
|
|
|
15934
15934
|
},
|
|
15935
15935
|
"locationInModule": {
|
|
15936
15936
|
"filename": "lib/triggers/workflow.ts",
|
|
15937
|
-
"line":
|
|
15937
|
+
"line": 385
|
|
15938
15938
|
},
|
|
15939
15939
|
"name": "fromWorkflowArn",
|
|
15940
15940
|
"parameters": [
|
|
@@ -15971,7 +15971,7 @@
|
|
|
15971
15971
|
},
|
|
15972
15972
|
"locationInModule": {
|
|
15973
15973
|
"filename": "lib/triggers/workflow.ts",
|
|
15974
|
-
"line":
|
|
15974
|
+
"line": 395
|
|
15975
15975
|
},
|
|
15976
15976
|
"name": "fromWorkflowAttributes",
|
|
15977
15977
|
"parameters": [
|
|
@@ -16008,7 +16008,7 @@
|
|
|
16008
16008
|
},
|
|
16009
16009
|
"locationInModule": {
|
|
16010
16010
|
"filename": "lib/triggers/workflow.ts",
|
|
16011
|
-
"line":
|
|
16011
|
+
"line": 376
|
|
16012
16012
|
},
|
|
16013
16013
|
"name": "fromWorkflowName",
|
|
16014
16014
|
"parameters": [
|
|
@@ -16049,7 +16049,7 @@
|
|
|
16049
16049
|
"immutable": true,
|
|
16050
16050
|
"locationInModule": {
|
|
16051
16051
|
"filename": "lib/triggers/workflow.ts",
|
|
16052
|
-
"line":
|
|
16052
|
+
"line": 405
|
|
16053
16053
|
},
|
|
16054
16054
|
"name": "workflowArn",
|
|
16055
16055
|
"overrides": "@aws-cdk/aws-glue-alpha.WorkflowBase",
|
|
@@ -16065,7 +16065,7 @@
|
|
|
16065
16065
|
"immutable": true,
|
|
16066
16066
|
"locationInModule": {
|
|
16067
16067
|
"filename": "lib/triggers/workflow.ts",
|
|
16068
|
-
"line":
|
|
16068
|
+
"line": 404
|
|
16069
16069
|
},
|
|
16070
16070
|
"name": "workflowName",
|
|
16071
16071
|
"overrides": "@aws-cdk/aws-glue-alpha.WorkflowBase",
|
|
@@ -16091,7 +16091,7 @@
|
|
|
16091
16091
|
"kind": "interface",
|
|
16092
16092
|
"locationInModule": {
|
|
16093
16093
|
"filename": "lib/triggers/workflow.ts",
|
|
16094
|
-
"line":
|
|
16094
|
+
"line": 63
|
|
16095
16095
|
},
|
|
16096
16096
|
"name": "WorkflowAttributes",
|
|
16097
16097
|
"properties": [
|
|
@@ -16104,7 +16104,7 @@
|
|
|
16104
16104
|
"immutable": true,
|
|
16105
16105
|
"locationInModule": {
|
|
16106
16106
|
"filename": "lib/triggers/workflow.ts",
|
|
16107
|
-
"line":
|
|
16107
|
+
"line": 67
|
|
16108
16108
|
},
|
|
16109
16109
|
"name": "workflowName",
|
|
16110
16110
|
"type": {
|
|
@@ -16121,7 +16121,7 @@
|
|
|
16121
16121
|
"immutable": true,
|
|
16122
16122
|
"locationInModule": {
|
|
16123
16123
|
"filename": "lib/triggers/workflow.ts",
|
|
16124
|
-
"line":
|
|
16124
|
+
"line": 73
|
|
16125
16125
|
},
|
|
16126
16126
|
"name": "workflowArn",
|
|
16127
16127
|
"optional": true,
|
|
@@ -16148,7 +16148,7 @@
|
|
|
16148
16148
|
},
|
|
16149
16149
|
"locationInModule": {
|
|
16150
16150
|
"filename": "core/lib/resource.ts",
|
|
16151
|
-
"line":
|
|
16151
|
+
"line": 155
|
|
16152
16152
|
},
|
|
16153
16153
|
"parameters": [
|
|
16154
16154
|
{
|
|
@@ -16178,7 +16178,7 @@
|
|
|
16178
16178
|
"kind": "class",
|
|
16179
16179
|
"locationInModule": {
|
|
16180
16180
|
"filename": "lib/triggers/workflow.ts",
|
|
16181
|
-
"line":
|
|
16181
|
+
"line": 114
|
|
16182
16182
|
},
|
|
16183
16183
|
"methods": [
|
|
16184
16184
|
{
|
|
@@ -16188,7 +16188,7 @@
|
|
|
16188
16188
|
},
|
|
16189
16189
|
"locationInModule": {
|
|
16190
16190
|
"filename": "lib/triggers/workflow.ts",
|
|
16191
|
-
"line":
|
|
16191
|
+
"line": 118
|
|
16192
16192
|
},
|
|
16193
16193
|
"name": "extractNameFromArn",
|
|
16194
16194
|
"parameters": [
|
|
@@ -16224,7 +16224,7 @@
|
|
|
16224
16224
|
},
|
|
16225
16225
|
"locationInModule": {
|
|
16226
16226
|
"filename": "lib/triggers/workflow.ts",
|
|
16227
|
-
"line":
|
|
16227
|
+
"line": 251
|
|
16228
16228
|
},
|
|
16229
16229
|
"name": "addconditionalTrigger",
|
|
16230
16230
|
"parameters": [
|
|
@@ -16264,7 +16264,7 @@
|
|
|
16264
16264
|
},
|
|
16265
16265
|
"locationInModule": {
|
|
16266
16266
|
"filename": "lib/triggers/workflow.ts",
|
|
16267
|
-
"line":
|
|
16267
|
+
"line": 208
|
|
16268
16268
|
},
|
|
16269
16269
|
"name": "addCustomScheduledTrigger",
|
|
16270
16270
|
"overrides": "@aws-cdk/aws-glue-alpha.IWorkflow",
|
|
@@ -16305,7 +16305,7 @@
|
|
|
16305
16305
|
},
|
|
16306
16306
|
"locationInModule": {
|
|
16307
16307
|
"filename": "lib/triggers/workflow.ts",
|
|
16308
|
-
"line":
|
|
16308
|
+
"line": 155
|
|
16309
16309
|
},
|
|
16310
16310
|
"name": "addDailyScheduledTrigger",
|
|
16311
16311
|
"overrides": "@aws-cdk/aws-glue-alpha.IWorkflow",
|
|
@@ -16346,7 +16346,7 @@
|
|
|
16346
16346
|
},
|
|
16347
16347
|
"locationInModule": {
|
|
16348
16348
|
"filename": "lib/triggers/workflow.ts",
|
|
16349
|
-
"line":
|
|
16349
|
+
"line": 229
|
|
16350
16350
|
},
|
|
16351
16351
|
"name": "addNotifyEventTrigger",
|
|
16352
16352
|
"parameters": [
|
|
@@ -16386,7 +16386,7 @@
|
|
|
16386
16386
|
},
|
|
16387
16387
|
"locationInModule": {
|
|
16388
16388
|
"filename": "lib/triggers/workflow.ts",
|
|
16389
|
-
"line":
|
|
16389
|
+
"line": 135
|
|
16390
16390
|
},
|
|
16391
16391
|
"name": "addOnDemandTrigger",
|
|
16392
16392
|
"overrides": "@aws-cdk/aws-glue-alpha.IWorkflow",
|
|
@@ -16427,7 +16427,7 @@
|
|
|
16427
16427
|
},
|
|
16428
16428
|
"locationInModule": {
|
|
16429
16429
|
"filename": "lib/triggers/workflow.ts",
|
|
16430
|
-
"line":
|
|
16430
|
+
"line": 181
|
|
16431
16431
|
},
|
|
16432
16432
|
"name": "addWeeklyScheduledTrigger",
|
|
16433
16433
|
"overrides": "@aws-cdk/aws-glue-alpha.IWorkflow",
|
|
@@ -16463,7 +16463,7 @@
|
|
|
16463
16463
|
},
|
|
16464
16464
|
"locationInModule": {
|
|
16465
16465
|
"filename": "lib/triggers/workflow.ts",
|
|
16466
|
-
"line":
|
|
16466
|
+
"line": 333
|
|
16467
16467
|
},
|
|
16468
16468
|
"name": "buildWorkflowArn",
|
|
16469
16469
|
"parameters": [
|
|
@@ -16499,7 +16499,7 @@
|
|
|
16499
16499
|
"immutable": true,
|
|
16500
16500
|
"locationInModule": {
|
|
16501
16501
|
"filename": "lib/triggers/workflow.ts",
|
|
16502
|
-
"line":
|
|
16502
|
+
"line": 125
|
|
16503
16503
|
},
|
|
16504
16504
|
"name": "workflowArn",
|
|
16505
16505
|
"overrides": "@aws-cdk/aws-glue-alpha.IWorkflow",
|
|
@@ -16516,7 +16516,7 @@
|
|
|
16516
16516
|
"immutable": true,
|
|
16517
16517
|
"locationInModule": {
|
|
16518
16518
|
"filename": "lib/triggers/workflow.ts",
|
|
16519
|
-
"line":
|
|
16519
|
+
"line": 124
|
|
16520
16520
|
},
|
|
16521
16521
|
"name": "workflowName",
|
|
16522
16522
|
"overrides": "@aws-cdk/aws-glue-alpha.IWorkflow",
|
|
@@ -16542,7 +16542,7 @@
|
|
|
16542
16542
|
"kind": "interface",
|
|
16543
16543
|
"locationInModule": {
|
|
16544
16544
|
"filename": "lib/triggers/workflow.ts",
|
|
16545
|
-
"line":
|
|
16545
|
+
"line": 79
|
|
16546
16546
|
},
|
|
16547
16547
|
"name": "WorkflowProps",
|
|
16548
16548
|
"properties": [
|
|
@@ -16556,7 +16556,7 @@
|
|
|
16556
16556
|
"immutable": true,
|
|
16557
16557
|
"locationInModule": {
|
|
16558
16558
|
"filename": "lib/triggers/workflow.ts",
|
|
16559
|
-
"line":
|
|
16559
|
+
"line": 99
|
|
16560
16560
|
},
|
|
16561
16561
|
"name": "defaultRunProperties",
|
|
16562
16562
|
"optional": true,
|
|
@@ -16579,7 +16579,7 @@
|
|
|
16579
16579
|
"immutable": true,
|
|
16580
16580
|
"locationInModule": {
|
|
16581
16581
|
"filename": "lib/triggers/workflow.ts",
|
|
16582
|
-
"line":
|
|
16582
|
+
"line": 92
|
|
16583
16583
|
},
|
|
16584
16584
|
"name": "description",
|
|
16585
16585
|
"optional": true,
|
|
@@ -16597,7 +16597,7 @@
|
|
|
16597
16597
|
"immutable": true,
|
|
16598
16598
|
"locationInModule": {
|
|
16599
16599
|
"filename": "lib/triggers/workflow.ts",
|
|
16600
|
-
"line":
|
|
16600
|
+
"line": 106
|
|
16601
16601
|
},
|
|
16602
16602
|
"name": "maxConcurrentRuns",
|
|
16603
16603
|
"optional": true,
|
|
@@ -16615,7 +16615,7 @@
|
|
|
16615
16615
|
"immutable": true,
|
|
16616
16616
|
"locationInModule": {
|
|
16617
16617
|
"filename": "lib/triggers/workflow.ts",
|
|
16618
|
-
"line":
|
|
16618
|
+
"line": 85
|
|
16619
16619
|
},
|
|
16620
16620
|
"name": "workflowName",
|
|
16621
16621
|
"optional": true,
|
|
@@ -16660,6 +16660,6 @@
|
|
|
16660
16660
|
"symbolId": "lib/storage-parameter:WriteParallel"
|
|
16661
16661
|
}
|
|
16662
16662
|
},
|
|
16663
|
-
"version": "2.
|
|
16663
|
+
"version": "2.178.1-alpha.0",
|
|
16664
16664
|
"fingerprint": "**********"
|
|
16665
16665
|
}
|