@aws-cdk/aws-glue-alpha 2.194.0-alpha.0 → 2.196.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. package/.jsii +553 -265
  2. package/.jsii.tabl.json.gz +0 -0
  3. package/lib/code.js +3 -3
  4. package/lib/connection.d.ts +2 -0
  5. package/lib/connection.js +14 -7
  6. package/lib/data-format.js +5 -5
  7. package/lib/data-quality-ruleset.d.ts +2 -0
  8. package/lib/data-quality-ruleset.js +20 -7
  9. package/lib/database.d.ts +2 -0
  10. package/lib/database.js +16 -4
  11. package/lib/external-table.d.ts +2 -0
  12. package/lib/external-table.js +10 -4
  13. package/lib/jobs/job.js +2 -2
  14. package/lib/jobs/pyspark-etl-job.d.ts +2 -0
  15. package/lib/jobs/pyspark-etl-job.js +16 -4
  16. package/lib/jobs/pyspark-flex-etl-job.d.ts +2 -0
  17. package/lib/jobs/pyspark-flex-etl-job.js +16 -4
  18. package/lib/jobs/pyspark-streaming-job.d.ts +2 -0
  19. package/lib/jobs/pyspark-streaming-job.js +16 -4
  20. package/lib/jobs/python-shell-job.d.ts +2 -0
  21. package/lib/jobs/python-shell-job.js +16 -4
  22. package/lib/jobs/ray-job.d.ts +2 -0
  23. package/lib/jobs/ray-job.js +16 -4
  24. package/lib/jobs/scala-spark-etl-job.d.ts +2 -0
  25. package/lib/jobs/scala-spark-etl-job.js +16 -4
  26. package/lib/jobs/scala-spark-flex-etl-job.d.ts +2 -0
  27. package/lib/jobs/scala-spark-flex-etl-job.js +16 -4
  28. package/lib/jobs/scala-spark-streaming-job.d.ts +2 -0
  29. package/lib/jobs/scala-spark-streaming-job.js +16 -4
  30. package/lib/jobs/spark-job.js +1 -1
  31. package/lib/s3-table.d.ts +2 -0
  32. package/lib/s3-table.js +10 -4
  33. package/lib/schema.js +1 -1
  34. package/lib/security-configuration.d.ts +2 -0
  35. package/lib/security-configuration.js +16 -4
  36. package/lib/storage-parameter.js +1 -1
  37. package/lib/table-base.js +1 -1
  38. package/lib/table-deprecated.d.ts +2 -0
  39. package/lib/table-deprecated.js +16 -4
  40. package/lib/triggers/trigger-options.js +1 -1
  41. package/lib/triggers/workflow.d.ts +2 -0
  42. package/lib/triggers/workflow.js +17 -5
  43. 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.194.0",
11
+ "aws-cdk-lib": "^2.196.0",
12
12
  "constructs": "^10.0.0"
13
13
  },
14
14
  "dependencyClosure": {
@@ -3516,6 +3516,19 @@
3516
3516
  }
3517
3517
  }
3518
3518
  },
3519
+ "aws-cdk-lib.aws_ssmguiconnect": {
3520
+ "targets": {
3521
+ "dotnet": {
3522
+ "package": "Amazon.CDK.AWS.SSMGuiConnect"
3523
+ },
3524
+ "java": {
3525
+ "package": "software.amazon.awscdk.services.ssmguiconnect"
3526
+ },
3527
+ "python": {
3528
+ "module": "aws_cdk.aws_ssmguiconnect"
3529
+ }
3530
+ }
3531
+ },
3519
3532
  "aws-cdk-lib.aws_ssmincidents": {
3520
3533
  "targets": {
3521
3534
  "dotnet": {
@@ -3952,7 +3965,7 @@
3952
3965
  "stability": "experimental"
3953
3966
  },
3954
3967
  "homepage": "https://github.com/aws/aws-cdk",
3955
- "jsiiVersion": "5.7.10 (build 5114b23)",
3968
+ "jsiiVersion": "5.7.15 (build 8c2933f)",
3956
3969
  "keywords": [
3957
3970
  "aws",
3958
3971
  "cdk",
@@ -4379,7 +4392,7 @@
4379
4392
  "kind": "interface",
4380
4393
  "locationInModule": {
4381
4394
  "filename": "lib/security-configuration.ts",
4382
- "line": 84
4395
+ "line": 85
4383
4396
  },
4384
4397
  "name": "CloudWatchEncryption",
4385
4398
  "properties": [
@@ -4392,7 +4405,7 @@
4392
4405
  "immutable": true,
4393
4406
  "locationInModule": {
4394
4407
  "filename": "lib/security-configuration.ts",
4395
- "line": 88
4408
+ "line": 89
4396
4409
  },
4397
4410
  "name": "mode",
4398
4411
  "type": {
@@ -4409,7 +4422,7 @@
4409
4422
  "immutable": true,
4410
4423
  "locationInModule": {
4411
4424
  "filename": "lib/security-configuration.ts",
4412
- "line": 94
4425
+ "line": 95
4413
4426
  },
4414
4427
  "name": "kmsKey",
4415
4428
  "optional": true,
@@ -4435,7 +4448,7 @@
4435
4448
  "kind": "enum",
4436
4449
  "locationInModule": {
4437
4450
  "filename": "lib/security-configuration.ts",
4438
- "line": 43
4451
+ "line": 44
4439
4452
  },
4440
4453
  "members": [
4441
4454
  {
@@ -4982,7 +4995,7 @@
4982
4995
  },
4983
4996
  "locationInModule": {
4984
4997
  "filename": "lib/connection.ts",
4985
- "line": 301
4998
+ "line": 306
4986
4999
  },
4987
5000
  "parameters": [
4988
5001
  {
@@ -5011,7 +5024,7 @@
5011
5024
  "kind": "class",
5012
5025
  "locationInModule": {
5013
5026
  "filename": "lib/connection.ts",
5014
- "line": 248
5027
+ "line": 249
5015
5028
  },
5016
5029
  "methods": [
5017
5030
  {
@@ -5021,7 +5034,7 @@
5021
5034
  },
5022
5035
  "locationInModule": {
5023
5036
  "filename": "lib/connection.ts",
5024
- "line": 256
5037
+ "line": 261
5025
5038
  },
5026
5039
  "name": "fromConnectionArn",
5027
5040
  "parameters": [
@@ -5067,7 +5080,7 @@
5067
5080
  },
5068
5081
  "locationInModule": {
5069
5082
  "filename": "lib/connection.ts",
5070
- "line": 272
5083
+ "line": 277
5071
5084
  },
5072
5085
  "name": "fromConnectionName",
5073
5086
  "parameters": [
@@ -5113,7 +5126,7 @@
5113
5126
  },
5114
5127
  "locationInModule": {
5115
5128
  "filename": "lib/connection.ts",
5116
- "line": 338
5129
+ "line": 343
5117
5130
  },
5118
5131
  "name": "addProperty",
5119
5132
  "parameters": [
@@ -5140,6 +5153,23 @@
5140
5153
  ],
5141
5154
  "name": "Connection",
5142
5155
  "properties": [
5156
+ {
5157
+ "const": true,
5158
+ "docs": {
5159
+ "stability": "experimental",
5160
+ "summary": "Uniquely identifies this class."
5161
+ },
5162
+ "immutable": true,
5163
+ "locationInModule": {
5164
+ "filename": "lib/connection.ts",
5165
+ "line": 252
5166
+ },
5167
+ "name": "PROPERTY_INJECTION_ID",
5168
+ "static": true,
5169
+ "type": {
5170
+ "primitive": "string"
5171
+ }
5172
+ },
5143
5173
  {
5144
5174
  "docs": {
5145
5175
  "stability": "experimental",
@@ -5148,7 +5178,7 @@
5148
5178
  "immutable": true,
5149
5179
  "locationInModule": {
5150
5180
  "filename": "lib/connection.ts",
5151
- "line": 292
5181
+ "line": 297
5152
5182
  },
5153
5183
  "name": "connectionArn",
5154
5184
  "overrides": "@aws-cdk/aws-glue-alpha.IConnection",
@@ -5164,7 +5194,7 @@
5164
5194
  "immutable": true,
5165
5195
  "locationInModule": {
5166
5196
  "filename": "lib/connection.ts",
5167
- "line": 297
5197
+ "line": 302
5168
5198
  },
5169
5199
  "name": "connectionName",
5170
5200
  "overrides": "@aws-cdk/aws-glue-alpha.IConnection",
@@ -5190,7 +5220,7 @@
5190
5220
  "kind": "interface",
5191
5221
  "locationInModule": {
5192
5222
  "filename": "lib/connection.ts",
5193
- "line": 195
5223
+ "line": 196
5194
5224
  },
5195
5225
  "name": "ConnectionOptions",
5196
5226
  "properties": [
@@ -5204,7 +5234,7 @@
5204
5234
  "immutable": true,
5205
5235
  "locationInModule": {
5206
5236
  "filename": "lib/connection.ts",
5207
- "line": 200
5237
+ "line": 201
5208
5238
  },
5209
5239
  "name": "connectionName",
5210
5240
  "optional": true,
@@ -5222,7 +5252,7 @@
5222
5252
  "immutable": true,
5223
5253
  "locationInModule": {
5224
5254
  "filename": "lib/connection.ts",
5225
- "line": 206
5255
+ "line": 207
5226
5256
  },
5227
5257
  "name": "description",
5228
5258
  "optional": true,
@@ -5241,7 +5271,7 @@
5241
5271
  "immutable": true,
5242
5272
  "locationInModule": {
5243
5273
  "filename": "lib/connection.ts",
5244
- "line": 220
5274
+ "line": 221
5245
5275
  },
5246
5276
  "name": "matchCriteria",
5247
5277
  "optional": true,
@@ -5265,7 +5295,7 @@
5265
5295
  "immutable": true,
5266
5296
  "locationInModule": {
5267
5297
  "filename": "lib/connection.ts",
5268
- "line": 213
5298
+ "line": 214
5269
5299
  },
5270
5300
  "name": "properties",
5271
5301
  "optional": true,
@@ -5288,7 +5318,7 @@
5288
5318
  "immutable": true,
5289
5319
  "locationInModule": {
5290
5320
  "filename": "lib/connection.ts",
5291
- "line": 226
5321
+ "line": 227
5292
5322
  },
5293
5323
  "name": "securityGroups",
5294
5324
  "optional": true,
@@ -5312,7 +5342,7 @@
5312
5342
  "immutable": true,
5313
5343
  "locationInModule": {
5314
5344
  "filename": "lib/connection.ts",
5315
- "line": 232
5345
+ "line": 233
5316
5346
  },
5317
5347
  "name": "subnet",
5318
5348
  "optional": true,
@@ -5341,7 +5371,7 @@
5341
5371
  "kind": "interface",
5342
5372
  "locationInModule": {
5343
5373
  "filename": "lib/connection.ts",
5344
- "line": 238
5374
+ "line": 239
5345
5375
  },
5346
5376
  "name": "ConnectionProps",
5347
5377
  "properties": [
@@ -5354,7 +5384,7 @@
5354
5384
  "immutable": true,
5355
5385
  "locationInModule": {
5356
5386
  "filename": "lib/connection.ts",
5357
- "line": 242
5387
+ "line": 243
5358
5388
  },
5359
5389
  "name": "type",
5360
5390
  "type": {
@@ -5383,7 +5413,7 @@
5383
5413
  },
5384
5414
  "locationInModule": {
5385
5415
  "filename": "lib/connection.ts",
5386
- "line": 163
5416
+ "line": 164
5387
5417
  },
5388
5418
  "parameters": [
5389
5419
  {
@@ -5397,7 +5427,7 @@
5397
5427
  "kind": "class",
5398
5428
  "locationInModule": {
5399
5429
  "filename": "lib/connection.ts",
5400
- "line": 15
5430
+ "line": 16
5401
5431
  },
5402
5432
  "methods": [
5403
5433
  {
@@ -5407,7 +5437,7 @@
5407
5437
  },
5408
5438
  "locationInModule": {
5409
5439
  "filename": "lib/connection.ts",
5410
- "line": 170
5440
+ "line": 171
5411
5441
  },
5412
5442
  "name": "toString",
5413
5443
  "returns": {
@@ -5428,7 +5458,7 @@
5428
5458
  "immutable": true,
5429
5459
  "locationInModule": {
5430
5460
  "filename": "lib/connection.ts",
5431
- "line": 56
5461
+ "line": 57
5432
5462
  },
5433
5463
  "name": "CUSTOM",
5434
5464
  "static": true,
@@ -5445,7 +5475,7 @@
5445
5475
  "immutable": true,
5446
5476
  "locationInModule": {
5447
5477
  "filename": "lib/connection.ts",
5448
- "line": 61
5478
+ "line": 62
5449
5479
  },
5450
5480
  "name": "FACEBOOKADS",
5451
5481
  "static": true,
@@ -5462,7 +5492,7 @@
5462
5492
  "immutable": true,
5463
5493
  "locationInModule": {
5464
5494
  "filename": "lib/connection.ts",
5465
- "line": 66
5495
+ "line": 67
5466
5496
  },
5467
5497
  "name": "GOOGLEADS",
5468
5498
  "static": true,
@@ -5479,7 +5509,7 @@
5479
5509
  "immutable": true,
5480
5510
  "locationInModule": {
5481
5511
  "filename": "lib/connection.ts",
5482
- "line": 76
5512
+ "line": 77
5483
5513
  },
5484
5514
  "name": "GOOGLEANALYTICS4",
5485
5515
  "static": true,
@@ -5496,7 +5526,7 @@
5496
5526
  "immutable": true,
5497
5527
  "locationInModule": {
5498
5528
  "filename": "lib/connection.ts",
5499
- "line": 71
5529
+ "line": 72
5500
5530
  },
5501
5531
  "name": "GOOGLESHEETS",
5502
5532
  "static": true,
@@ -5513,7 +5543,7 @@
5513
5543
  "immutable": true,
5514
5544
  "locationInModule": {
5515
5545
  "filename": "lib/connection.ts",
5516
- "line": 81
5546
+ "line": 82
5517
5547
  },
5518
5548
  "name": "HUBSPOT",
5519
5549
  "static": true,
@@ -5530,7 +5560,7 @@
5530
5560
  "immutable": true,
5531
5561
  "locationInModule": {
5532
5562
  "filename": "lib/connection.ts",
5533
- "line": 86
5563
+ "line": 87
5534
5564
  },
5535
5565
  "name": "INSTAGRAMADS",
5536
5566
  "static": true,
@@ -5547,7 +5577,7 @@
5547
5577
  "immutable": true,
5548
5578
  "locationInModule": {
5549
5579
  "filename": "lib/connection.ts",
5550
- "line": 91
5580
+ "line": 92
5551
5581
  },
5552
5582
  "name": "INTERCOM",
5553
5583
  "static": true,
@@ -5564,7 +5594,7 @@
5564
5594
  "immutable": true,
5565
5595
  "locationInModule": {
5566
5596
  "filename": "lib/connection.ts",
5567
- "line": 19
5597
+ "line": 20
5568
5598
  },
5569
5599
  "name": "JDBC",
5570
5600
  "static": true,
@@ -5581,7 +5611,7 @@
5581
5611
  "immutable": true,
5582
5612
  "locationInModule": {
5583
5613
  "filename": "lib/connection.ts",
5584
- "line": 96
5614
+ "line": 97
5585
5615
  },
5586
5616
  "name": "JIRACLOUD",
5587
5617
  "static": true,
@@ -5598,7 +5628,7 @@
5598
5628
  "immutable": true,
5599
5629
  "locationInModule": {
5600
5630
  "filename": "lib/connection.ts",
5601
- "line": 24
5631
+ "line": 25
5602
5632
  },
5603
5633
  "name": "KAFKA",
5604
5634
  "static": true,
@@ -5615,7 +5645,7 @@
5615
5645
  "immutable": true,
5616
5646
  "locationInModule": {
5617
5647
  "filename": "lib/connection.ts",
5618
- "line": 101
5648
+ "line": 102
5619
5649
  },
5620
5650
  "name": "MARKETO",
5621
5651
  "static": true,
@@ -5632,7 +5662,7 @@
5632
5662
  "immutable": true,
5633
5663
  "locationInModule": {
5634
5664
  "filename": "lib/connection.ts",
5635
- "line": 50
5665
+ "line": 51
5636
5666
  },
5637
5667
  "name": "MARKETPLACE",
5638
5668
  "static": true,
@@ -5649,7 +5679,7 @@
5649
5679
  "immutable": true,
5650
5680
  "locationInModule": {
5651
5681
  "filename": "lib/connection.ts",
5652
- "line": 29
5682
+ "line": 30
5653
5683
  },
5654
5684
  "name": "MONGODB",
5655
5685
  "static": true,
@@ -5666,7 +5696,7 @@
5666
5696
  "immutable": true,
5667
5697
  "locationInModule": {
5668
5698
  "filename": "lib/connection.ts",
5669
- "line": 106
5699
+ "line": 107
5670
5700
  },
5671
5701
  "name": "NETSUITEERP",
5672
5702
  "static": true,
@@ -5683,7 +5713,7 @@
5683
5713
  "immutable": true,
5684
5714
  "locationInModule": {
5685
5715
  "filename": "lib/connection.ts",
5686
- "line": 44
5716
+ "line": 45
5687
5717
  },
5688
5718
  "name": "NETWORK",
5689
5719
  "static": true,
@@ -5700,7 +5730,7 @@
5700
5730
  "immutable": true,
5701
5731
  "locationInModule": {
5702
5732
  "filename": "lib/connection.ts",
5703
- "line": 111
5733
+ "line": 112
5704
5734
  },
5705
5735
  "name": "SALESFORCE",
5706
5736
  "static": true,
@@ -5717,7 +5747,7 @@
5717
5747
  "immutable": true,
5718
5748
  "locationInModule": {
5719
5749
  "filename": "lib/connection.ts",
5720
- "line": 116
5750
+ "line": 117
5721
5751
  },
5722
5752
  "name": "SALESFORCEMARKETINGCLOUD",
5723
5753
  "static": true,
@@ -5734,7 +5764,7 @@
5734
5764
  "immutable": true,
5735
5765
  "locationInModule": {
5736
5766
  "filename": "lib/connection.ts",
5737
- "line": 121
5767
+ "line": 122
5738
5768
  },
5739
5769
  "name": "SALESFORCEPARDOT",
5740
5770
  "static": true,
@@ -5751,7 +5781,7 @@
5751
5781
  "immutable": true,
5752
5782
  "locationInModule": {
5753
5783
  "filename": "lib/connection.ts",
5754
- "line": 126
5784
+ "line": 127
5755
5785
  },
5756
5786
  "name": "SAPODATA",
5757
5787
  "static": true,
@@ -5768,7 +5798,7 @@
5768
5798
  "immutable": true,
5769
5799
  "locationInModule": {
5770
5800
  "filename": "lib/connection.ts",
5771
- "line": 131
5801
+ "line": 132
5772
5802
  },
5773
5803
  "name": "SERVICENOW",
5774
5804
  "static": true,
@@ -5785,7 +5815,7 @@
5785
5815
  "immutable": true,
5786
5816
  "locationInModule": {
5787
5817
  "filename": "lib/connection.ts",
5788
- "line": 136
5818
+ "line": 137
5789
5819
  },
5790
5820
  "name": "SLACK",
5791
5821
  "static": true,
@@ -5802,7 +5832,7 @@
5802
5832
  "immutable": true,
5803
5833
  "locationInModule": {
5804
5834
  "filename": "lib/connection.ts",
5805
- "line": 141
5835
+ "line": 142
5806
5836
  },
5807
5837
  "name": "SNAPCHATADS",
5808
5838
  "static": true,
@@ -5819,7 +5849,7 @@
5819
5849
  "immutable": true,
5820
5850
  "locationInModule": {
5821
5851
  "filename": "lib/connection.ts",
5822
- "line": 146
5852
+ "line": 147
5823
5853
  },
5824
5854
  "name": "STRIPE",
5825
5855
  "static": true,
@@ -5836,7 +5866,7 @@
5836
5866
  "immutable": true,
5837
5867
  "locationInModule": {
5838
5868
  "filename": "lib/connection.ts",
5839
- "line": 39
5869
+ "line": 40
5840
5870
  },
5841
5871
  "name": "VIEW_VALIDATION_ATHENA",
5842
5872
  "static": true,
@@ -5853,7 +5883,7 @@
5853
5883
  "immutable": true,
5854
5884
  "locationInModule": {
5855
5885
  "filename": "lib/connection.ts",
5856
- "line": 34
5886
+ "line": 35
5857
5887
  },
5858
5888
  "name": "VIEW_VALIDATION_REDSHIFT",
5859
5889
  "static": true,
@@ -5870,7 +5900,7 @@
5870
5900
  "immutable": true,
5871
5901
  "locationInModule": {
5872
5902
  "filename": "lib/connection.ts",
5873
- "line": 151
5903
+ "line": 152
5874
5904
  },
5875
5905
  "name": "ZENDESK",
5876
5906
  "static": true,
@@ -5887,7 +5917,7 @@
5887
5917
  "immutable": true,
5888
5918
  "locationInModule": {
5889
5919
  "filename": "lib/connection.ts",
5890
- "line": 156
5920
+ "line": 157
5891
5921
  },
5892
5922
  "name": "ZOHOCRM",
5893
5923
  "static": true,
@@ -5903,7 +5933,7 @@
5903
5933
  "immutable": true,
5904
5934
  "locationInModule": {
5905
5935
  "filename": "lib/connection.ts",
5906
- "line": 161
5936
+ "line": 162
5907
5937
  },
5908
5938
  "name": "name",
5909
5939
  "type": {
@@ -6537,7 +6567,7 @@
6537
6567
  },
6538
6568
  "locationInModule": {
6539
6569
  "filename": "lib/data-quality-ruleset.ts",
6540
- "line": 122
6570
+ "line": 127
6541
6571
  },
6542
6572
  "parameters": [
6543
6573
  {
@@ -6566,7 +6596,7 @@
6566
6596
  "kind": "class",
6567
6597
  "locationInModule": {
6568
6598
  "filename": "lib/data-quality-ruleset.ts",
6569
- "line": 85
6599
+ "line": 86
6570
6600
  },
6571
6601
  "methods": [
6572
6602
  {
@@ -6575,7 +6605,7 @@
6575
6605
  },
6576
6606
  "locationInModule": {
6577
6607
  "filename": "lib/data-quality-ruleset.ts",
6578
- "line": 86
6608
+ "line": 91
6579
6609
  },
6580
6610
  "name": "fromRulesetArn",
6581
6611
  "parameters": [
@@ -6611,7 +6641,7 @@
6611
6641
  },
6612
6642
  "locationInModule": {
6613
6643
  "filename": "lib/data-quality-ruleset.ts",
6614
- "line": 95
6644
+ "line": 100
6615
6645
  },
6616
6646
  "name": "fromRulesetName",
6617
6647
  "parameters": [
@@ -6644,6 +6674,23 @@
6644
6674
  ],
6645
6675
  "name": "DataQualityRuleset",
6646
6676
  "properties": [
6677
+ {
6678
+ "const": true,
6679
+ "docs": {
6680
+ "stability": "experimental",
6681
+ "summary": "Uniquely identifies this class."
6682
+ },
6683
+ "immutable": true,
6684
+ "locationInModule": {
6685
+ "filename": "lib/data-quality-ruleset.ts",
6686
+ "line": 89
6687
+ },
6688
+ "name": "PROPERTY_INJECTION_ID",
6689
+ "static": true,
6690
+ "type": {
6691
+ "primitive": "string"
6692
+ }
6693
+ },
6647
6694
  {
6648
6695
  "docs": {
6649
6696
  "stability": "experimental",
@@ -6652,7 +6699,7 @@
6652
6699
  "immutable": true,
6653
6700
  "locationInModule": {
6654
6701
  "filename": "lib/data-quality-ruleset.ts",
6655
- "line": 120
6702
+ "line": 125
6656
6703
  },
6657
6704
  "name": "rulesetArn",
6658
6705
  "overrides": "@aws-cdk/aws-glue-alpha.IDataQualityRuleset",
@@ -6668,7 +6715,7 @@
6668
6715
  "immutable": true,
6669
6716
  "locationInModule": {
6670
6717
  "filename": "lib/data-quality-ruleset.ts",
6671
- "line": 115
6718
+ "line": 120
6672
6719
  },
6673
6720
  "name": "rulesetName",
6674
6721
  "overrides": "@aws-cdk/aws-glue-alpha.IDataQualityRuleset",
@@ -6694,7 +6741,7 @@
6694
6741
  "kind": "interface",
6695
6742
  "locationInModule": {
6696
6743
  "filename": "lib/data-quality-ruleset.ts",
6697
- "line": 44
6744
+ "line": 45
6698
6745
  },
6699
6746
  "name": "DataQualityRulesetProps",
6700
6747
  "properties": [
@@ -6710,7 +6757,7 @@
6710
6757
  "immutable": true,
6711
6758
  "locationInModule": {
6712
6759
  "filename": "lib/data-quality-ruleset.ts",
6713
- "line": 67
6760
+ "line": 68
6714
6761
  },
6715
6762
  "name": "rulesetDqdl",
6716
6763
  "type": {
@@ -6729,7 +6776,7 @@
6729
6776
  "immutable": true,
6730
6777
  "locationInModule": {
6731
6778
  "filename": "lib/data-quality-ruleset.ts",
6732
- "line": 79
6779
+ "line": 80
6733
6780
  },
6734
6781
  "name": "targetTable",
6735
6782
  "type": {
@@ -6748,7 +6795,7 @@
6748
6795
  "immutable": true,
6749
6796
  "locationInModule": {
6750
6797
  "filename": "lib/data-quality-ruleset.ts",
6751
- "line": 55
6798
+ "line": 56
6752
6799
  },
6753
6800
  "name": "clientToken",
6754
6801
  "optional": true,
@@ -6768,7 +6815,7 @@
6768
6815
  "immutable": true,
6769
6816
  "locationInModule": {
6770
6817
  "filename": "lib/data-quality-ruleset.ts",
6771
- "line": 61
6818
+ "line": 62
6772
6819
  },
6773
6820
  "name": "description",
6774
6821
  "optional": true,
@@ -6786,7 +6833,7 @@
6786
6833
  "immutable": true,
6787
6834
  "locationInModule": {
6788
6835
  "filename": "lib/data-quality-ruleset.ts",
6789
- "line": 49
6836
+ "line": 50
6790
6837
  },
6791
6838
  "name": "rulesetName",
6792
6839
  "optional": true,
@@ -6804,7 +6851,7 @@
6804
6851
  "immutable": true,
6805
6852
  "locationInModule": {
6806
6853
  "filename": "lib/data-quality-ruleset.ts",
6807
- "line": 73
6854
+ "line": 74
6808
6855
  },
6809
6856
  "name": "tags",
6810
6857
  "optional": true,
@@ -6837,7 +6884,7 @@
6837
6884
  },
6838
6885
  "locationInModule": {
6839
6886
  "filename": "lib/data-quality-ruleset.ts",
6840
- "line": 21
6887
+ "line": 22
6841
6888
  },
6842
6889
  "parameters": [
6843
6890
  {
@@ -6857,7 +6904,7 @@
6857
6904
  "kind": "class",
6858
6905
  "locationInModule": {
6859
6906
  "filename": "lib/data-quality-ruleset.ts",
6860
- "line": 10
6907
+ "line": 11
6861
6908
  },
6862
6909
  "name": "DataQualityTargetTable",
6863
6910
  "properties": [
@@ -6869,7 +6916,7 @@
6869
6916
  "immutable": true,
6870
6917
  "locationInModule": {
6871
6918
  "filename": "lib/data-quality-ruleset.ts",
6872
- "line": 14
6919
+ "line": 15
6873
6920
  },
6874
6921
  "name": "databaseName",
6875
6922
  "type": {
@@ -6884,7 +6931,7 @@
6884
6931
  "immutable": true,
6885
6932
  "locationInModule": {
6886
6933
  "filename": "lib/data-quality-ruleset.ts",
6887
- "line": 19
6934
+ "line": 20
6888
6935
  },
6889
6936
  "name": "tableName",
6890
6937
  "type": {
@@ -6912,7 +6959,7 @@
6912
6959
  },
6913
6960
  "locationInModule": {
6914
6961
  "filename": "lib/database.ts",
6915
- "line": 98
6962
+ "line": 103
6916
6963
  },
6917
6964
  "parameters": [
6918
6965
  {
@@ -6942,7 +6989,7 @@
6942
6989
  "kind": "class",
6943
6990
  "locationInModule": {
6944
6991
  "filename": "lib/database.ts",
6945
- "line": 59
6992
+ "line": 60
6946
6993
  },
6947
6994
  "methods": [
6948
6995
  {
@@ -6951,7 +6998,7 @@
6951
6998
  },
6952
6999
  "locationInModule": {
6953
7000
  "filename": "lib/database.ts",
6954
- "line": 60
7001
+ "line": 65
6955
7002
  },
6956
7003
  "name": "fromDatabaseArn",
6957
7004
  "parameters": [
@@ -6984,6 +7031,23 @@
6984
7031
  ],
6985
7032
  "name": "Database",
6986
7033
  "properties": [
7034
+ {
7035
+ "const": true,
7036
+ "docs": {
7037
+ "stability": "experimental",
7038
+ "summary": "Uniquely identifies this class."
7039
+ },
7040
+ "immutable": true,
7041
+ "locationInModule": {
7042
+ "filename": "lib/database.ts",
7043
+ "line": 63
7044
+ },
7045
+ "name": "PROPERTY_INJECTION_ID",
7046
+ "static": true,
7047
+ "type": {
7048
+ "primitive": "string"
7049
+ }
7050
+ },
6987
7051
  {
6988
7052
  "docs": {
6989
7053
  "stability": "experimental",
@@ -6992,7 +7056,7 @@
6992
7056
  "immutable": true,
6993
7057
  "locationInModule": {
6994
7058
  "filename": "lib/database.ts",
6995
- "line": 76
7059
+ "line": 81
6996
7060
  },
6997
7061
  "name": "catalogArn",
6998
7062
  "overrides": "@aws-cdk/aws-glue-alpha.IDatabase",
@@ -7008,7 +7072,7 @@
7008
7072
  "immutable": true,
7009
7073
  "locationInModule": {
7010
7074
  "filename": "lib/database.ts",
7011
- "line": 81
7075
+ "line": 86
7012
7076
  },
7013
7077
  "name": "catalogId",
7014
7078
  "overrides": "@aws-cdk/aws-glue-alpha.IDatabase",
@@ -7024,7 +7088,7 @@
7024
7088
  "immutable": true,
7025
7089
  "locationInModule": {
7026
7090
  "filename": "lib/database.ts",
7027
- "line": 86
7091
+ "line": 91
7028
7092
  },
7029
7093
  "name": "databaseArn",
7030
7094
  "overrides": "@aws-cdk/aws-glue-alpha.IDatabase",
@@ -7040,7 +7104,7 @@
7040
7104
  "immutable": true,
7041
7105
  "locationInModule": {
7042
7106
  "filename": "lib/database.ts",
7043
- "line": 91
7107
+ "line": 96
7044
7108
  },
7045
7109
  "name": "databaseName",
7046
7110
  "overrides": "@aws-cdk/aws-glue-alpha.IDatabase",
@@ -7056,7 +7120,7 @@
7056
7120
  "immutable": true,
7057
7121
  "locationInModule": {
7058
7122
  "filename": "lib/database.ts",
7059
- "line": 96
7123
+ "line": 101
7060
7124
  },
7061
7125
  "name": "locationUri",
7062
7126
  "optional": true,
@@ -7081,7 +7145,7 @@
7081
7145
  "kind": "interface",
7082
7146
  "locationInModule": {
7083
7147
  "filename": "lib/database.ts",
7084
- "line": 32
7148
+ "line": 33
7085
7149
  },
7086
7150
  "name": "DatabaseProps",
7087
7151
  "properties": [
@@ -7095,7 +7159,7 @@
7095
7159
  "immutable": true,
7096
7160
  "locationInModule": {
7097
7161
  "filename": "lib/database.ts",
7098
- "line": 38
7162
+ "line": 39
7099
7163
  },
7100
7164
  "name": "databaseName",
7101
7165
  "optional": true,
@@ -7113,7 +7177,7 @@
7113
7177
  "immutable": true,
7114
7178
  "locationInModule": {
7115
7179
  "filename": "lib/database.ts",
7116
- "line": 53
7180
+ "line": 54
7117
7181
  },
7118
7182
  "name": "description",
7119
7183
  "optional": true,
@@ -7132,7 +7196,7 @@
7132
7196
  "immutable": true,
7133
7197
  "locationInModule": {
7134
7198
  "filename": "lib/database.ts",
7135
- "line": 46
7199
+ "line": 47
7136
7200
  },
7137
7201
  "name": "locationUri",
7138
7202
  "optional": true,
@@ -7250,7 +7314,7 @@
7250
7314
  },
7251
7315
  "locationInModule": {
7252
7316
  "filename": "lib/external-table.ts",
7253
- "line": 54
7317
+ "line": 58
7254
7318
  },
7255
7319
  "parameters": [
7256
7320
  {
@@ -7276,7 +7340,7 @@
7276
7340
  "kind": "class",
7277
7341
  "locationInModule": {
7278
7342
  "filename": "lib/external-table.ts",
7279
- "line": 31
7343
+ "line": 32
7280
7344
  },
7281
7345
  "methods": [
7282
7346
  {
@@ -7286,7 +7350,7 @@
7286
7350
  },
7287
7351
  "locationInModule": {
7288
7352
  "filename": "lib/external-table.ts",
7289
- "line": 121
7353
+ "line": 125
7290
7354
  },
7291
7355
  "name": "grantRead",
7292
7356
  "overrides": "@aws-cdk/aws-glue-alpha.TableBase",
@@ -7314,7 +7378,7 @@
7314
7378
  },
7315
7379
  "locationInModule": {
7316
7380
  "filename": "lib/external-table.ts",
7317
- "line": 143
7381
+ "line": 147
7318
7382
  },
7319
7383
  "name": "grantReadWrite",
7320
7384
  "overrides": "@aws-cdk/aws-glue-alpha.TableBase",
@@ -7342,7 +7406,7 @@
7342
7406
  },
7343
7407
  "locationInModule": {
7344
7408
  "filename": "lib/external-table.ts",
7345
- "line": 132
7409
+ "line": 136
7346
7410
  },
7347
7411
  "name": "grantWrite",
7348
7412
  "overrides": "@aws-cdk/aws-glue-alpha.TableBase",
@@ -7366,6 +7430,23 @@
7366
7430
  ],
7367
7431
  "name": "ExternalTable",
7368
7432
  "properties": [
7433
+ {
7434
+ "const": true,
7435
+ "docs": {
7436
+ "stability": "experimental",
7437
+ "summary": "Uniquely identifies this class."
7438
+ },
7439
+ "immutable": true,
7440
+ "locationInModule": {
7441
+ "filename": "lib/external-table.ts",
7442
+ "line": 35
7443
+ },
7444
+ "name": "PROPERTY_INJECTION_ID",
7445
+ "static": true,
7446
+ "type": {
7447
+ "primitive": "string"
7448
+ }
7449
+ },
7369
7450
  {
7370
7451
  "docs": {
7371
7452
  "stability": "experimental",
@@ -7374,7 +7455,7 @@
7374
7455
  "immutable": true,
7375
7456
  "locationInModule": {
7376
7457
  "filename": "lib/external-table.ts",
7377
- "line": 45
7458
+ "line": 49
7378
7459
  },
7379
7460
  "name": "connection",
7380
7461
  "type": {
@@ -7389,7 +7470,7 @@
7389
7470
  "immutable": true,
7390
7471
  "locationInModule": {
7391
7472
  "filename": "lib/external-table.ts",
7392
- "line": 40
7473
+ "line": 44
7393
7474
  },
7394
7475
  "name": "tableArn",
7395
7476
  "overrides": "@aws-cdk/aws-glue-alpha.TableBase",
@@ -7405,7 +7486,7 @@
7405
7486
  "immutable": true,
7406
7487
  "locationInModule": {
7407
7488
  "filename": "lib/external-table.ts",
7408
- "line": 35
7489
+ "line": 39
7409
7490
  },
7410
7491
  "name": "tableName",
7411
7492
  "overrides": "@aws-cdk/aws-glue-alpha.TableBase",
@@ -7420,7 +7501,7 @@
7420
7501
  "immutable": true,
7421
7502
  "locationInModule": {
7422
7503
  "filename": "lib/external-table.ts",
7423
- "line": 52
7504
+ "line": 56
7424
7505
  },
7425
7506
  "name": "tableResource",
7426
7507
  "overrides": "@aws-cdk/aws-glue-alpha.TableBase",
@@ -7437,7 +7518,7 @@
7437
7518
  "immutable": true,
7438
7519
  "locationInModule": {
7439
7520
  "filename": "lib/external-table.ts",
7440
- "line": 50
7521
+ "line": 54
7441
7522
  },
7442
7523
  "name": "partitionIndexes",
7443
7524
  "optional": true,
@@ -7471,7 +7552,7 @@
7471
7552
  "kind": "interface",
7472
7553
  "locationInModule": {
7473
7554
  "filename": "lib/external-table.ts",
7474
- "line": 9
7555
+ "line": 10
7475
7556
  },
7476
7557
  "name": "ExternalTableProps",
7477
7558
  "properties": [
@@ -7485,7 +7566,7 @@
7485
7566
  "immutable": true,
7486
7567
  "locationInModule": {
7487
7568
  "filename": "lib/external-table.ts",
7488
- "line": 15
7569
+ "line": 16
7489
7570
  },
7490
7571
  "name": "connection",
7491
7572
  "type": {
@@ -7503,7 +7584,7 @@
7503
7584
  "immutable": true,
7504
7585
  "locationInModule": {
7505
7586
  "filename": "lib/external-table.ts",
7506
- "line": 24
7587
+ "line": 25
7507
7588
  },
7508
7589
  "name": "externalDataLocation",
7509
7590
  "type": {
@@ -7590,7 +7671,7 @@
7590
7671
  "kind": "interface",
7591
7672
  "locationInModule": {
7592
7673
  "filename": "lib/connection.ts",
7593
- "line": 178
7674
+ "line": 179
7594
7675
  },
7595
7676
  "name": "IConnection",
7596
7677
  "properties": [
@@ -7606,7 +7687,7 @@
7606
7687
  "immutable": true,
7607
7688
  "locationInModule": {
7608
7689
  "filename": "lib/connection.ts",
7609
- "line": 189
7690
+ "line": 190
7610
7691
  },
7611
7692
  "name": "connectionArn",
7612
7693
  "type": {
@@ -7625,7 +7706,7 @@
7625
7706
  "immutable": true,
7626
7707
  "locationInModule": {
7627
7708
  "filename": "lib/connection.ts",
7628
- "line": 183
7709
+ "line": 184
7629
7710
  },
7630
7711
  "name": "connectionName",
7631
7712
  "type": {
@@ -7647,7 +7728,7 @@
7647
7728
  "kind": "interface",
7648
7729
  "locationInModule": {
7649
7730
  "filename": "lib/data-quality-ruleset.ts",
7650
- "line": 27
7731
+ "line": 28
7651
7732
  },
7652
7733
  "name": "IDataQualityRuleset",
7653
7734
  "properties": [
@@ -7663,7 +7744,7 @@
7663
7744
  "immutable": true,
7664
7745
  "locationInModule": {
7665
7746
  "filename": "lib/data-quality-ruleset.ts",
7666
- "line": 32
7747
+ "line": 33
7667
7748
  },
7668
7749
  "name": "rulesetArn",
7669
7750
  "type": {
@@ -7682,7 +7763,7 @@
7682
7763
  "immutable": true,
7683
7764
  "locationInModule": {
7684
7765
  "filename": "lib/data-quality-ruleset.ts",
7685
- "line": 38
7766
+ "line": 39
7686
7767
  },
7687
7768
  "name": "rulesetName",
7688
7769
  "type": {
@@ -7704,7 +7785,7 @@
7704
7785
  "kind": "interface",
7705
7786
  "locationInModule": {
7706
7787
  "filename": "lib/database.ts",
7707
- "line": 6
7788
+ "line": 7
7708
7789
  },
7709
7790
  "name": "IDatabase",
7710
7791
  "properties": [
@@ -7717,7 +7798,7 @@
7717
7798
  "immutable": true,
7718
7799
  "locationInModule": {
7719
7800
  "filename": "lib/database.ts",
7720
- "line": 10
7801
+ "line": 11
7721
7802
  },
7722
7803
  "name": "catalogArn",
7723
7804
  "type": {
@@ -7733,7 +7814,7 @@
7733
7814
  "immutable": true,
7734
7815
  "locationInModule": {
7735
7816
  "filename": "lib/database.ts",
7736
- "line": 15
7817
+ "line": 16
7737
7818
  },
7738
7819
  "name": "catalogId",
7739
7820
  "type": {
@@ -7752,7 +7833,7 @@
7752
7833
  "immutable": true,
7753
7834
  "locationInModule": {
7754
7835
  "filename": "lib/database.ts",
7755
- "line": 22
7836
+ "line": 23
7756
7837
  },
7757
7838
  "name": "databaseArn",
7758
7839
  "type": {
@@ -7771,7 +7852,7 @@
7771
7852
  "immutable": true,
7772
7853
  "locationInModule": {
7773
7854
  "filename": "lib/database.ts",
7774
- "line": 29
7855
+ "line": 30
7775
7856
  },
7776
7857
  "name": "databaseName",
7777
7858
  "type": {
@@ -8113,7 +8194,7 @@
8113
8194
  "kind": "interface",
8114
8195
  "locationInModule": {
8115
8196
  "filename": "lib/security-configuration.ts",
8116
- "line": 11
8197
+ "line": 12
8117
8198
  },
8118
8199
  "name": "ISecurityConfiguration",
8119
8200
  "properties": [
@@ -8129,7 +8210,7 @@
8129
8210
  "immutable": true,
8130
8211
  "locationInModule": {
8131
8212
  "filename": "lib/security-configuration.ts",
8132
- "line": 16
8213
+ "line": 17
8133
8214
  },
8134
8215
  "name": "securityConfigurationName",
8135
8216
  "type": {
@@ -8208,7 +8289,7 @@
8208
8289
  "kind": "interface",
8209
8290
  "locationInModule": {
8210
8291
  "filename": "lib/triggers/workflow.ts",
8211
- "line": 26
8292
+ "line": 27
8212
8293
  },
8213
8294
  "methods": [
8214
8295
  {
@@ -8219,7 +8300,7 @@
8219
8300
  },
8220
8301
  "locationInModule": {
8221
8302
  "filename": "lib/triggers/workflow.ts",
8222
- "line": 57
8303
+ "line": 58
8223
8304
  },
8224
8305
  "name": "addCustomScheduledTrigger",
8225
8306
  "parameters": [
@@ -8250,7 +8331,7 @@
8250
8331
  },
8251
8332
  "locationInModule": {
8252
8333
  "filename": "lib/triggers/workflow.ts",
8253
- "line": 47
8334
+ "line": 48
8254
8335
  },
8255
8336
  "name": "addDailyScheduledTrigger",
8256
8337
  "parameters": [
@@ -8281,7 +8362,7 @@
8281
8362
  },
8282
8363
  "locationInModule": {
8283
8364
  "filename": "lib/triggers/workflow.ts",
8284
- "line": 42
8365
+ "line": 43
8285
8366
  },
8286
8367
  "name": "addOnDemandTrigger",
8287
8368
  "parameters": [
@@ -8312,7 +8393,7 @@
8312
8393
  },
8313
8394
  "locationInModule": {
8314
8395
  "filename": "lib/triggers/workflow.ts",
8315
- "line": 52
8396
+ "line": 53
8316
8397
  },
8317
8398
  "name": "addWeeklyScheduledTrigger",
8318
8399
  "parameters": [
@@ -8350,7 +8431,7 @@
8350
8431
  "immutable": true,
8351
8432
  "locationInModule": {
8352
8433
  "filename": "lib/triggers/workflow.ts",
8353
- "line": 37
8434
+ "line": 38
8354
8435
  },
8355
8436
  "name": "workflowArn",
8356
8437
  "type": {
@@ -8369,7 +8450,7 @@
8369
8450
  "immutable": true,
8370
8451
  "locationInModule": {
8371
8452
  "filename": "lib/triggers/workflow.ts",
8372
- "line": 31
8453
+ "line": 32
8373
8454
  },
8374
8455
  "name": "workflowName",
8375
8456
  "type": {
@@ -9336,7 +9417,7 @@
9336
9417
  "kind": "interface",
9337
9418
  "locationInModule": {
9338
9419
  "filename": "lib/security-configuration.ts",
9339
- "line": 100
9420
+ "line": 101
9340
9421
  },
9341
9422
  "name": "JobBookmarksEncryption",
9342
9423
  "properties": [
@@ -9349,7 +9430,7 @@
9349
9430
  "immutable": true,
9350
9431
  "locationInModule": {
9351
9432
  "filename": "lib/security-configuration.ts",
9352
- "line": 104
9433
+ "line": 105
9353
9434
  },
9354
9435
  "name": "mode",
9355
9436
  "type": {
@@ -9366,7 +9447,7 @@
9366
9447
  "immutable": true,
9367
9448
  "locationInModule": {
9368
9449
  "filename": "lib/security-configuration.ts",
9369
- "line": 110
9450
+ "line": 111
9370
9451
  },
9371
9452
  "name": "kmsKey",
9372
9453
  "optional": true,
@@ -9392,7 +9473,7 @@
9392
9473
  "kind": "enum",
9393
9474
  "locationInModule": {
9394
9475
  "filename": "lib/security-configuration.ts",
9395
- "line": 56
9476
+ "line": 57
9396
9477
  },
9397
9478
  "members": [
9398
9479
  {
@@ -10391,7 +10472,7 @@
10391
10472
  },
10392
10473
  "locationInModule": {
10393
10474
  "filename": "lib/jobs/pyspark-etl-job.ts",
10394
- "line": 77
10475
+ "line": 81
10395
10476
  },
10396
10477
  "parameters": [
10397
10478
  {
@@ -10417,10 +10498,27 @@
10417
10498
  "kind": "class",
10418
10499
  "locationInModule": {
10419
10500
  "filename": "lib/jobs/pyspark-etl-job.ts",
10420
- "line": 70
10501
+ "line": 71
10421
10502
  },
10422
10503
  "name": "PySparkEtlJob",
10423
10504
  "properties": [
10505
+ {
10506
+ "const": true,
10507
+ "docs": {
10508
+ "stability": "experimental",
10509
+ "summary": "Uniquely identifies this class."
10510
+ },
10511
+ "immutable": true,
10512
+ "locationInModule": {
10513
+ "filename": "lib/jobs/pyspark-etl-job.ts",
10514
+ "line": 74
10515
+ },
10516
+ "name": "PROPERTY_INJECTION_ID",
10517
+ "static": true,
10518
+ "type": {
10519
+ "primitive": "string"
10520
+ }
10521
+ },
10424
10522
  {
10425
10523
  "docs": {
10426
10524
  "stability": "experimental",
@@ -10429,7 +10527,7 @@
10429
10527
  "immutable": true,
10430
10528
  "locationInModule": {
10431
10529
  "filename": "lib/jobs/pyspark-etl-job.ts",
10432
- "line": 71
10530
+ "line": 75
10433
10531
  },
10434
10532
  "name": "jobArn",
10435
10533
  "overrides": "@aws-cdk/aws-glue-alpha.JobBase",
@@ -10445,7 +10543,7 @@
10445
10543
  "immutable": true,
10446
10544
  "locationInModule": {
10447
10545
  "filename": "lib/jobs/pyspark-etl-job.ts",
10448
- "line": 72
10546
+ "line": 76
10449
10547
  },
10450
10548
  "name": "jobName",
10451
10549
  "overrides": "@aws-cdk/aws-glue-alpha.JobBase",
@@ -10474,7 +10572,7 @@
10474
10572
  "kind": "interface",
10475
10573
  "locationInModule": {
10476
10574
  "filename": "lib/jobs/pyspark-etl-job.ts",
10477
- "line": 11
10575
+ "line": 12
10478
10576
  },
10479
10577
  "name": "PySparkEtlJobProps",
10480
10578
  "properties": [
@@ -10489,7 +10587,7 @@
10489
10587
  "immutable": true,
10490
10588
  "locationInModule": {
10491
10589
  "filename": "lib/jobs/pyspark-etl-job.ts",
10492
- "line": 27
10590
+ "line": 28
10493
10591
  },
10494
10592
  "name": "extraFiles",
10495
10593
  "optional": true,
@@ -10512,7 +10610,7 @@
10512
10610
  "immutable": true,
10513
10611
  "locationInModule": {
10514
10612
  "filename": "lib/jobs/pyspark-etl-job.ts",
10515
- "line": 34
10613
+ "line": 35
10516
10614
  },
10517
10615
  "name": "extraJars",
10518
10616
  "optional": true,
@@ -10536,7 +10634,7 @@
10536
10634
  "immutable": true,
10537
10635
  "locationInModule": {
10538
10636
  "filename": "lib/jobs/pyspark-etl-job.ts",
10539
- "line": 43
10637
+ "line": 44
10540
10638
  },
10541
10639
  "name": "extraJarsFirst",
10542
10640
  "optional": true,
@@ -10554,7 +10652,7 @@
10554
10652
  "immutable": true,
10555
10653
  "locationInModule": {
10556
10654
  "filename": "lib/jobs/pyspark-etl-job.ts",
10557
- "line": 18
10655
+ "line": 19
10558
10656
  },
10559
10657
  "name": "extraPythonFiles",
10560
10658
  "optional": true,
@@ -10578,7 +10676,7 @@
10578
10676
  "immutable": true,
10579
10677
  "locationInModule": {
10580
10678
  "filename": "lib/jobs/pyspark-etl-job.ts",
10581
- "line": 55
10679
+ "line": 56
10582
10680
  },
10583
10681
  "name": "jobRunQueuingEnabled",
10584
10682
  "optional": true,
@@ -10609,7 +10707,7 @@
10609
10707
  },
10610
10708
  "locationInModule": {
10611
10709
  "filename": "lib/jobs/pyspark-flex-etl-job.ts",
10612
- "line": 73
10710
+ "line": 77
10613
10711
  },
10614
10712
  "parameters": [
10615
10713
  {
@@ -10635,10 +10733,27 @@
10635
10733
  "kind": "class",
10636
10734
  "locationInModule": {
10637
10735
  "filename": "lib/jobs/pyspark-flex-etl-job.ts",
10638
- "line": 66
10736
+ "line": 67
10639
10737
  },
10640
10738
  "name": "PySparkFlexEtlJob",
10641
10739
  "properties": [
10740
+ {
10741
+ "const": true,
10742
+ "docs": {
10743
+ "stability": "experimental",
10744
+ "summary": "Uniquely identifies this class."
10745
+ },
10746
+ "immutable": true,
10747
+ "locationInModule": {
10748
+ "filename": "lib/jobs/pyspark-flex-etl-job.ts",
10749
+ "line": 70
10750
+ },
10751
+ "name": "PROPERTY_INJECTION_ID",
10752
+ "static": true,
10753
+ "type": {
10754
+ "primitive": "string"
10755
+ }
10756
+ },
10642
10757
  {
10643
10758
  "docs": {
10644
10759
  "stability": "experimental",
@@ -10647,7 +10762,7 @@
10647
10762
  "immutable": true,
10648
10763
  "locationInModule": {
10649
10764
  "filename": "lib/jobs/pyspark-flex-etl-job.ts",
10650
- "line": 67
10765
+ "line": 71
10651
10766
  },
10652
10767
  "name": "jobArn",
10653
10768
  "overrides": "@aws-cdk/aws-glue-alpha.JobBase",
@@ -10663,7 +10778,7 @@
10663
10778
  "immutable": true,
10664
10779
  "locationInModule": {
10665
10780
  "filename": "lib/jobs/pyspark-flex-etl-job.ts",
10666
- "line": 68
10781
+ "line": 72
10667
10782
  },
10668
10783
  "name": "jobName",
10669
10784
  "overrides": "@aws-cdk/aws-glue-alpha.JobBase",
@@ -10692,7 +10807,7 @@
10692
10807
  "kind": "interface",
10693
10808
  "locationInModule": {
10694
10809
  "filename": "lib/jobs/pyspark-flex-etl-job.ts",
10695
- "line": 12
10810
+ "line": 13
10696
10811
  },
10697
10812
  "name": "PySparkFlexEtlJobProps",
10698
10813
  "properties": [
@@ -10707,7 +10822,7 @@
10707
10822
  "immutable": true,
10708
10823
  "locationInModule": {
10709
10824
  "filename": "lib/jobs/pyspark-flex-etl-job.ts",
10710
- "line": 35
10825
+ "line": 36
10711
10826
  },
10712
10827
  "name": "extraFiles",
10713
10828
  "optional": true,
@@ -10730,7 +10845,7 @@
10730
10845
  "immutable": true,
10731
10846
  "locationInModule": {
10732
10847
  "filename": "lib/jobs/pyspark-flex-etl-job.ts",
10733
- "line": 42
10848
+ "line": 43
10734
10849
  },
10735
10850
  "name": "extraJars",
10736
10851
  "optional": true,
@@ -10754,7 +10869,7 @@
10754
10869
  "immutable": true,
10755
10870
  "locationInModule": {
10756
10871
  "filename": "lib/jobs/pyspark-flex-etl-job.ts",
10757
- "line": 51
10872
+ "line": 52
10758
10873
  },
10759
10874
  "name": "extraJarsFirst",
10760
10875
  "optional": true,
@@ -10772,7 +10887,7 @@
10772
10887
  "immutable": true,
10773
10888
  "locationInModule": {
10774
10889
  "filename": "lib/jobs/pyspark-flex-etl-job.ts",
10775
- "line": 26
10890
+ "line": 27
10776
10891
  },
10777
10892
  "name": "extraPythonFiles",
10778
10893
  "optional": true,
@@ -10796,7 +10911,7 @@
10796
10911
  "immutable": true,
10797
10912
  "locationInModule": {
10798
10913
  "filename": "lib/jobs/pyspark-flex-etl-job.ts",
10799
- "line": 18
10914
+ "line": 19
10800
10915
  },
10801
10916
  "name": "notifyDelayAfter",
10802
10917
  "optional": true,
@@ -10827,7 +10942,7 @@
10827
10942
  },
10828
10943
  "locationInModule": {
10829
10944
  "filename": "lib/jobs/pyspark-streaming-job.ts",
10830
- "line": 77
10945
+ "line": 81
10831
10946
  },
10832
10947
  "parameters": [
10833
10948
  {
@@ -10853,10 +10968,27 @@
10853
10968
  "kind": "class",
10854
10969
  "locationInModule": {
10855
10970
  "filename": "lib/jobs/pyspark-streaming-job.ts",
10856
- "line": 70
10971
+ "line": 71
10857
10972
  },
10858
10973
  "name": "PySparkStreamingJob",
10859
10974
  "properties": [
10975
+ {
10976
+ "const": true,
10977
+ "docs": {
10978
+ "stability": "experimental",
10979
+ "summary": "Uniquely identifies this class."
10980
+ },
10981
+ "immutable": true,
10982
+ "locationInModule": {
10983
+ "filename": "lib/jobs/pyspark-streaming-job.ts",
10984
+ "line": 74
10985
+ },
10986
+ "name": "PROPERTY_INJECTION_ID",
10987
+ "static": true,
10988
+ "type": {
10989
+ "primitive": "string"
10990
+ }
10991
+ },
10860
10992
  {
10861
10993
  "docs": {
10862
10994
  "stability": "experimental",
@@ -10865,7 +10997,7 @@
10865
10997
  "immutable": true,
10866
10998
  "locationInModule": {
10867
10999
  "filename": "lib/jobs/pyspark-streaming-job.ts",
10868
- "line": 71
11000
+ "line": 75
10869
11001
  },
10870
11002
  "name": "jobArn",
10871
11003
  "overrides": "@aws-cdk/aws-glue-alpha.JobBase",
@@ -10881,7 +11013,7 @@
10881
11013
  "immutable": true,
10882
11014
  "locationInModule": {
10883
11015
  "filename": "lib/jobs/pyspark-streaming-job.ts",
10884
- "line": 72
11016
+ "line": 76
10885
11017
  },
10886
11018
  "name": "jobName",
10887
11019
  "overrides": "@aws-cdk/aws-glue-alpha.JobBase",
@@ -10910,7 +11042,7 @@
10910
11042
  "kind": "interface",
10911
11043
  "locationInModule": {
10912
11044
  "filename": "lib/jobs/pyspark-streaming-job.ts",
10913
- "line": 11
11045
+ "line": 12
10914
11046
  },
10915
11047
  "name": "PySparkStreamingJobProps",
10916
11048
  "properties": [
@@ -10925,7 +11057,7 @@
10925
11057
  "immutable": true,
10926
11058
  "locationInModule": {
10927
11059
  "filename": "lib/jobs/pyspark-streaming-job.ts",
10928
- "line": 27
11060
+ "line": 28
10929
11061
  },
10930
11062
  "name": "extraFiles",
10931
11063
  "optional": true,
@@ -10948,7 +11080,7 @@
10948
11080
  "immutable": true,
10949
11081
  "locationInModule": {
10950
11082
  "filename": "lib/jobs/pyspark-streaming-job.ts",
10951
- "line": 34
11083
+ "line": 35
10952
11084
  },
10953
11085
  "name": "extraJars",
10954
11086
  "optional": true,
@@ -10972,7 +11104,7 @@
10972
11104
  "immutable": true,
10973
11105
  "locationInModule": {
10974
11106
  "filename": "lib/jobs/pyspark-streaming-job.ts",
10975
- "line": 43
11107
+ "line": 44
10976
11108
  },
10977
11109
  "name": "extraJarsFirst",
10978
11110
  "optional": true,
@@ -10990,7 +11122,7 @@
10990
11122
  "immutable": true,
10991
11123
  "locationInModule": {
10992
11124
  "filename": "lib/jobs/pyspark-streaming-job.ts",
10993
- "line": 18
11125
+ "line": 19
10994
11126
  },
10995
11127
  "name": "extraPythonFiles",
10996
11128
  "optional": true,
@@ -11014,7 +11146,7 @@
11014
11146
  "immutable": true,
11015
11147
  "locationInModule": {
11016
11148
  "filename": "lib/jobs/pyspark-streaming-job.ts",
11017
- "line": 55
11149
+ "line": 56
11018
11150
  },
11019
11151
  "name": "jobRunQueuingEnabled",
11020
11152
  "optional": true,
@@ -11045,7 +11177,7 @@
11045
11177
  },
11046
11178
  "locationInModule": {
11047
11179
  "filename": "lib/jobs/python-shell-job.ts",
11048
- "line": 55
11180
+ "line": 59
11049
11181
  },
11050
11182
  "parameters": [
11051
11183
  {
@@ -11071,20 +11203,37 @@
11071
11203
  "kind": "class",
11072
11204
  "locationInModule": {
11073
11205
  "filename": "lib/jobs/python-shell-job.ts",
11074
- "line": 46
11206
+ "line": 47
11075
11207
  },
11076
11208
  "name": "PythonShellJob",
11077
11209
  "properties": [
11078
11210
  {
11211
+ "const": true,
11079
11212
  "docs": {
11080
11213
  "stability": "experimental",
11081
- "summary": "The principal to grant permissions to."
11214
+ "summary": "Uniquely identifies this class."
11082
11215
  },
11083
11216
  "immutable": true,
11084
11217
  "locationInModule": {
11085
11218
  "filename": "lib/jobs/python-shell-job.ts",
11086
11219
  "line": 50
11087
11220
  },
11221
+ "name": "PROPERTY_INJECTION_ID",
11222
+ "static": true,
11223
+ "type": {
11224
+ "primitive": "string"
11225
+ }
11226
+ },
11227
+ {
11228
+ "docs": {
11229
+ "stability": "experimental",
11230
+ "summary": "The principal to grant permissions to."
11231
+ },
11232
+ "immutable": true,
11233
+ "locationInModule": {
11234
+ "filename": "lib/jobs/python-shell-job.ts",
11235
+ "line": 54
11236
+ },
11088
11237
  "name": "grantPrincipal",
11089
11238
  "overrides": "@aws-cdk/aws-glue-alpha.JobBase",
11090
11239
  "type": {
@@ -11099,7 +11248,7 @@
11099
11248
  "immutable": true,
11100
11249
  "locationInModule": {
11101
11250
  "filename": "lib/jobs/python-shell-job.ts",
11102
- "line": 47
11251
+ "line": 51
11103
11252
  },
11104
11253
  "name": "jobArn",
11105
11254
  "overrides": "@aws-cdk/aws-glue-alpha.JobBase",
@@ -11115,7 +11264,7 @@
11115
11264
  "immutable": true,
11116
11265
  "locationInModule": {
11117
11266
  "filename": "lib/jobs/python-shell-job.ts",
11118
- "line": 48
11267
+ "line": 52
11119
11268
  },
11120
11269
  "name": "jobName",
11121
11270
  "overrides": "@aws-cdk/aws-glue-alpha.JobBase",
@@ -11131,7 +11280,7 @@
11131
11280
  "immutable": true,
11132
11281
  "locationInModule": {
11133
11282
  "filename": "lib/jobs/python-shell-job.ts",
11134
- "line": 49
11283
+ "line": 53
11135
11284
  },
11136
11285
  "name": "role",
11137
11286
  "overrides": "@aws-cdk/aws-glue-alpha.Job",
@@ -11160,7 +11309,7 @@
11160
11309
  "kind": "interface",
11161
11310
  "locationInModule": {
11162
11311
  "filename": "lib/jobs/python-shell-job.ts",
11163
- "line": 11
11312
+ "line": 12
11164
11313
  },
11165
11314
  "name": "PythonShellJobProps",
11166
11315
  "properties": [
@@ -11175,7 +11324,7 @@
11175
11324
  "immutable": true,
11176
11325
  "locationInModule": {
11177
11326
  "filename": "lib/jobs/python-shell-job.ts",
11178
- "line": 36
11327
+ "line": 37
11179
11328
  },
11180
11329
  "name": "jobRunQueuingEnabled",
11181
11330
  "optional": true,
@@ -11193,7 +11342,7 @@
11193
11342
  "immutable": true,
11194
11343
  "locationInModule": {
11195
11344
  "filename": "lib/jobs/python-shell-job.ts",
11196
- "line": 24
11345
+ "line": 25
11197
11346
  },
11198
11347
  "name": "maxCapacity",
11199
11348
  "optional": true,
@@ -11211,7 +11360,7 @@
11211
11360
  "immutable": true,
11212
11361
  "locationInModule": {
11213
11362
  "filename": "lib/jobs/python-shell-job.ts",
11214
- "line": 17
11363
+ "line": 18
11215
11364
  },
11216
11365
  "name": "pythonVersion",
11217
11366
  "optional": true,
@@ -11284,7 +11433,7 @@
11284
11433
  },
11285
11434
  "locationInModule": {
11286
11435
  "filename": "lib/jobs/ray-job.ts",
11287
- "line": 49
11436
+ "line": 53
11288
11437
  },
11289
11438
  "parameters": [
11290
11439
  {
@@ -11310,20 +11459,37 @@
11310
11459
  "kind": "class",
11311
11460
  "locationInModule": {
11312
11461
  "filename": "lib/jobs/ray-job.ts",
11313
- "line": 40
11462
+ "line": 41
11314
11463
  },
11315
11464
  "name": "RayJob",
11316
11465
  "properties": [
11317
11466
  {
11467
+ "const": true,
11318
11468
  "docs": {
11319
11469
  "stability": "experimental",
11320
- "summary": "The principal to grant permissions to."
11470
+ "summary": "Uniquely identifies this class."
11321
11471
  },
11322
11472
  "immutable": true,
11323
11473
  "locationInModule": {
11324
11474
  "filename": "lib/jobs/ray-job.ts",
11325
11475
  "line": 44
11326
11476
  },
11477
+ "name": "PROPERTY_INJECTION_ID",
11478
+ "static": true,
11479
+ "type": {
11480
+ "primitive": "string"
11481
+ }
11482
+ },
11483
+ {
11484
+ "docs": {
11485
+ "stability": "experimental",
11486
+ "summary": "The principal to grant permissions to."
11487
+ },
11488
+ "immutable": true,
11489
+ "locationInModule": {
11490
+ "filename": "lib/jobs/ray-job.ts",
11491
+ "line": 48
11492
+ },
11327
11493
  "name": "grantPrincipal",
11328
11494
  "overrides": "@aws-cdk/aws-glue-alpha.JobBase",
11329
11495
  "type": {
@@ -11338,7 +11504,7 @@
11338
11504
  "immutable": true,
11339
11505
  "locationInModule": {
11340
11506
  "filename": "lib/jobs/ray-job.ts",
11341
- "line": 41
11507
+ "line": 45
11342
11508
  },
11343
11509
  "name": "jobArn",
11344
11510
  "overrides": "@aws-cdk/aws-glue-alpha.JobBase",
@@ -11354,7 +11520,7 @@
11354
11520
  "immutable": true,
11355
11521
  "locationInModule": {
11356
11522
  "filename": "lib/jobs/ray-job.ts",
11357
- "line": 42
11523
+ "line": 46
11358
11524
  },
11359
11525
  "name": "jobName",
11360
11526
  "overrides": "@aws-cdk/aws-glue-alpha.JobBase",
@@ -11370,7 +11536,7 @@
11370
11536
  "immutable": true,
11371
11537
  "locationInModule": {
11372
11538
  "filename": "lib/jobs/ray-job.ts",
11373
- "line": 43
11539
+ "line": 47
11374
11540
  },
11375
11541
  "name": "role",
11376
11542
  "overrides": "@aws-cdk/aws-glue-alpha.Job",
@@ -11399,7 +11565,7 @@
11399
11565
  "kind": "interface",
11400
11566
  "locationInModule": {
11401
11567
  "filename": "lib/jobs/ray-job.ts",
11402
- "line": 11
11568
+ "line": 12
11403
11569
  },
11404
11570
  "name": "RayJobProps",
11405
11571
  "properties": [
@@ -11414,7 +11580,7 @@
11414
11580
  "immutable": true,
11415
11581
  "locationInModule": {
11416
11582
  "filename": "lib/jobs/ray-job.ts",
11417
- "line": 29
11583
+ "line": 30
11418
11584
  },
11419
11585
  "name": "jobRunQueuingEnabled",
11420
11586
  "optional": true,
@@ -11432,7 +11598,7 @@
11432
11598
  "immutable": true,
11433
11599
  "locationInModule": {
11434
11600
  "filename": "lib/jobs/ray-job.ts",
11435
- "line": 17
11601
+ "line": 18
11436
11602
  },
11437
11603
  "name": "runtime",
11438
11604
  "optional": true,
@@ -11562,7 +11728,7 @@
11562
11728
  "kind": "interface",
11563
11729
  "locationInModule": {
11564
11730
  "filename": "lib/security-configuration.ts",
11565
- "line": 68
11731
+ "line": 69
11566
11732
  },
11567
11733
  "name": "S3Encryption",
11568
11734
  "properties": [
@@ -11575,7 +11741,7 @@
11575
11741
  "immutable": true,
11576
11742
  "locationInModule": {
11577
11743
  "filename": "lib/security-configuration.ts",
11578
- "line": 72
11744
+ "line": 73
11579
11745
  },
11580
11746
  "name": "mode",
11581
11747
  "type": {
@@ -11592,7 +11758,7 @@
11592
11758
  "immutable": true,
11593
11759
  "locationInModule": {
11594
11760
  "filename": "lib/security-configuration.ts",
11595
- "line": 78
11761
+ "line": 79
11596
11762
  },
11597
11763
  "name": "kmsKey",
11598
11764
  "optional": true,
@@ -11618,7 +11784,7 @@
11618
11784
  "kind": "enum",
11619
11785
  "locationInModule": {
11620
11786
  "filename": "lib/security-configuration.ts",
11621
- "line": 23
11787
+ "line": 24
11622
11788
  },
11623
11789
  "members": [
11624
11790
  {
@@ -11660,7 +11826,7 @@
11660
11826
  },
11661
11827
  "locationInModule": {
11662
11828
  "filename": "lib/s3-table.ts",
11663
- "line": 122
11829
+ "line": 126
11664
11830
  },
11665
11831
  "parameters": [
11666
11832
  {
@@ -11686,7 +11852,7 @@
11686
11852
  "kind": "class",
11687
11853
  "locationInModule": {
11688
11854
  "filename": "lib/s3-table.ts",
11689
- "line": 84
11855
+ "line": 85
11690
11856
  },
11691
11857
  "methods": [
11692
11858
  {
@@ -11695,7 +11861,7 @@
11695
11861
  },
11696
11862
  "locationInModule": {
11697
11863
  "filename": "lib/s3-table.ts",
11698
- "line": 227
11864
+ "line": 231
11699
11865
  },
11700
11866
  "name": "generateS3PrefixForGrant",
11701
11867
  "protected": true,
@@ -11712,7 +11878,7 @@
11712
11878
  },
11713
11879
  "locationInModule": {
11714
11880
  "filename": "lib/s3-table.ts",
11715
- "line": 193
11881
+ "line": 197
11716
11882
  },
11717
11883
  "name": "grantRead",
11718
11884
  "overrides": "@aws-cdk/aws-glue-alpha.TableBase",
@@ -11740,7 +11906,7 @@
11740
11906
  },
11741
11907
  "locationInModule": {
11742
11908
  "filename": "lib/s3-table.ts",
11743
- "line": 219
11909
+ "line": 223
11744
11910
  },
11745
11911
  "name": "grantReadWrite",
11746
11912
  "overrides": "@aws-cdk/aws-glue-alpha.TableBase",
@@ -11768,7 +11934,7 @@
11768
11934
  },
11769
11935
  "locationInModule": {
11770
11936
  "filename": "lib/s3-table.ts",
11771
- "line": 206
11937
+ "line": 210
11772
11938
  },
11773
11939
  "name": "grantWrite",
11774
11940
  "overrides": "@aws-cdk/aws-glue-alpha.TableBase",
@@ -11792,6 +11958,23 @@
11792
11958
  ],
11793
11959
  "name": "S3Table",
11794
11960
  "properties": [
11961
+ {
11962
+ "const": true,
11963
+ "docs": {
11964
+ "stability": "experimental",
11965
+ "summary": "Uniquely identifies this class."
11966
+ },
11967
+ "immutable": true,
11968
+ "locationInModule": {
11969
+ "filename": "lib/s3-table.ts",
11970
+ "line": 88
11971
+ },
11972
+ "name": "PROPERTY_INJECTION_ID",
11973
+ "static": true,
11974
+ "type": {
11975
+ "primitive": "string"
11976
+ }
11977
+ },
11795
11978
  {
11796
11979
  "docs": {
11797
11980
  "stability": "experimental",
@@ -11800,7 +11983,7 @@
11800
11983
  "immutable": true,
11801
11984
  "locationInModule": {
11802
11985
  "filename": "lib/s3-table.ts",
11803
- "line": 98
11986
+ "line": 102
11804
11987
  },
11805
11988
  "name": "bucket",
11806
11989
  "type": {
@@ -11815,7 +11998,7 @@
11815
11998
  "immutable": true,
11816
11999
  "locationInModule": {
11817
12000
  "filename": "lib/s3-table.ts",
11818
- "line": 108
12001
+ "line": 112
11819
12002
  },
11820
12003
  "name": "encryption",
11821
12004
  "type": {
@@ -11830,7 +12013,7 @@
11830
12013
  "immutable": true,
11831
12014
  "locationInModule": {
11832
12015
  "filename": "lib/s3-table.ts",
11833
- "line": 103
12016
+ "line": 107
11834
12017
  },
11835
12018
  "name": "s3Prefix",
11836
12019
  "type": {
@@ -11845,7 +12028,7 @@
11845
12028
  "immutable": true,
11846
12029
  "locationInModule": {
11847
12030
  "filename": "lib/s3-table.ts",
11848
- "line": 93
12031
+ "line": 97
11849
12032
  },
11850
12033
  "name": "tableArn",
11851
12034
  "overrides": "@aws-cdk/aws-glue-alpha.TableBase",
@@ -11861,7 +12044,7 @@
11861
12044
  "immutable": true,
11862
12045
  "locationInModule": {
11863
12046
  "filename": "lib/s3-table.ts",
11864
- "line": 88
12047
+ "line": 92
11865
12048
  },
11866
12049
  "name": "tableName",
11867
12050
  "overrides": "@aws-cdk/aws-glue-alpha.TableBase",
@@ -11876,7 +12059,7 @@
11876
12059
  "immutable": true,
11877
12060
  "locationInModule": {
11878
12061
  "filename": "lib/s3-table.ts",
11879
- "line": 120
12062
+ "line": 124
11880
12063
  },
11881
12064
  "name": "tableResource",
11882
12065
  "overrides": "@aws-cdk/aws-glue-alpha.TableBase",
@@ -11894,7 +12077,7 @@
11894
12077
  "immutable": true,
11895
12078
  "locationInModule": {
11896
12079
  "filename": "lib/s3-table.ts",
11897
- "line": 113
12080
+ "line": 117
11898
12081
  },
11899
12082
  "name": "encryptionKey",
11900
12083
  "optional": true,
@@ -11910,7 +12093,7 @@
11910
12093
  "immutable": true,
11911
12094
  "locationInModule": {
11912
12095
  "filename": "lib/s3-table.ts",
11913
- "line": 118
12096
+ "line": 122
11914
12097
  },
11915
12098
  "name": "partitionIndexes",
11916
12099
  "optional": true,
@@ -11944,7 +12127,7 @@
11944
12127
  "kind": "interface",
11945
12128
  "locationInModule": {
11946
12129
  "filename": "lib/s3-table.ts",
11947
- "line": 43
12130
+ "line": 44
11948
12131
  },
11949
12132
  "name": "S3TableProps",
11950
12133
  "properties": [
@@ -11958,7 +12141,7 @@
11958
12141
  "immutable": true,
11959
12142
  "locationInModule": {
11960
12143
  "filename": "lib/s3-table.ts",
11961
- "line": 49
12144
+ "line": 50
11962
12145
  },
11963
12146
  "name": "bucket",
11964
12147
  "optional": true,
@@ -11977,7 +12160,7 @@
11977
12160
  "immutable": true,
11978
12161
  "locationInModule": {
11979
12162
  "filename": "lib/s3-table.ts",
11980
- "line": 68
12163
+ "line": 69
11981
12164
  },
11982
12165
  "name": "encryption",
11983
12166
  "optional": true,
@@ -11996,7 +12179,7 @@
11996
12179
  "immutable": true,
11997
12180
  "locationInModule": {
11998
12181
  "filename": "lib/s3-table.ts",
11999
- "line": 77
12182
+ "line": 78
12000
12183
  },
12001
12184
  "name": "encryptionKey",
12002
12185
  "optional": true,
@@ -12014,7 +12197,7 @@
12014
12197
  "immutable": true,
12015
12198
  "locationInModule": {
12016
12199
  "filename": "lib/s3-table.ts",
12017
- "line": 56
12200
+ "line": 57
12018
12201
  },
12019
12202
  "name": "s3Prefix",
12020
12203
  "optional": true,
@@ -12045,7 +12228,7 @@
12045
12228
  },
12046
12229
  "locationInModule": {
12047
12230
  "filename": "lib/jobs/scala-spark-etl-job.ts",
12048
- "line": 76
12231
+ "line": 80
12049
12232
  },
12050
12233
  "parameters": [
12051
12234
  {
@@ -12071,10 +12254,27 @@
12071
12254
  "kind": "class",
12072
12255
  "locationInModule": {
12073
12256
  "filename": "lib/jobs/scala-spark-etl-job.ts",
12074
- "line": 69
12257
+ "line": 70
12075
12258
  },
12076
12259
  "name": "ScalaSparkEtlJob",
12077
12260
  "properties": [
12261
+ {
12262
+ "const": true,
12263
+ "docs": {
12264
+ "stability": "experimental",
12265
+ "summary": "Uniquely identifies this class."
12266
+ },
12267
+ "immutable": true,
12268
+ "locationInModule": {
12269
+ "filename": "lib/jobs/scala-spark-etl-job.ts",
12270
+ "line": 73
12271
+ },
12272
+ "name": "PROPERTY_INJECTION_ID",
12273
+ "static": true,
12274
+ "type": {
12275
+ "primitive": "string"
12276
+ }
12277
+ },
12078
12278
  {
12079
12279
  "docs": {
12080
12280
  "stability": "experimental",
@@ -12083,7 +12283,7 @@
12083
12283
  "immutable": true,
12084
12284
  "locationInModule": {
12085
12285
  "filename": "lib/jobs/scala-spark-etl-job.ts",
12086
- "line": 70
12286
+ "line": 74
12087
12287
  },
12088
12288
  "name": "jobArn",
12089
12289
  "overrides": "@aws-cdk/aws-glue-alpha.JobBase",
@@ -12099,7 +12299,7 @@
12099
12299
  "immutable": true,
12100
12300
  "locationInModule": {
12101
12301
  "filename": "lib/jobs/scala-spark-etl-job.ts",
12102
- "line": 71
12302
+ "line": 75
12103
12303
  },
12104
12304
  "name": "jobName",
12105
12305
  "overrides": "@aws-cdk/aws-glue-alpha.JobBase",
@@ -12128,7 +12328,7 @@
12128
12328
  "kind": "interface",
12129
12329
  "locationInModule": {
12130
12330
  "filename": "lib/jobs/scala-spark-etl-job.ts",
12131
- "line": 11
12331
+ "line": 12
12132
12332
  },
12133
12333
  "name": "ScalaSparkEtlJobProps",
12134
12334
  "properties": [
@@ -12141,7 +12341,7 @@
12141
12341
  "immutable": true,
12142
12342
  "locationInModule": {
12143
12343
  "filename": "lib/jobs/scala-spark-etl-job.ts",
12144
- "line": 17
12344
+ "line": 18
12145
12345
  },
12146
12346
  "name": "className",
12147
12347
  "type": {
@@ -12159,7 +12359,7 @@
12159
12359
  "immutable": true,
12160
12360
  "locationInModule": {
12161
12361
  "filename": "lib/jobs/scala-spark-etl-job.ts",
12162
- "line": 26
12362
+ "line": 27
12163
12363
  },
12164
12364
  "name": "extraFiles",
12165
12365
  "optional": true,
@@ -12182,7 +12382,7 @@
12182
12382
  "immutable": true,
12183
12383
  "locationInModule": {
12184
12384
  "filename": "lib/jobs/scala-spark-etl-job.ts",
12185
- "line": 33
12385
+ "line": 34
12186
12386
  },
12187
12387
  "name": "extraJars",
12188
12388
  "optional": true,
@@ -12206,7 +12406,7 @@
12206
12406
  "immutable": true,
12207
12407
  "locationInModule": {
12208
12408
  "filename": "lib/jobs/scala-spark-etl-job.ts",
12209
- "line": 42
12409
+ "line": 43
12210
12410
  },
12211
12411
  "name": "extraJarsFirst",
12212
12412
  "optional": true,
@@ -12225,7 +12425,7 @@
12225
12425
  "immutable": true,
12226
12426
  "locationInModule": {
12227
12427
  "filename": "lib/jobs/scala-spark-etl-job.ts",
12228
- "line": 54
12428
+ "line": 55
12229
12429
  },
12230
12430
  "name": "jobRunQueuingEnabled",
12231
12431
  "optional": true,
@@ -12256,7 +12456,7 @@
12256
12456
  },
12257
12457
  "locationInModule": {
12258
12458
  "filename": "lib/jobs/scala-spark-flex-etl-job.ts",
12259
- "line": 82
12459
+ "line": 86
12260
12460
  },
12261
12461
  "parameters": [
12262
12462
  {
@@ -12282,10 +12482,27 @@
12282
12482
  "kind": "class",
12283
12483
  "locationInModule": {
12284
12484
  "filename": "lib/jobs/scala-spark-flex-etl-job.ts",
12285
- "line": 75
12485
+ "line": 76
12286
12486
  },
12287
12487
  "name": "ScalaSparkFlexEtlJob",
12288
12488
  "properties": [
12489
+ {
12490
+ "const": true,
12491
+ "docs": {
12492
+ "stability": "experimental",
12493
+ "summary": "Uniquely identifies this class."
12494
+ },
12495
+ "immutable": true,
12496
+ "locationInModule": {
12497
+ "filename": "lib/jobs/scala-spark-flex-etl-job.ts",
12498
+ "line": 79
12499
+ },
12500
+ "name": "PROPERTY_INJECTION_ID",
12501
+ "static": true,
12502
+ "type": {
12503
+ "primitive": "string"
12504
+ }
12505
+ },
12289
12506
  {
12290
12507
  "docs": {
12291
12508
  "stability": "experimental",
@@ -12294,7 +12511,7 @@
12294
12511
  "immutable": true,
12295
12512
  "locationInModule": {
12296
12513
  "filename": "lib/jobs/scala-spark-flex-etl-job.ts",
12297
- "line": 76
12514
+ "line": 80
12298
12515
  },
12299
12516
  "name": "jobArn",
12300
12517
  "overrides": "@aws-cdk/aws-glue-alpha.JobBase",
@@ -12310,7 +12527,7 @@
12310
12527
  "immutable": true,
12311
12528
  "locationInModule": {
12312
12529
  "filename": "lib/jobs/scala-spark-flex-etl-job.ts",
12313
- "line": 77
12530
+ "line": 81
12314
12531
  },
12315
12532
  "name": "jobName",
12316
12533
  "overrides": "@aws-cdk/aws-glue-alpha.JobBase",
@@ -12340,7 +12557,7 @@
12340
12557
  "kind": "interface",
12341
12558
  "locationInModule": {
12342
12559
  "filename": "lib/jobs/scala-spark-flex-etl-job.ts",
12343
- "line": 22
12560
+ "line": 23
12344
12561
  },
12345
12562
  "name": "ScalaSparkFlexEtlJobProps",
12346
12563
  "properties": [
@@ -12354,7 +12571,7 @@
12354
12571
  "immutable": true,
12355
12572
  "locationInModule": {
12356
12573
  "filename": "lib/jobs/scala-spark-flex-etl-job.ts",
12357
- "line": 35
12574
+ "line": 36
12358
12575
  },
12359
12576
  "name": "className",
12360
12577
  "type": {
@@ -12372,7 +12589,7 @@
12372
12589
  "immutable": true,
12373
12590
  "locationInModule": {
12374
12591
  "filename": "lib/jobs/scala-spark-flex-etl-job.ts",
12375
- "line": 44
12592
+ "line": 45
12376
12593
  },
12377
12594
  "name": "extraFiles",
12378
12595
  "optional": true,
@@ -12395,7 +12612,7 @@
12395
12612
  "immutable": true,
12396
12613
  "locationInModule": {
12397
12614
  "filename": "lib/jobs/scala-spark-flex-etl-job.ts",
12398
- "line": 51
12615
+ "line": 52
12399
12616
  },
12400
12617
  "name": "extraJars",
12401
12618
  "optional": true,
@@ -12419,7 +12636,7 @@
12419
12636
  "immutable": true,
12420
12637
  "locationInModule": {
12421
12638
  "filename": "lib/jobs/scala-spark-flex-etl-job.ts",
12422
- "line": 60
12639
+ "line": 61
12423
12640
  },
12424
12641
  "name": "extraJarsFirst",
12425
12642
  "optional": true,
@@ -12438,7 +12655,7 @@
12438
12655
  "immutable": true,
12439
12656
  "locationInModule": {
12440
12657
  "filename": "lib/jobs/scala-spark-flex-etl-job.ts",
12441
- "line": 28
12658
+ "line": 29
12442
12659
  },
12443
12660
  "name": "notifyDelayAfter",
12444
12661
  "optional": true,
@@ -12469,7 +12686,7 @@
12469
12686
  },
12470
12687
  "locationInModule": {
12471
12688
  "filename": "lib/jobs/scala-spark-streaming-job.ts",
12472
- "line": 76
12689
+ "line": 80
12473
12690
  },
12474
12691
  "parameters": [
12475
12692
  {
@@ -12495,10 +12712,27 @@
12495
12712
  "kind": "class",
12496
12713
  "locationInModule": {
12497
12714
  "filename": "lib/jobs/scala-spark-streaming-job.ts",
12498
- "line": 69
12715
+ "line": 70
12499
12716
  },
12500
12717
  "name": "ScalaSparkStreamingJob",
12501
12718
  "properties": [
12719
+ {
12720
+ "const": true,
12721
+ "docs": {
12722
+ "stability": "experimental",
12723
+ "summary": "Uniquely identifies this class."
12724
+ },
12725
+ "immutable": true,
12726
+ "locationInModule": {
12727
+ "filename": "lib/jobs/scala-spark-streaming-job.ts",
12728
+ "line": 73
12729
+ },
12730
+ "name": "PROPERTY_INJECTION_ID",
12731
+ "static": true,
12732
+ "type": {
12733
+ "primitive": "string"
12734
+ }
12735
+ },
12502
12736
  {
12503
12737
  "docs": {
12504
12738
  "stability": "experimental",
@@ -12507,7 +12741,7 @@
12507
12741
  "immutable": true,
12508
12742
  "locationInModule": {
12509
12743
  "filename": "lib/jobs/scala-spark-streaming-job.ts",
12510
- "line": 70
12744
+ "line": 74
12511
12745
  },
12512
12746
  "name": "jobArn",
12513
12747
  "overrides": "@aws-cdk/aws-glue-alpha.JobBase",
@@ -12523,7 +12757,7 @@
12523
12757
  "immutable": true,
12524
12758
  "locationInModule": {
12525
12759
  "filename": "lib/jobs/scala-spark-streaming-job.ts",
12526
- "line": 71
12760
+ "line": 75
12527
12761
  },
12528
12762
  "name": "jobName",
12529
12763
  "overrides": "@aws-cdk/aws-glue-alpha.JobBase",
@@ -12552,7 +12786,7 @@
12552
12786
  "kind": "interface",
12553
12787
  "locationInModule": {
12554
12788
  "filename": "lib/jobs/scala-spark-streaming-job.ts",
12555
- "line": 11
12789
+ "line": 12
12556
12790
  },
12557
12791
  "name": "ScalaSparkStreamingJobProps",
12558
12792
  "properties": [
@@ -12565,7 +12799,7 @@
12565
12799
  "immutable": true,
12566
12800
  "locationInModule": {
12567
12801
  "filename": "lib/jobs/scala-spark-streaming-job.ts",
12568
- "line": 17
12802
+ "line": 18
12569
12803
  },
12570
12804
  "name": "className",
12571
12805
  "type": {
@@ -12583,7 +12817,7 @@
12583
12817
  "immutable": true,
12584
12818
  "locationInModule": {
12585
12819
  "filename": "lib/jobs/scala-spark-streaming-job.ts",
12586
- "line": 26
12820
+ "line": 27
12587
12821
  },
12588
12822
  "name": "extraFiles",
12589
12823
  "optional": true,
@@ -12606,7 +12840,7 @@
12606
12840
  "immutable": true,
12607
12841
  "locationInModule": {
12608
12842
  "filename": "lib/jobs/scala-spark-streaming-job.ts",
12609
- "line": 33
12843
+ "line": 34
12610
12844
  },
12611
12845
  "name": "extraJars",
12612
12846
  "optional": true,
@@ -12630,7 +12864,7 @@
12630
12864
  "immutable": true,
12631
12865
  "locationInModule": {
12632
12866
  "filename": "lib/jobs/scala-spark-streaming-job.ts",
12633
- "line": 42
12867
+ "line": 43
12634
12868
  },
12635
12869
  "name": "extraJarsFirst",
12636
12870
  "optional": true,
@@ -12649,7 +12883,7 @@
12649
12883
  "immutable": true,
12650
12884
  "locationInModule": {
12651
12885
  "filename": "lib/jobs/scala-spark-streaming-job.ts",
12652
- "line": 54
12886
+ "line": 55
12653
12887
  },
12654
12888
  "name": "jobRunQueuingEnabled",
12655
12889
  "optional": true,
@@ -13083,7 +13317,7 @@
13083
13317
  },
13084
13318
  "locationInModule": {
13085
13319
  "filename": "lib/security-configuration.ts",
13086
- "line": 189
13320
+ "line": 194
13087
13321
  },
13088
13322
  "parameters": [
13089
13323
  {
@@ -13113,7 +13347,7 @@
13113
13347
  "kind": "class",
13114
13348
  "locationInModule": {
13115
13349
  "filename": "lib/security-configuration.ts",
13116
- "line": 152
13350
+ "line": 153
13117
13351
  },
13118
13352
  "methods": [
13119
13353
  {
@@ -13123,7 +13357,7 @@
13123
13357
  },
13124
13358
  "locationInModule": {
13125
13359
  "filename": "lib/security-configuration.ts",
13126
- "line": 160
13360
+ "line": 165
13127
13361
  },
13128
13362
  "name": "fromSecurityConfigurationName",
13129
13363
  "parameters": [
@@ -13165,6 +13399,23 @@
13165
13399
  ],
13166
13400
  "name": "SecurityConfiguration",
13167
13401
  "properties": [
13402
+ {
13403
+ "const": true,
13404
+ "docs": {
13405
+ "stability": "experimental",
13406
+ "summary": "Uniquely identifies this class."
13407
+ },
13408
+ "immutable": true,
13409
+ "locationInModule": {
13410
+ "filename": "lib/security-configuration.ts",
13411
+ "line": 156
13412
+ },
13413
+ "name": "PROPERTY_INJECTION_ID",
13414
+ "static": true,
13415
+ "type": {
13416
+ "primitive": "string"
13417
+ }
13418
+ },
13168
13419
  {
13169
13420
  "docs": {
13170
13421
  "custom": {
@@ -13176,7 +13427,7 @@
13176
13427
  "immutable": true,
13177
13428
  "locationInModule": {
13178
13429
  "filename": "lib/security-configuration.ts",
13179
- "line": 172
13430
+ "line": 177
13180
13431
  },
13181
13432
  "name": "securityConfigurationName",
13182
13433
  "overrides": "@aws-cdk/aws-glue-alpha.ISecurityConfiguration",
@@ -13192,7 +13443,7 @@
13192
13443
  "immutable": true,
13193
13444
  "locationInModule": {
13194
13445
  "filename": "lib/security-configuration.ts",
13195
- "line": 177
13446
+ "line": 182
13196
13447
  },
13197
13448
  "name": "cloudWatchEncryptionKey",
13198
13449
  "optional": true,
@@ -13208,7 +13459,7 @@
13208
13459
  "immutable": true,
13209
13460
  "locationInModule": {
13210
13461
  "filename": "lib/security-configuration.ts",
13211
- "line": 182
13462
+ "line": 187
13212
13463
  },
13213
13464
  "name": "jobBookmarksEncryptionKey",
13214
13465
  "optional": true,
@@ -13224,7 +13475,7 @@
13224
13475
  "immutable": true,
13225
13476
  "locationInModule": {
13226
13477
  "filename": "lib/security-configuration.ts",
13227
- "line": 187
13478
+ "line": 192
13228
13479
  },
13229
13480
  "name": "s3EncryptionKey",
13230
13481
  "optional": true,
@@ -13250,7 +13501,7 @@
13250
13501
  "kind": "interface",
13251
13502
  "locationInModule": {
13252
13503
  "filename": "lib/security-configuration.ts",
13253
- "line": 116
13504
+ "line": 117
13254
13505
  },
13255
13506
  "name": "SecurityConfigurationProps",
13256
13507
  "properties": [
@@ -13264,7 +13515,7 @@
13264
13515
  "immutable": true,
13265
13516
  "locationInModule": {
13266
13517
  "filename": "lib/security-configuration.ts",
13267
- "line": 128
13518
+ "line": 129
13268
13519
  },
13269
13520
  "name": "cloudWatchEncryption",
13270
13521
  "optional": true,
@@ -13282,7 +13533,7 @@
13282
13533
  "immutable": true,
13283
13534
  "locationInModule": {
13284
13535
  "filename": "lib/security-configuration.ts",
13285
- "line": 134
13536
+ "line": 135
13286
13537
  },
13287
13538
  "name": "jobBookmarksEncryption",
13288
13539
  "optional": true,
@@ -13300,7 +13551,7 @@
13300
13551
  "immutable": true,
13301
13552
  "locationInModule": {
13302
13553
  "filename": "lib/security-configuration.ts",
13303
- "line": 140
13554
+ "line": 141
13304
13555
  },
13305
13556
  "name": "s3Encryption",
13306
13557
  "optional": true,
@@ -13318,7 +13569,7 @@
13318
13569
  "immutable": true,
13319
13570
  "locationInModule": {
13320
13571
  "filename": "lib/security-configuration.ts",
13321
- "line": 122
13572
+ "line": 123
13322
13573
  },
13323
13574
  "name": "securityConfigurationName",
13324
13575
  "optional": true,
@@ -14747,7 +14998,7 @@
14747
14998
  },
14748
14999
  "locationInModule": {
14749
15000
  "filename": "lib/s3-table.ts",
14750
- "line": 122
15001
+ "line": 126
14751
15002
  },
14752
15003
  "parameters": [
14753
15004
  {
@@ -14773,9 +15024,29 @@
14773
15024
  "kind": "class",
14774
15025
  "locationInModule": {
14775
15026
  "filename": "lib/table-deprecated.ts",
14776
- "line": 10
15027
+ "line": 11
14777
15028
  },
14778
15029
  "name": "Table",
15030
+ "properties": [
15031
+ {
15032
+ "const": true,
15033
+ "docs": {
15034
+ "stability": "deprecated",
15035
+ "summary": "Uniquely identifies this class."
15036
+ },
15037
+ "immutable": true,
15038
+ "locationInModule": {
15039
+ "filename": "lib/table-deprecated.ts",
15040
+ "line": 14
15041
+ },
15042
+ "name": "PROPERTY_INJECTION_ID",
15043
+ "overrides": "@aws-cdk/aws-glue-alpha.S3Table",
15044
+ "static": true,
15045
+ "type": {
15046
+ "primitive": "string"
15047
+ }
15048
+ }
15049
+ ],
14779
15050
  "symbolId": "lib/table-deprecated:Table"
14780
15051
  },
14781
15052
  "@aws-cdk/aws-glue-alpha.TableAttributes": {
@@ -15608,7 +15879,7 @@
15608
15879
  "kind": "enum",
15609
15880
  "locationInModule": {
15610
15881
  "filename": "lib/s3-table.ts",
15611
- "line": 15
15882
+ "line": 16
15612
15883
  },
15613
15884
  "members": [
15614
15885
  {
@@ -15663,7 +15934,7 @@
15663
15934
  "kind": "interface",
15664
15935
  "locationInModule": {
15665
15936
  "filename": "lib/table-deprecated.ts",
15666
- "line": 3
15937
+ "line": 4
15667
15938
  },
15668
15939
  "name": "TableProps",
15669
15940
  "symbolId": "lib/table-deprecated:TableProps"
@@ -16011,7 +16282,7 @@
16011
16282
  },
16012
16283
  "locationInModule": {
16013
16284
  "filename": "lib/triggers/workflow.ts",
16014
- "line": 407
16285
+ "line": 412
16015
16286
  },
16016
16287
  "parameters": [
16017
16288
  {
@@ -16038,7 +16309,7 @@
16038
16309
  "kind": "class",
16039
16310
  "locationInModule": {
16040
16311
  "filename": "lib/triggers/workflow.ts",
16041
- "line": 372
16312
+ "line": 373
16042
16313
  },
16043
16314
  "methods": [
16044
16315
  {
@@ -16048,7 +16319,7 @@
16048
16319
  },
16049
16320
  "locationInModule": {
16050
16321
  "filename": "lib/triggers/workflow.ts",
16051
- "line": 385
16322
+ "line": 390
16052
16323
  },
16053
16324
  "name": "fromWorkflowArn",
16054
16325
  "parameters": [
@@ -16085,7 +16356,7 @@
16085
16356
  },
16086
16357
  "locationInModule": {
16087
16358
  "filename": "lib/triggers/workflow.ts",
16088
- "line": 395
16359
+ "line": 400
16089
16360
  },
16090
16361
  "name": "fromWorkflowAttributes",
16091
16362
  "parameters": [
@@ -16122,7 +16393,7 @@
16122
16393
  },
16123
16394
  "locationInModule": {
16124
16395
  "filename": "lib/triggers/workflow.ts",
16125
- "line": 376
16396
+ "line": 381
16126
16397
  },
16127
16398
  "name": "fromWorkflowName",
16128
16399
  "parameters": [
@@ -16155,6 +16426,23 @@
16155
16426
  ],
16156
16427
  "name": "Workflow",
16157
16428
  "properties": [
16429
+ {
16430
+ "const": true,
16431
+ "docs": {
16432
+ "stability": "experimental",
16433
+ "summary": "Uniquely identifies this class."
16434
+ },
16435
+ "immutable": true,
16436
+ "locationInModule": {
16437
+ "filename": "lib/triggers/workflow.ts",
16438
+ "line": 376
16439
+ },
16440
+ "name": "PROPERTY_INJECTION_ID",
16441
+ "static": true,
16442
+ "type": {
16443
+ "primitive": "string"
16444
+ }
16445
+ },
16158
16446
  {
16159
16447
  "docs": {
16160
16448
  "stability": "experimental",
@@ -16163,7 +16451,7 @@
16163
16451
  "immutable": true,
16164
16452
  "locationInModule": {
16165
16453
  "filename": "lib/triggers/workflow.ts",
16166
- "line": 405
16454
+ "line": 410
16167
16455
  },
16168
16456
  "name": "workflowArn",
16169
16457
  "overrides": "@aws-cdk/aws-glue-alpha.WorkflowBase",
@@ -16179,7 +16467,7 @@
16179
16467
  "immutable": true,
16180
16468
  "locationInModule": {
16181
16469
  "filename": "lib/triggers/workflow.ts",
16182
- "line": 404
16470
+ "line": 409
16183
16471
  },
16184
16472
  "name": "workflowName",
16185
16473
  "overrides": "@aws-cdk/aws-glue-alpha.WorkflowBase",
@@ -16205,7 +16493,7 @@
16205
16493
  "kind": "interface",
16206
16494
  "locationInModule": {
16207
16495
  "filename": "lib/triggers/workflow.ts",
16208
- "line": 63
16496
+ "line": 64
16209
16497
  },
16210
16498
  "name": "WorkflowAttributes",
16211
16499
  "properties": [
@@ -16218,7 +16506,7 @@
16218
16506
  "immutable": true,
16219
16507
  "locationInModule": {
16220
16508
  "filename": "lib/triggers/workflow.ts",
16221
- "line": 67
16509
+ "line": 68
16222
16510
  },
16223
16511
  "name": "workflowName",
16224
16512
  "type": {
@@ -16235,7 +16523,7 @@
16235
16523
  "immutable": true,
16236
16524
  "locationInModule": {
16237
16525
  "filename": "lib/triggers/workflow.ts",
16238
- "line": 73
16526
+ "line": 74
16239
16527
  },
16240
16528
  "name": "workflowArn",
16241
16529
  "optional": true,
@@ -16292,7 +16580,7 @@
16292
16580
  "kind": "class",
16293
16581
  "locationInModule": {
16294
16582
  "filename": "lib/triggers/workflow.ts",
16295
- "line": 114
16583
+ "line": 115
16296
16584
  },
16297
16585
  "methods": [
16298
16586
  {
@@ -16302,7 +16590,7 @@
16302
16590
  },
16303
16591
  "locationInModule": {
16304
16592
  "filename": "lib/triggers/workflow.ts",
16305
- "line": 118
16593
+ "line": 119
16306
16594
  },
16307
16595
  "name": "extractNameFromArn",
16308
16596
  "parameters": [
@@ -16338,7 +16626,7 @@
16338
16626
  },
16339
16627
  "locationInModule": {
16340
16628
  "filename": "lib/triggers/workflow.ts",
16341
- "line": 251
16629
+ "line": 252
16342
16630
  },
16343
16631
  "name": "addConditionalTrigger",
16344
16632
  "parameters": [
@@ -16378,7 +16666,7 @@
16378
16666
  },
16379
16667
  "locationInModule": {
16380
16668
  "filename": "lib/triggers/workflow.ts",
16381
- "line": 208
16669
+ "line": 209
16382
16670
  },
16383
16671
  "name": "addCustomScheduledTrigger",
16384
16672
  "overrides": "@aws-cdk/aws-glue-alpha.IWorkflow",
@@ -16419,7 +16707,7 @@
16419
16707
  },
16420
16708
  "locationInModule": {
16421
16709
  "filename": "lib/triggers/workflow.ts",
16422
- "line": 155
16710
+ "line": 156
16423
16711
  },
16424
16712
  "name": "addDailyScheduledTrigger",
16425
16713
  "overrides": "@aws-cdk/aws-glue-alpha.IWorkflow",
@@ -16460,7 +16748,7 @@
16460
16748
  },
16461
16749
  "locationInModule": {
16462
16750
  "filename": "lib/triggers/workflow.ts",
16463
- "line": 229
16751
+ "line": 230
16464
16752
  },
16465
16753
  "name": "addNotifyEventTrigger",
16466
16754
  "parameters": [
@@ -16500,7 +16788,7 @@
16500
16788
  },
16501
16789
  "locationInModule": {
16502
16790
  "filename": "lib/triggers/workflow.ts",
16503
- "line": 135
16791
+ "line": 136
16504
16792
  },
16505
16793
  "name": "addOnDemandTrigger",
16506
16794
  "overrides": "@aws-cdk/aws-glue-alpha.IWorkflow",
@@ -16541,7 +16829,7 @@
16541
16829
  },
16542
16830
  "locationInModule": {
16543
16831
  "filename": "lib/triggers/workflow.ts",
16544
- "line": 181
16832
+ "line": 182
16545
16833
  },
16546
16834
  "name": "addWeeklyScheduledTrigger",
16547
16835
  "overrides": "@aws-cdk/aws-glue-alpha.IWorkflow",
@@ -16577,7 +16865,7 @@
16577
16865
  },
16578
16866
  "locationInModule": {
16579
16867
  "filename": "lib/triggers/workflow.ts",
16580
- "line": 333
16868
+ "line": 334
16581
16869
  },
16582
16870
  "name": "buildWorkflowArn",
16583
16871
  "parameters": [
@@ -16613,7 +16901,7 @@
16613
16901
  "immutable": true,
16614
16902
  "locationInModule": {
16615
16903
  "filename": "lib/triggers/workflow.ts",
16616
- "line": 125
16904
+ "line": 126
16617
16905
  },
16618
16906
  "name": "workflowArn",
16619
16907
  "overrides": "@aws-cdk/aws-glue-alpha.IWorkflow",
@@ -16630,7 +16918,7 @@
16630
16918
  "immutable": true,
16631
16919
  "locationInModule": {
16632
16920
  "filename": "lib/triggers/workflow.ts",
16633
- "line": 124
16921
+ "line": 125
16634
16922
  },
16635
16923
  "name": "workflowName",
16636
16924
  "overrides": "@aws-cdk/aws-glue-alpha.IWorkflow",
@@ -16656,7 +16944,7 @@
16656
16944
  "kind": "interface",
16657
16945
  "locationInModule": {
16658
16946
  "filename": "lib/triggers/workflow.ts",
16659
- "line": 79
16947
+ "line": 80
16660
16948
  },
16661
16949
  "name": "WorkflowProps",
16662
16950
  "properties": [
@@ -16670,7 +16958,7 @@
16670
16958
  "immutable": true,
16671
16959
  "locationInModule": {
16672
16960
  "filename": "lib/triggers/workflow.ts",
16673
- "line": 99
16961
+ "line": 100
16674
16962
  },
16675
16963
  "name": "defaultRunProperties",
16676
16964
  "optional": true,
@@ -16693,7 +16981,7 @@
16693
16981
  "immutable": true,
16694
16982
  "locationInModule": {
16695
16983
  "filename": "lib/triggers/workflow.ts",
16696
- "line": 92
16984
+ "line": 93
16697
16985
  },
16698
16986
  "name": "description",
16699
16987
  "optional": true,
@@ -16711,7 +16999,7 @@
16711
16999
  "immutable": true,
16712
17000
  "locationInModule": {
16713
17001
  "filename": "lib/triggers/workflow.ts",
16714
- "line": 106
17002
+ "line": 107
16715
17003
  },
16716
17004
  "name": "maxConcurrentRuns",
16717
17005
  "optional": true,
@@ -16729,7 +17017,7 @@
16729
17017
  "immutable": true,
16730
17018
  "locationInModule": {
16731
17019
  "filename": "lib/triggers/workflow.ts",
16732
- "line": 85
17020
+ "line": 86
16733
17021
  },
16734
17022
  "name": "workflowName",
16735
17023
  "optional": true,
@@ -16774,6 +17062,6 @@
16774
17062
  "symbolId": "lib/storage-parameter:WriteParallel"
16775
17063
  }
16776
17064
  },
16777
- "version": "2.194.0-alpha.0",
17065
+ "version": "2.196.0-alpha.0",
16778
17066
  "fingerprint": "**********"
16779
17067
  }