@aws-cdk/aws-glue-alpha 2.235.1-alpha.0 → 2.236.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 +276 -280
  2. package/.jsii.tabl.json.gz +0 -0
  3. package/awslint.json +8 -1
  4. package/lib/code.js +3 -3
  5. package/lib/connection.d.ts +7 -6
  6. package/lib/connection.js +25 -16
  7. package/lib/data-format.js +5 -5
  8. package/lib/data-quality-ruleset.d.ts +4 -3
  9. package/lib/data-quality-ruleset.js +32 -22
  10. package/lib/database.d.ts +4 -9
  11. package/lib/database.js +30 -26
  12. package/lib/external-table.d.ts +9 -8
  13. package/lib/external-table.js +30 -19
  14. package/lib/jobs/job.js +2 -2
  15. package/lib/jobs/pyspark-etl-job.d.ts +3 -2
  16. package/lib/jobs/pyspark-etl-job.js +25 -15
  17. package/lib/jobs/pyspark-flex-etl-job.d.ts +3 -2
  18. package/lib/jobs/pyspark-flex-etl-job.js +25 -15
  19. package/lib/jobs/pyspark-streaming-job.d.ts +3 -2
  20. package/lib/jobs/pyspark-streaming-job.js +25 -15
  21. package/lib/jobs/python-shell-job.d.ts +3 -2
  22. package/lib/jobs/python-shell-job.js +26 -16
  23. package/lib/jobs/ray-job.d.ts +3 -2
  24. package/lib/jobs/ray-job.js +26 -17
  25. package/lib/jobs/scala-spark-etl-job.d.ts +3 -2
  26. package/lib/jobs/scala-spark-etl-job.js +25 -15
  27. package/lib/jobs/scala-spark-flex-etl-job.d.ts +3 -2
  28. package/lib/jobs/scala-spark-flex-etl-job.js +25 -15
  29. package/lib/jobs/scala-spark-streaming-job.d.ts +3 -2
  30. package/lib/jobs/scala-spark-streaming-job.js +25 -15
  31. package/lib/jobs/spark-job.js +1 -1
  32. package/lib/s3-table.d.ts +9 -8
  33. package/lib/s3-table.js +29 -18
  34. package/lib/schema.js +1 -1
  35. package/lib/security-configuration.d.ts +2 -5
  36. package/lib/security-configuration.js +20 -16
  37. package/lib/storage-parameter.js +1 -1
  38. package/lib/table-base.js +1 -1
  39. package/lib/table-deprecated.js +1 -1
  40. package/lib/triggers/trigger-options.js +1 -1
  41. package/lib/triggers/workflow.d.ts +3 -2
  42. package/lib/triggers/workflow.js +26 -15
  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.235.1",
11
+ "aws-cdk-lib": "^2.236.0",
12
12
  "constructs": "^10.0.0"
13
13
  },
14
14
  "dependencyClosure": {
@@ -8470,7 +8470,7 @@
8470
8470
  "stability": "experimental"
8471
8471
  },
8472
8472
  "homepage": "https://github.com/aws/aws-cdk",
8473
- "jsiiVersion": "5.9.22 (build b81c634)",
8473
+ "jsiiVersion": "5.9.23 (build 29252a0)",
8474
8474
  "keywords": [
8475
8475
  "aws",
8476
8476
  "cdk",
@@ -8897,7 +8897,7 @@
8897
8897
  "kind": "interface",
8898
8898
  "locationInModule": {
8899
8899
  "filename": "lib/security-configuration.ts",
8900
- "line": 85
8900
+ "line": 86
8901
8901
  },
8902
8902
  "name": "CloudWatchEncryption",
8903
8903
  "properties": [
@@ -8910,7 +8910,7 @@
8910
8910
  "immutable": true,
8911
8911
  "locationInModule": {
8912
8912
  "filename": "lib/security-configuration.ts",
8913
- "line": 89
8913
+ "line": 90
8914
8914
  },
8915
8915
  "name": "mode",
8916
8916
  "type": {
@@ -8927,7 +8927,7 @@
8927
8927
  "immutable": true,
8928
8928
  "locationInModule": {
8929
8929
  "filename": "lib/security-configuration.ts",
8930
- "line": 95
8930
+ "line": 96
8931
8931
  },
8932
8932
  "name": "kmsKey",
8933
8933
  "optional": true,
@@ -8953,7 +8953,7 @@
8953
8953
  "kind": "enum",
8954
8954
  "locationInModule": {
8955
8955
  "filename": "lib/security-configuration.ts",
8956
- "line": 44
8956
+ "line": 45
8957
8957
  },
8958
8958
  "members": [
8959
8959
  {
@@ -9500,7 +9500,7 @@
9500
9500
  },
9501
9501
  "locationInModule": {
9502
9502
  "filename": "lib/connection.ts",
9503
- "line": 306
9503
+ "line": 298
9504
9504
  },
9505
9505
  "parameters": [
9506
9506
  {
@@ -9529,7 +9529,7 @@
9529
9529
  "kind": "class",
9530
9530
  "locationInModule": {
9531
9531
  "filename": "lib/connection.ts",
9532
- "line": 249
9532
+ "line": 250
9533
9533
  },
9534
9534
  "methods": [
9535
9535
  {
@@ -9539,7 +9539,7 @@
9539
9539
  },
9540
9540
  "locationInModule": {
9541
9541
  "filename": "lib/connection.ts",
9542
- "line": 261
9542
+ "line": 262
9543
9543
  },
9544
9544
  "name": "fromConnectionArn",
9545
9545
  "parameters": [
@@ -9585,7 +9585,7 @@
9585
9585
  },
9586
9586
  "locationInModule": {
9587
9587
  "filename": "lib/connection.ts",
9588
- "line": 277
9588
+ "line": 278
9589
9589
  },
9590
9590
  "name": "fromConnectionName",
9591
9591
  "parameters": [
@@ -9631,7 +9631,7 @@
9631
9631
  },
9632
9632
  "locationInModule": {
9633
9633
  "filename": "lib/connection.ts",
9634
- "line": 343
9634
+ "line": 347
9635
9635
  },
9636
9636
  "name": "addProperty",
9637
9637
  "parameters": [
@@ -9667,7 +9667,7 @@
9667
9667
  "immutable": true,
9668
9668
  "locationInModule": {
9669
9669
  "filename": "lib/connection.ts",
9670
- "line": 252
9670
+ "line": 253
9671
9671
  },
9672
9672
  "name": "PROPERTY_INJECTION_ID",
9673
9673
  "static": true,
@@ -9683,7 +9683,7 @@
9683
9683
  "immutable": true,
9684
9684
  "locationInModule": {
9685
9685
  "filename": "lib/connection.ts",
9686
- "line": 297
9686
+ "line": 337
9687
9687
  },
9688
9688
  "name": "connectionArn",
9689
9689
  "overrides": "@aws-cdk/aws-glue-alpha.IConnection",
@@ -9699,7 +9699,7 @@
9699
9699
  "immutable": true,
9700
9700
  "locationInModule": {
9701
9701
  "filename": "lib/connection.ts",
9702
- "line": 302
9702
+ "line": 329
9703
9703
  },
9704
9704
  "name": "connectionName",
9705
9705
  "overrides": "@aws-cdk/aws-glue-alpha.IConnection",
@@ -9725,7 +9725,7 @@
9725
9725
  "kind": "interface",
9726
9726
  "locationInModule": {
9727
9727
  "filename": "lib/connection.ts",
9728
- "line": 196
9728
+ "line": 197
9729
9729
  },
9730
9730
  "name": "ConnectionOptions",
9731
9731
  "properties": [
@@ -9739,7 +9739,7 @@
9739
9739
  "immutable": true,
9740
9740
  "locationInModule": {
9741
9741
  "filename": "lib/connection.ts",
9742
- "line": 201
9742
+ "line": 202
9743
9743
  },
9744
9744
  "name": "connectionName",
9745
9745
  "optional": true,
@@ -9757,7 +9757,7 @@
9757
9757
  "immutable": true,
9758
9758
  "locationInModule": {
9759
9759
  "filename": "lib/connection.ts",
9760
- "line": 207
9760
+ "line": 208
9761
9761
  },
9762
9762
  "name": "description",
9763
9763
  "optional": true,
@@ -9776,7 +9776,7 @@
9776
9776
  "immutable": true,
9777
9777
  "locationInModule": {
9778
9778
  "filename": "lib/connection.ts",
9779
- "line": 221
9779
+ "line": 222
9780
9780
  },
9781
9781
  "name": "matchCriteria",
9782
9782
  "optional": true,
@@ -9800,7 +9800,7 @@
9800
9800
  "immutable": true,
9801
9801
  "locationInModule": {
9802
9802
  "filename": "lib/connection.ts",
9803
- "line": 214
9803
+ "line": 215
9804
9804
  },
9805
9805
  "name": "properties",
9806
9806
  "optional": true,
@@ -9823,7 +9823,7 @@
9823
9823
  "immutable": true,
9824
9824
  "locationInModule": {
9825
9825
  "filename": "lib/connection.ts",
9826
- "line": 227
9826
+ "line": 228
9827
9827
  },
9828
9828
  "name": "securityGroups",
9829
9829
  "optional": true,
@@ -9847,7 +9847,7 @@
9847
9847
  "immutable": true,
9848
9848
  "locationInModule": {
9849
9849
  "filename": "lib/connection.ts",
9850
- "line": 233
9850
+ "line": 234
9851
9851
  },
9852
9852
  "name": "subnet",
9853
9853
  "optional": true,
@@ -9876,7 +9876,7 @@
9876
9876
  "kind": "interface",
9877
9877
  "locationInModule": {
9878
9878
  "filename": "lib/connection.ts",
9879
- "line": 239
9879
+ "line": 240
9880
9880
  },
9881
9881
  "name": "ConnectionProps",
9882
9882
  "properties": [
@@ -9889,7 +9889,7 @@
9889
9889
  "immutable": true,
9890
9890
  "locationInModule": {
9891
9891
  "filename": "lib/connection.ts",
9892
- "line": 243
9892
+ "line": 244
9893
9893
  },
9894
9894
  "name": "type",
9895
9895
  "type": {
@@ -9918,7 +9918,7 @@
9918
9918
  },
9919
9919
  "locationInModule": {
9920
9920
  "filename": "lib/connection.ts",
9921
- "line": 164
9921
+ "line": 165
9922
9922
  },
9923
9923
  "parameters": [
9924
9924
  {
@@ -9932,7 +9932,7 @@
9932
9932
  "kind": "class",
9933
9933
  "locationInModule": {
9934
9934
  "filename": "lib/connection.ts",
9935
- "line": 16
9935
+ "line": 17
9936
9936
  },
9937
9937
  "methods": [
9938
9938
  {
@@ -9942,7 +9942,7 @@
9942
9942
  },
9943
9943
  "locationInModule": {
9944
9944
  "filename": "lib/connection.ts",
9945
- "line": 171
9945
+ "line": 172
9946
9946
  },
9947
9947
  "name": "toString",
9948
9948
  "returns": {
@@ -9963,7 +9963,7 @@
9963
9963
  "immutable": true,
9964
9964
  "locationInModule": {
9965
9965
  "filename": "lib/connection.ts",
9966
- "line": 57
9966
+ "line": 58
9967
9967
  },
9968
9968
  "name": "CUSTOM",
9969
9969
  "static": true,
@@ -9980,7 +9980,7 @@
9980
9980
  "immutable": true,
9981
9981
  "locationInModule": {
9982
9982
  "filename": "lib/connection.ts",
9983
- "line": 62
9983
+ "line": 63
9984
9984
  },
9985
9985
  "name": "FACEBOOKADS",
9986
9986
  "static": true,
@@ -9997,7 +9997,7 @@
9997
9997
  "immutable": true,
9998
9998
  "locationInModule": {
9999
9999
  "filename": "lib/connection.ts",
10000
- "line": 67
10000
+ "line": 68
10001
10001
  },
10002
10002
  "name": "GOOGLEADS",
10003
10003
  "static": true,
@@ -10014,7 +10014,7 @@
10014
10014
  "immutable": true,
10015
10015
  "locationInModule": {
10016
10016
  "filename": "lib/connection.ts",
10017
- "line": 77
10017
+ "line": 78
10018
10018
  },
10019
10019
  "name": "GOOGLEANALYTICS4",
10020
10020
  "static": true,
@@ -10031,7 +10031,7 @@
10031
10031
  "immutable": true,
10032
10032
  "locationInModule": {
10033
10033
  "filename": "lib/connection.ts",
10034
- "line": 72
10034
+ "line": 73
10035
10035
  },
10036
10036
  "name": "GOOGLESHEETS",
10037
10037
  "static": true,
@@ -10048,7 +10048,7 @@
10048
10048
  "immutable": true,
10049
10049
  "locationInModule": {
10050
10050
  "filename": "lib/connection.ts",
10051
- "line": 82
10051
+ "line": 83
10052
10052
  },
10053
10053
  "name": "HUBSPOT",
10054
10054
  "static": true,
@@ -10065,7 +10065,7 @@
10065
10065
  "immutable": true,
10066
10066
  "locationInModule": {
10067
10067
  "filename": "lib/connection.ts",
10068
- "line": 87
10068
+ "line": 88
10069
10069
  },
10070
10070
  "name": "INSTAGRAMADS",
10071
10071
  "static": true,
@@ -10082,7 +10082,7 @@
10082
10082
  "immutable": true,
10083
10083
  "locationInModule": {
10084
10084
  "filename": "lib/connection.ts",
10085
- "line": 92
10085
+ "line": 93
10086
10086
  },
10087
10087
  "name": "INTERCOM",
10088
10088
  "static": true,
@@ -10099,7 +10099,7 @@
10099
10099
  "immutable": true,
10100
10100
  "locationInModule": {
10101
10101
  "filename": "lib/connection.ts",
10102
- "line": 20
10102
+ "line": 21
10103
10103
  },
10104
10104
  "name": "JDBC",
10105
10105
  "static": true,
@@ -10116,7 +10116,7 @@
10116
10116
  "immutable": true,
10117
10117
  "locationInModule": {
10118
10118
  "filename": "lib/connection.ts",
10119
- "line": 97
10119
+ "line": 98
10120
10120
  },
10121
10121
  "name": "JIRACLOUD",
10122
10122
  "static": true,
@@ -10133,7 +10133,7 @@
10133
10133
  "immutable": true,
10134
10134
  "locationInModule": {
10135
10135
  "filename": "lib/connection.ts",
10136
- "line": 25
10136
+ "line": 26
10137
10137
  },
10138
10138
  "name": "KAFKA",
10139
10139
  "static": true,
@@ -10150,7 +10150,7 @@
10150
10150
  "immutable": true,
10151
10151
  "locationInModule": {
10152
10152
  "filename": "lib/connection.ts",
10153
- "line": 102
10153
+ "line": 103
10154
10154
  },
10155
10155
  "name": "MARKETO",
10156
10156
  "static": true,
@@ -10167,7 +10167,7 @@
10167
10167
  "immutable": true,
10168
10168
  "locationInModule": {
10169
10169
  "filename": "lib/connection.ts",
10170
- "line": 51
10170
+ "line": 52
10171
10171
  },
10172
10172
  "name": "MARKETPLACE",
10173
10173
  "static": true,
@@ -10184,7 +10184,7 @@
10184
10184
  "immutable": true,
10185
10185
  "locationInModule": {
10186
10186
  "filename": "lib/connection.ts",
10187
- "line": 30
10187
+ "line": 31
10188
10188
  },
10189
10189
  "name": "MONGODB",
10190
10190
  "static": true,
@@ -10201,7 +10201,7 @@
10201
10201
  "immutable": true,
10202
10202
  "locationInModule": {
10203
10203
  "filename": "lib/connection.ts",
10204
- "line": 107
10204
+ "line": 108
10205
10205
  },
10206
10206
  "name": "NETSUITEERP",
10207
10207
  "static": true,
@@ -10218,7 +10218,7 @@
10218
10218
  "immutable": true,
10219
10219
  "locationInModule": {
10220
10220
  "filename": "lib/connection.ts",
10221
- "line": 45
10221
+ "line": 46
10222
10222
  },
10223
10223
  "name": "NETWORK",
10224
10224
  "static": true,
@@ -10235,7 +10235,7 @@
10235
10235
  "immutable": true,
10236
10236
  "locationInModule": {
10237
10237
  "filename": "lib/connection.ts",
10238
- "line": 112
10238
+ "line": 113
10239
10239
  },
10240
10240
  "name": "SALESFORCE",
10241
10241
  "static": true,
@@ -10252,7 +10252,7 @@
10252
10252
  "immutable": true,
10253
10253
  "locationInModule": {
10254
10254
  "filename": "lib/connection.ts",
10255
- "line": 117
10255
+ "line": 118
10256
10256
  },
10257
10257
  "name": "SALESFORCEMARKETINGCLOUD",
10258
10258
  "static": true,
@@ -10269,7 +10269,7 @@
10269
10269
  "immutable": true,
10270
10270
  "locationInModule": {
10271
10271
  "filename": "lib/connection.ts",
10272
- "line": 122
10272
+ "line": 123
10273
10273
  },
10274
10274
  "name": "SALESFORCEPARDOT",
10275
10275
  "static": true,
@@ -10286,7 +10286,7 @@
10286
10286
  "immutable": true,
10287
10287
  "locationInModule": {
10288
10288
  "filename": "lib/connection.ts",
10289
- "line": 127
10289
+ "line": 128
10290
10290
  },
10291
10291
  "name": "SAPODATA",
10292
10292
  "static": true,
@@ -10303,7 +10303,7 @@
10303
10303
  "immutable": true,
10304
10304
  "locationInModule": {
10305
10305
  "filename": "lib/connection.ts",
10306
- "line": 132
10306
+ "line": 133
10307
10307
  },
10308
10308
  "name": "SERVICENOW",
10309
10309
  "static": true,
@@ -10320,7 +10320,7 @@
10320
10320
  "immutable": true,
10321
10321
  "locationInModule": {
10322
10322
  "filename": "lib/connection.ts",
10323
- "line": 137
10323
+ "line": 138
10324
10324
  },
10325
10325
  "name": "SLACK",
10326
10326
  "static": true,
@@ -10337,7 +10337,7 @@
10337
10337
  "immutable": true,
10338
10338
  "locationInModule": {
10339
10339
  "filename": "lib/connection.ts",
10340
- "line": 142
10340
+ "line": 143
10341
10341
  },
10342
10342
  "name": "SNAPCHATADS",
10343
10343
  "static": true,
@@ -10354,7 +10354,7 @@
10354
10354
  "immutable": true,
10355
10355
  "locationInModule": {
10356
10356
  "filename": "lib/connection.ts",
10357
- "line": 147
10357
+ "line": 148
10358
10358
  },
10359
10359
  "name": "STRIPE",
10360
10360
  "static": true,
@@ -10371,7 +10371,7 @@
10371
10371
  "immutable": true,
10372
10372
  "locationInModule": {
10373
10373
  "filename": "lib/connection.ts",
10374
- "line": 40
10374
+ "line": 41
10375
10375
  },
10376
10376
  "name": "VIEW_VALIDATION_ATHENA",
10377
10377
  "static": true,
@@ -10388,7 +10388,7 @@
10388
10388
  "immutable": true,
10389
10389
  "locationInModule": {
10390
10390
  "filename": "lib/connection.ts",
10391
- "line": 35
10391
+ "line": 36
10392
10392
  },
10393
10393
  "name": "VIEW_VALIDATION_REDSHIFT",
10394
10394
  "static": true,
@@ -10405,7 +10405,7 @@
10405
10405
  "immutable": true,
10406
10406
  "locationInModule": {
10407
10407
  "filename": "lib/connection.ts",
10408
- "line": 152
10408
+ "line": 153
10409
10409
  },
10410
10410
  "name": "ZENDESK",
10411
10411
  "static": true,
@@ -10422,7 +10422,7 @@
10422
10422
  "immutable": true,
10423
10423
  "locationInModule": {
10424
10424
  "filename": "lib/connection.ts",
10425
- "line": 157
10425
+ "line": 158
10426
10426
  },
10427
10427
  "name": "ZOHOCRM",
10428
10428
  "static": true,
@@ -10438,7 +10438,7 @@
10438
10438
  "immutable": true,
10439
10439
  "locationInModule": {
10440
10440
  "filename": "lib/connection.ts",
10441
- "line": 162
10441
+ "line": 163
10442
10442
  },
10443
10443
  "name": "name",
10444
10444
  "type": {
@@ -11072,7 +11072,7 @@
11072
11072
  },
11073
11073
  "locationInModule": {
11074
11074
  "filename": "lib/data-quality-ruleset.ts",
11075
- "line": 127
11075
+ "line": 120
11076
11076
  },
11077
11077
  "parameters": [
11078
11078
  {
@@ -11101,7 +11101,7 @@
11101
11101
  "kind": "class",
11102
11102
  "locationInModule": {
11103
11103
  "filename": "lib/data-quality-ruleset.ts",
11104
- "line": 86
11104
+ "line": 87
11105
11105
  },
11106
11106
  "methods": [
11107
11107
  {
@@ -11110,7 +11110,7 @@
11110
11110
  },
11111
11111
  "locationInModule": {
11112
11112
  "filename": "lib/data-quality-ruleset.ts",
11113
- "line": 91
11113
+ "line": 92
11114
11114
  },
11115
11115
  "name": "fromRulesetArn",
11116
11116
  "parameters": [
@@ -11146,7 +11146,7 @@
11146
11146
  },
11147
11147
  "locationInModule": {
11148
11148
  "filename": "lib/data-quality-ruleset.ts",
11149
- "line": 100
11149
+ "line": 101
11150
11150
  },
11151
11151
  "name": "fromRulesetName",
11152
11152
  "parameters": [
@@ -11188,7 +11188,7 @@
11188
11188
  "immutable": true,
11189
11189
  "locationInModule": {
11190
11190
  "filename": "lib/data-quality-ruleset.ts",
11191
- "line": 89
11191
+ "line": 90
11192
11192
  },
11193
11193
  "name": "PROPERTY_INJECTION_ID",
11194
11194
  "static": true,
@@ -11204,7 +11204,7 @@
11204
11204
  "immutable": true,
11205
11205
  "locationInModule": {
11206
11206
  "filename": "lib/data-quality-ruleset.ts",
11207
- "line": 125
11207
+ "line": 148
11208
11208
  },
11209
11209
  "name": "rulesetArn",
11210
11210
  "overrides": "@aws-cdk/aws-glue-alpha.IDataQualityRuleset",
@@ -11220,7 +11220,7 @@
11220
11220
  "immutable": true,
11221
11221
  "locationInModule": {
11222
11222
  "filename": "lib/data-quality-ruleset.ts",
11223
- "line": 120
11223
+ "line": 140
11224
11224
  },
11225
11225
  "name": "rulesetName",
11226
11226
  "overrides": "@aws-cdk/aws-glue-alpha.IDataQualityRuleset",
@@ -11246,7 +11246,7 @@
11246
11246
  "kind": "interface",
11247
11247
  "locationInModule": {
11248
11248
  "filename": "lib/data-quality-ruleset.ts",
11249
- "line": 45
11249
+ "line": 46
11250
11250
  },
11251
11251
  "name": "DataQualityRulesetProps",
11252
11252
  "properties": [
@@ -11262,7 +11262,7 @@
11262
11262
  "immutable": true,
11263
11263
  "locationInModule": {
11264
11264
  "filename": "lib/data-quality-ruleset.ts",
11265
- "line": 68
11265
+ "line": 69
11266
11266
  },
11267
11267
  "name": "rulesetDqdl",
11268
11268
  "type": {
@@ -11281,7 +11281,7 @@
11281
11281
  "immutable": true,
11282
11282
  "locationInModule": {
11283
11283
  "filename": "lib/data-quality-ruleset.ts",
11284
- "line": 80
11284
+ "line": 81
11285
11285
  },
11286
11286
  "name": "targetTable",
11287
11287
  "type": {
@@ -11300,7 +11300,7 @@
11300
11300
  "immutable": true,
11301
11301
  "locationInModule": {
11302
11302
  "filename": "lib/data-quality-ruleset.ts",
11303
- "line": 56
11303
+ "line": 57
11304
11304
  },
11305
11305
  "name": "clientToken",
11306
11306
  "optional": true,
@@ -11320,7 +11320,7 @@
11320
11320
  "immutable": true,
11321
11321
  "locationInModule": {
11322
11322
  "filename": "lib/data-quality-ruleset.ts",
11323
- "line": 62
11323
+ "line": 63
11324
11324
  },
11325
11325
  "name": "description",
11326
11326
  "optional": true,
@@ -11338,7 +11338,7 @@
11338
11338
  "immutable": true,
11339
11339
  "locationInModule": {
11340
11340
  "filename": "lib/data-quality-ruleset.ts",
11341
- "line": 50
11341
+ "line": 51
11342
11342
  },
11343
11343
  "name": "rulesetName",
11344
11344
  "optional": true,
@@ -11356,7 +11356,7 @@
11356
11356
  "immutable": true,
11357
11357
  "locationInModule": {
11358
11358
  "filename": "lib/data-quality-ruleset.ts",
11359
- "line": 74
11359
+ "line": 75
11360
11360
  },
11361
11361
  "name": "tags",
11362
11362
  "optional": true,
@@ -11389,7 +11389,7 @@
11389
11389
  },
11390
11390
  "locationInModule": {
11391
11391
  "filename": "lib/data-quality-ruleset.ts",
11392
- "line": 22
11392
+ "line": 23
11393
11393
  },
11394
11394
  "parameters": [
11395
11395
  {
@@ -11409,7 +11409,7 @@
11409
11409
  "kind": "class",
11410
11410
  "locationInModule": {
11411
11411
  "filename": "lib/data-quality-ruleset.ts",
11412
- "line": 11
11412
+ "line": 12
11413
11413
  },
11414
11414
  "name": "DataQualityTargetTable",
11415
11415
  "properties": [
@@ -11421,7 +11421,7 @@
11421
11421
  "immutable": true,
11422
11422
  "locationInModule": {
11423
11423
  "filename": "lib/data-quality-ruleset.ts",
11424
- "line": 15
11424
+ "line": 16
11425
11425
  },
11426
11426
  "name": "databaseName",
11427
11427
  "type": {
@@ -11436,7 +11436,7 @@
11436
11436
  "immutable": true,
11437
11437
  "locationInModule": {
11438
11438
  "filename": "lib/data-quality-ruleset.ts",
11439
- "line": 20
11439
+ "line": 21
11440
11440
  },
11441
11441
  "name": "tableName",
11442
11442
  "type": {
@@ -11464,7 +11464,7 @@
11464
11464
  },
11465
11465
  "locationInModule": {
11466
11466
  "filename": "lib/database.ts",
11467
- "line": 103
11467
+ "line": 96
11468
11468
  },
11469
11469
  "parameters": [
11470
11470
  {
@@ -11494,7 +11494,7 @@
11494
11494
  "kind": "class",
11495
11495
  "locationInModule": {
11496
11496
  "filename": "lib/database.ts",
11497
- "line": 60
11497
+ "line": 61
11498
11498
  },
11499
11499
  "methods": [
11500
11500
  {
@@ -11503,7 +11503,7 @@
11503
11503
  },
11504
11504
  "locationInModule": {
11505
11505
  "filename": "lib/database.ts",
11506
- "line": 65
11506
+ "line": 66
11507
11507
  },
11508
11508
  "name": "fromDatabaseArn",
11509
11509
  "parameters": [
@@ -11545,7 +11545,7 @@
11545
11545
  "immutable": true,
11546
11546
  "locationInModule": {
11547
11547
  "filename": "lib/database.ts",
11548
- "line": 63
11548
+ "line": 64
11549
11549
  },
11550
11550
  "name": "PROPERTY_INJECTION_ID",
11551
11551
  "static": true,
@@ -11561,7 +11561,7 @@
11561
11561
  "immutable": true,
11562
11562
  "locationInModule": {
11563
11563
  "filename": "lib/database.ts",
11564
- "line": 81
11564
+ "line": 82
11565
11565
  },
11566
11566
  "name": "catalogArn",
11567
11567
  "overrides": "@aws-cdk/aws-glue-alpha.IDatabase",
@@ -11577,7 +11577,7 @@
11577
11577
  "immutable": true,
11578
11578
  "locationInModule": {
11579
11579
  "filename": "lib/database.ts",
11580
- "line": 86
11580
+ "line": 87
11581
11581
  },
11582
11582
  "name": "catalogId",
11583
11583
  "overrides": "@aws-cdk/aws-glue-alpha.IDatabase",
@@ -11588,12 +11588,12 @@
11588
11588
  {
11589
11589
  "docs": {
11590
11590
  "stability": "experimental",
11591
- "summary": "ARN of this database."
11591
+ "summary": "The ARN of the database."
11592
11592
  },
11593
11593
  "immutable": true,
11594
11594
  "locationInModule": {
11595
11595
  "filename": "lib/database.ts",
11596
- "line": 91
11596
+ "line": 142
11597
11597
  },
11598
11598
  "name": "databaseArn",
11599
11599
  "overrides": "@aws-cdk/aws-glue-alpha.IDatabase",
@@ -11604,12 +11604,12 @@
11604
11604
  {
11605
11605
  "docs": {
11606
11606
  "stability": "experimental",
11607
- "summary": "Name of this database."
11607
+ "summary": "The name of the database."
11608
11608
  },
11609
11609
  "immutable": true,
11610
11610
  "locationInModule": {
11611
11611
  "filename": "lib/database.ts",
11612
- "line": 96
11612
+ "line": 137
11613
11613
  },
11614
11614
  "name": "databaseName",
11615
11615
  "overrides": "@aws-cdk/aws-glue-alpha.IDatabase",
@@ -11622,10 +11622,9 @@
11622
11622
  "stability": "experimental",
11623
11623
  "summary": "Location URI of this database."
11624
11624
  },
11625
- "immutable": true,
11626
11625
  "locationInModule": {
11627
11626
  "filename": "lib/database.ts",
11628
- "line": 101
11627
+ "line": 92
11629
11628
  },
11630
11629
  "name": "locationUri",
11631
11630
  "optional": true,
@@ -11650,7 +11649,7 @@
11650
11649
  "kind": "interface",
11651
11650
  "locationInModule": {
11652
11651
  "filename": "lib/database.ts",
11653
- "line": 33
11652
+ "line": 34
11654
11653
  },
11655
11654
  "name": "DatabaseProps",
11656
11655
  "properties": [
@@ -11664,7 +11663,7 @@
11664
11663
  "immutable": true,
11665
11664
  "locationInModule": {
11666
11665
  "filename": "lib/database.ts",
11667
- "line": 39
11666
+ "line": 40
11668
11667
  },
11669
11668
  "name": "databaseName",
11670
11669
  "optional": true,
@@ -11682,7 +11681,7 @@
11682
11681
  "immutable": true,
11683
11682
  "locationInModule": {
11684
11683
  "filename": "lib/database.ts",
11685
- "line": 54
11684
+ "line": 55
11686
11685
  },
11687
11686
  "name": "description",
11688
11687
  "optional": true,
@@ -11701,7 +11700,7 @@
11701
11700
  "immutable": true,
11702
11701
  "locationInModule": {
11703
11702
  "filename": "lib/database.ts",
11704
- "line": 47
11703
+ "line": 48
11705
11704
  },
11706
11705
  "name": "locationUri",
11707
11706
  "optional": true,
@@ -11819,7 +11818,7 @@
11819
11818
  },
11820
11819
  "locationInModule": {
11821
11820
  "filename": "lib/external-table.ts",
11822
- "line": 59
11821
+ "line": 53
11823
11822
  },
11824
11823
  "parameters": [
11825
11824
  {
@@ -11845,7 +11844,7 @@
11845
11844
  "kind": "class",
11846
11845
  "locationInModule": {
11847
11846
  "filename": "lib/external-table.ts",
11848
- "line": 33
11847
+ "line": 34
11849
11848
  },
11850
11849
  "methods": [
11851
11850
  {
@@ -11855,7 +11854,7 @@
11855
11854
  },
11856
11855
  "locationInModule": {
11857
11856
  "filename": "lib/external-table.ts",
11858
- "line": 127
11857
+ "line": 136
11859
11858
  },
11860
11859
  "name": "grantRead",
11861
11860
  "overrides": "@aws-cdk/aws-glue-alpha.TableBase",
@@ -11883,7 +11882,7 @@
11883
11882
  },
11884
11883
  "locationInModule": {
11885
11884
  "filename": "lib/external-table.ts",
11886
- "line": 151
11885
+ "line": 160
11887
11886
  },
11888
11887
  "name": "grantReadWrite",
11889
11888
  "overrides": "@aws-cdk/aws-glue-alpha.TableBase",
@@ -11911,7 +11910,7 @@
11911
11910
  },
11912
11911
  "locationInModule": {
11913
11912
  "filename": "lib/external-table.ts",
11914
- "line": 139
11913
+ "line": 148
11915
11914
  },
11916
11915
  "name": "grantWrite",
11917
11916
  "overrides": "@aws-cdk/aws-glue-alpha.TableBase",
@@ -11944,7 +11943,7 @@
11944
11943
  "immutable": true,
11945
11944
  "locationInModule": {
11946
11945
  "filename": "lib/external-table.ts",
11947
- "line": 36
11946
+ "line": 37
11948
11947
  },
11949
11948
  "name": "PROPERTY_INJECTION_ID",
11950
11949
  "static": true,
@@ -11960,7 +11959,7 @@
11960
11959
  "immutable": true,
11961
11960
  "locationInModule": {
11962
11961
  "filename": "lib/external-table.ts",
11963
- "line": 50
11962
+ "line": 42
11964
11963
  },
11965
11964
  "name": "connection",
11966
11965
  "type": {
@@ -11975,7 +11974,7 @@
11975
11974
  "immutable": true,
11976
11975
  "locationInModule": {
11977
11976
  "filename": "lib/external-table.ts",
11978
- "line": 45
11977
+ "line": 121
11979
11978
  },
11980
11979
  "name": "tableArn",
11981
11980
  "overrides": "@aws-cdk/aws-glue-alpha.TableBase",
@@ -11991,7 +11990,7 @@
11991
11990
  "immutable": true,
11992
11991
  "locationInModule": {
11993
11992
  "filename": "lib/external-table.ts",
11994
- "line": 40
11993
+ "line": 113
11995
11994
  },
11996
11995
  "name": "tableName",
11997
11996
  "overrides": "@aws-cdk/aws-glue-alpha.TableBase",
@@ -12006,7 +12005,7 @@
12006
12005
  "immutable": true,
12007
12006
  "locationInModule": {
12008
12007
  "filename": "lib/external-table.ts",
12009
- "line": 57
12008
+ "line": 49
12010
12009
  },
12011
12010
  "name": "tableResource",
12012
12011
  "overrides": "@aws-cdk/aws-glue-alpha.TableBase",
@@ -12023,7 +12022,7 @@
12023
12022
  "immutable": true,
12024
12023
  "locationInModule": {
12025
12024
  "filename": "lib/external-table.ts",
12026
- "line": 55
12025
+ "line": 47
12027
12026
  },
12028
12027
  "name": "partitionIndexes",
12029
12028
  "optional": true,
@@ -12057,7 +12056,7 @@
12057
12056
  "kind": "interface",
12058
12057
  "locationInModule": {
12059
12058
  "filename": "lib/external-table.ts",
12060
- "line": 11
12059
+ "line": 12
12061
12060
  },
12062
12061
  "name": "ExternalTableProps",
12063
12062
  "properties": [
@@ -12071,7 +12070,7 @@
12071
12070
  "immutable": true,
12072
12071
  "locationInModule": {
12073
12072
  "filename": "lib/external-table.ts",
12074
- "line": 17
12073
+ "line": 18
12075
12074
  },
12076
12075
  "name": "connection",
12077
12076
  "type": {
@@ -12089,7 +12088,7 @@
12089
12088
  "immutable": true,
12090
12089
  "locationInModule": {
12091
12090
  "filename": "lib/external-table.ts",
12092
- "line": 26
12091
+ "line": 27
12093
12092
  },
12094
12093
  "name": "externalDataLocation",
12095
12094
  "type": {
@@ -12183,7 +12182,7 @@
12183
12182
  "kind": "interface",
12184
12183
  "locationInModule": {
12185
12184
  "filename": "lib/connection.ts",
12186
- "line": 179
12185
+ "line": 180
12187
12186
  },
12188
12187
  "name": "IConnection",
12189
12188
  "properties": [
@@ -12199,7 +12198,7 @@
12199
12198
  "immutable": true,
12200
12199
  "locationInModule": {
12201
12200
  "filename": "lib/connection.ts",
12202
- "line": 190
12201
+ "line": 191
12203
12202
  },
12204
12203
  "name": "connectionArn",
12205
12204
  "type": {
@@ -12218,7 +12217,7 @@
12218
12217
  "immutable": true,
12219
12218
  "locationInModule": {
12220
12219
  "filename": "lib/connection.ts",
12221
- "line": 184
12220
+ "line": 185
12222
12221
  },
12223
12222
  "name": "connectionName",
12224
12223
  "type": {
@@ -12240,7 +12239,7 @@
12240
12239
  "kind": "interface",
12241
12240
  "locationInModule": {
12242
12241
  "filename": "lib/data-quality-ruleset.ts",
12243
- "line": 28
12242
+ "line": 29
12244
12243
  },
12245
12244
  "name": "IDataQualityRuleset",
12246
12245
  "properties": [
@@ -12256,7 +12255,7 @@
12256
12255
  "immutable": true,
12257
12256
  "locationInModule": {
12258
12257
  "filename": "lib/data-quality-ruleset.ts",
12259
- "line": 33
12258
+ "line": 34
12260
12259
  },
12261
12260
  "name": "rulesetArn",
12262
12261
  "type": {
@@ -12275,7 +12274,7 @@
12275
12274
  "immutable": true,
12276
12275
  "locationInModule": {
12277
12276
  "filename": "lib/data-quality-ruleset.ts",
12278
- "line": 39
12277
+ "line": 40
12279
12278
  },
12280
12279
  "name": "rulesetName",
12281
12280
  "type": {
@@ -12297,7 +12296,7 @@
12297
12296
  "kind": "interface",
12298
12297
  "locationInModule": {
12299
12298
  "filename": "lib/database.ts",
12300
- "line": 7
12299
+ "line": 8
12301
12300
  },
12302
12301
  "name": "IDatabase",
12303
12302
  "properties": [
@@ -12310,7 +12309,7 @@
12310
12309
  "immutable": true,
12311
12310
  "locationInModule": {
12312
12311
  "filename": "lib/database.ts",
12313
- "line": 11
12312
+ "line": 12
12314
12313
  },
12315
12314
  "name": "catalogArn",
12316
12315
  "type": {
@@ -12326,7 +12325,7 @@
12326
12325
  "immutable": true,
12327
12326
  "locationInModule": {
12328
12327
  "filename": "lib/database.ts",
12329
- "line": 16
12328
+ "line": 17
12330
12329
  },
12331
12330
  "name": "catalogId",
12332
12331
  "type": {
@@ -12345,7 +12344,7 @@
12345
12344
  "immutable": true,
12346
12345
  "locationInModule": {
12347
12346
  "filename": "lib/database.ts",
12348
- "line": 23
12347
+ "line": 24
12349
12348
  },
12350
12349
  "name": "databaseArn",
12351
12350
  "type": {
@@ -12364,7 +12363,7 @@
12364
12363
  "immutable": true,
12365
12364
  "locationInModule": {
12366
12365
  "filename": "lib/database.ts",
12367
- "line": 30
12366
+ "line": 31
12368
12367
  },
12369
12368
  "name": "databaseName",
12370
12369
  "type": {
@@ -12706,7 +12705,7 @@
12706
12705
  "kind": "interface",
12707
12706
  "locationInModule": {
12708
12707
  "filename": "lib/security-configuration.ts",
12709
- "line": 12
12708
+ "line": 13
12710
12709
  },
12711
12710
  "name": "ISecurityConfiguration",
12712
12711
  "properties": [
@@ -12722,7 +12721,7 @@
12722
12721
  "immutable": true,
12723
12722
  "locationInModule": {
12724
12723
  "filename": "lib/security-configuration.ts",
12725
- "line": 17
12724
+ "line": 18
12726
12725
  },
12727
12726
  "name": "securityConfigurationName",
12728
12727
  "type": {
@@ -12801,7 +12800,7 @@
12801
12800
  "kind": "interface",
12802
12801
  "locationInModule": {
12803
12802
  "filename": "lib/triggers/workflow.ts",
12804
- "line": 27
12803
+ "line": 28
12805
12804
  },
12806
12805
  "methods": [
12807
12806
  {
@@ -12812,7 +12811,7 @@
12812
12811
  },
12813
12812
  "locationInModule": {
12814
12813
  "filename": "lib/triggers/workflow.ts",
12815
- "line": 58
12814
+ "line": 59
12816
12815
  },
12817
12816
  "name": "addCustomScheduledTrigger",
12818
12817
  "parameters": [
@@ -12843,7 +12842,7 @@
12843
12842
  },
12844
12843
  "locationInModule": {
12845
12844
  "filename": "lib/triggers/workflow.ts",
12846
- "line": 48
12845
+ "line": 49
12847
12846
  },
12848
12847
  "name": "addDailyScheduledTrigger",
12849
12848
  "parameters": [
@@ -12874,7 +12873,7 @@
12874
12873
  },
12875
12874
  "locationInModule": {
12876
12875
  "filename": "lib/triggers/workflow.ts",
12877
- "line": 43
12876
+ "line": 44
12878
12877
  },
12879
12878
  "name": "addOnDemandTrigger",
12880
12879
  "parameters": [
@@ -12905,7 +12904,7 @@
12905
12904
  },
12906
12905
  "locationInModule": {
12907
12906
  "filename": "lib/triggers/workflow.ts",
12908
- "line": 53
12907
+ "line": 54
12909
12908
  },
12910
12909
  "name": "addWeeklyScheduledTrigger",
12911
12910
  "parameters": [
@@ -12943,7 +12942,7 @@
12943
12942
  "immutable": true,
12944
12943
  "locationInModule": {
12945
12944
  "filename": "lib/triggers/workflow.ts",
12946
- "line": 38
12945
+ "line": 39
12947
12946
  },
12948
12947
  "name": "workflowArn",
12949
12948
  "type": {
@@ -12962,7 +12961,7 @@
12962
12961
  "immutable": true,
12963
12962
  "locationInModule": {
12964
12963
  "filename": "lib/triggers/workflow.ts",
12965
- "line": 32
12964
+ "line": 33
12966
12965
  },
12967
12966
  "name": "workflowName",
12968
12967
  "type": {
@@ -13188,7 +13187,7 @@
13188
13187
  },
13189
13188
  "locationInModule": {
13190
13189
  "filename": "core/lib/resource.ts",
13191
- "line": 122
13190
+ "line": 119
13192
13191
  },
13193
13192
  "parameters": [
13194
13193
  {
@@ -13460,7 +13459,7 @@
13460
13459
  },
13461
13460
  "locationInModule": {
13462
13461
  "filename": "core/lib/resource.ts",
13463
- "line": 122
13462
+ "line": 119
13464
13463
  },
13465
13464
  "parameters": [
13466
13465
  {
@@ -13929,7 +13928,7 @@
13929
13928
  "kind": "interface",
13930
13929
  "locationInModule": {
13931
13930
  "filename": "lib/security-configuration.ts",
13932
- "line": 101
13931
+ "line": 102
13933
13932
  },
13934
13933
  "name": "JobBookmarksEncryption",
13935
13934
  "properties": [
@@ -13942,7 +13941,7 @@
13942
13941
  "immutable": true,
13943
13942
  "locationInModule": {
13944
13943
  "filename": "lib/security-configuration.ts",
13945
- "line": 105
13944
+ "line": 106
13946
13945
  },
13947
13946
  "name": "mode",
13948
13947
  "type": {
@@ -13959,7 +13958,7 @@
13959
13958
  "immutable": true,
13960
13959
  "locationInModule": {
13961
13960
  "filename": "lib/security-configuration.ts",
13962
- "line": 111
13961
+ "line": 112
13963
13962
  },
13964
13963
  "name": "kmsKey",
13965
13964
  "optional": true,
@@ -13985,7 +13984,7 @@
13985
13984
  "kind": "enum",
13986
13985
  "locationInModule": {
13987
13986
  "filename": "lib/security-configuration.ts",
13988
- "line": 57
13987
+ "line": 58
13989
13988
  },
13990
13989
  "members": [
13991
13990
  {
@@ -15009,7 +15008,7 @@
15009
15008
  "kind": "class",
15010
15009
  "locationInModule": {
15011
15010
  "filename": "lib/jobs/pyspark-etl-job.ts",
15012
- "line": 71
15011
+ "line": 72
15013
15012
  },
15014
15013
  "name": "PySparkEtlJob",
15015
15014
  "properties": [
@@ -15022,7 +15021,7 @@
15022
15021
  "immutable": true,
15023
15022
  "locationInModule": {
15024
15023
  "filename": "lib/jobs/pyspark-etl-job.ts",
15025
- "line": 74
15024
+ "line": 75
15026
15025
  },
15027
15026
  "name": "PROPERTY_INJECTION_ID",
15028
15027
  "static": true,
@@ -15038,7 +15037,7 @@
15038
15037
  "immutable": true,
15039
15038
  "locationInModule": {
15040
15039
  "filename": "lib/jobs/pyspark-etl-job.ts",
15041
- "line": 75
15040
+ "line": 115
15042
15041
  },
15043
15042
  "name": "jobArn",
15044
15043
  "overrides": "@aws-cdk/aws-glue-alpha.JobBase",
@@ -15054,7 +15053,7 @@
15054
15053
  "immutable": true,
15055
15054
  "locationInModule": {
15056
15055
  "filename": "lib/jobs/pyspark-etl-job.ts",
15057
- "line": 76
15056
+ "line": 120
15058
15057
  },
15059
15058
  "name": "jobName",
15060
15059
  "overrides": "@aws-cdk/aws-glue-alpha.JobBase",
@@ -15083,7 +15082,7 @@
15083
15082
  "kind": "interface",
15084
15083
  "locationInModule": {
15085
15084
  "filename": "lib/jobs/pyspark-etl-job.ts",
15086
- "line": 12
15085
+ "line": 13
15087
15086
  },
15088
15087
  "name": "PySparkEtlJobProps",
15089
15088
  "properties": [
@@ -15098,7 +15097,7 @@
15098
15097
  "immutable": true,
15099
15098
  "locationInModule": {
15100
15099
  "filename": "lib/jobs/pyspark-etl-job.ts",
15101
- "line": 28
15100
+ "line": 29
15102
15101
  },
15103
15102
  "name": "extraFiles",
15104
15103
  "optional": true,
@@ -15121,7 +15120,7 @@
15121
15120
  "immutable": true,
15122
15121
  "locationInModule": {
15123
15122
  "filename": "lib/jobs/pyspark-etl-job.ts",
15124
- "line": 35
15123
+ "line": 36
15125
15124
  },
15126
15125
  "name": "extraJars",
15127
15126
  "optional": true,
@@ -15145,7 +15144,7 @@
15145
15144
  "immutable": true,
15146
15145
  "locationInModule": {
15147
15146
  "filename": "lib/jobs/pyspark-etl-job.ts",
15148
- "line": 44
15147
+ "line": 45
15149
15148
  },
15150
15149
  "name": "extraJarsFirst",
15151
15150
  "optional": true,
@@ -15163,7 +15162,7 @@
15163
15162
  "immutable": true,
15164
15163
  "locationInModule": {
15165
15164
  "filename": "lib/jobs/pyspark-etl-job.ts",
15166
- "line": 19
15165
+ "line": 20
15167
15166
  },
15168
15167
  "name": "extraPythonFiles",
15169
15168
  "optional": true,
@@ -15187,7 +15186,7 @@
15187
15186
  "immutable": true,
15188
15187
  "locationInModule": {
15189
15188
  "filename": "lib/jobs/pyspark-etl-job.ts",
15190
- "line": 56
15189
+ "line": 57
15191
15190
  },
15192
15191
  "name": "jobRunQueuingEnabled",
15193
15192
  "optional": true,
@@ -15244,7 +15243,7 @@
15244
15243
  "kind": "class",
15245
15244
  "locationInModule": {
15246
15245
  "filename": "lib/jobs/pyspark-flex-etl-job.ts",
15247
- "line": 67
15246
+ "line": 68
15248
15247
  },
15249
15248
  "name": "PySparkFlexEtlJob",
15250
15249
  "properties": [
@@ -15257,7 +15256,7 @@
15257
15256
  "immutable": true,
15258
15257
  "locationInModule": {
15259
15258
  "filename": "lib/jobs/pyspark-flex-etl-job.ts",
15260
- "line": 70
15259
+ "line": 71
15261
15260
  },
15262
15261
  "name": "PROPERTY_INJECTION_ID",
15263
15262
  "static": true,
@@ -15273,7 +15272,7 @@
15273
15272
  "immutable": true,
15274
15273
  "locationInModule": {
15275
15274
  "filename": "lib/jobs/pyspark-flex-etl-job.ts",
15276
- "line": 71
15275
+ "line": 114
15277
15276
  },
15278
15277
  "name": "jobArn",
15279
15278
  "overrides": "@aws-cdk/aws-glue-alpha.JobBase",
@@ -15289,7 +15288,7 @@
15289
15288
  "immutable": true,
15290
15289
  "locationInModule": {
15291
15290
  "filename": "lib/jobs/pyspark-flex-etl-job.ts",
15292
- "line": 72
15291
+ "line": 119
15293
15292
  },
15294
15293
  "name": "jobName",
15295
15294
  "overrides": "@aws-cdk/aws-glue-alpha.JobBase",
@@ -15318,7 +15317,7 @@
15318
15317
  "kind": "interface",
15319
15318
  "locationInModule": {
15320
15319
  "filename": "lib/jobs/pyspark-flex-etl-job.ts",
15321
- "line": 13
15320
+ "line": 14
15322
15321
  },
15323
15322
  "name": "PySparkFlexEtlJobProps",
15324
15323
  "properties": [
@@ -15333,7 +15332,7 @@
15333
15332
  "immutable": true,
15334
15333
  "locationInModule": {
15335
15334
  "filename": "lib/jobs/pyspark-flex-etl-job.ts",
15336
- "line": 36
15335
+ "line": 37
15337
15336
  },
15338
15337
  "name": "extraFiles",
15339
15338
  "optional": true,
@@ -15356,7 +15355,7 @@
15356
15355
  "immutable": true,
15357
15356
  "locationInModule": {
15358
15357
  "filename": "lib/jobs/pyspark-flex-etl-job.ts",
15359
- "line": 43
15358
+ "line": 44
15360
15359
  },
15361
15360
  "name": "extraJars",
15362
15361
  "optional": true,
@@ -15380,7 +15379,7 @@
15380
15379
  "immutable": true,
15381
15380
  "locationInModule": {
15382
15381
  "filename": "lib/jobs/pyspark-flex-etl-job.ts",
15383
- "line": 52
15382
+ "line": 53
15384
15383
  },
15385
15384
  "name": "extraJarsFirst",
15386
15385
  "optional": true,
@@ -15398,7 +15397,7 @@
15398
15397
  "immutable": true,
15399
15398
  "locationInModule": {
15400
15399
  "filename": "lib/jobs/pyspark-flex-etl-job.ts",
15401
- "line": 27
15400
+ "line": 28
15402
15401
  },
15403
15402
  "name": "extraPythonFiles",
15404
15403
  "optional": true,
@@ -15422,7 +15421,7 @@
15422
15421
  "immutable": true,
15423
15422
  "locationInModule": {
15424
15423
  "filename": "lib/jobs/pyspark-flex-etl-job.ts",
15425
- "line": 19
15424
+ "line": 20
15426
15425
  },
15427
15426
  "name": "notifyDelayAfter",
15428
15427
  "optional": true,
@@ -15479,7 +15478,7 @@
15479
15478
  "kind": "class",
15480
15479
  "locationInModule": {
15481
15480
  "filename": "lib/jobs/pyspark-streaming-job.ts",
15482
- "line": 71
15481
+ "line": 72
15483
15482
  },
15484
15483
  "name": "PySparkStreamingJob",
15485
15484
  "properties": [
@@ -15492,7 +15491,7 @@
15492
15491
  "immutable": true,
15493
15492
  "locationInModule": {
15494
15493
  "filename": "lib/jobs/pyspark-streaming-job.ts",
15495
- "line": 74
15494
+ "line": 75
15496
15495
  },
15497
15496
  "name": "PROPERTY_INJECTION_ID",
15498
15497
  "static": true,
@@ -15508,7 +15507,7 @@
15508
15507
  "immutable": true,
15509
15508
  "locationInModule": {
15510
15509
  "filename": "lib/jobs/pyspark-streaming-job.ts",
15511
- "line": 75
15510
+ "line": 115
15512
15511
  },
15513
15512
  "name": "jobArn",
15514
15513
  "overrides": "@aws-cdk/aws-glue-alpha.JobBase",
@@ -15524,7 +15523,7 @@
15524
15523
  "immutable": true,
15525
15524
  "locationInModule": {
15526
15525
  "filename": "lib/jobs/pyspark-streaming-job.ts",
15527
- "line": 76
15526
+ "line": 120
15528
15527
  },
15529
15528
  "name": "jobName",
15530
15529
  "overrides": "@aws-cdk/aws-glue-alpha.JobBase",
@@ -15553,7 +15552,7 @@
15553
15552
  "kind": "interface",
15554
15553
  "locationInModule": {
15555
15554
  "filename": "lib/jobs/pyspark-streaming-job.ts",
15556
- "line": 12
15555
+ "line": 13
15557
15556
  },
15558
15557
  "name": "PySparkStreamingJobProps",
15559
15558
  "properties": [
@@ -15568,7 +15567,7 @@
15568
15567
  "immutable": true,
15569
15568
  "locationInModule": {
15570
15569
  "filename": "lib/jobs/pyspark-streaming-job.ts",
15571
- "line": 28
15570
+ "line": 29
15572
15571
  },
15573
15572
  "name": "extraFiles",
15574
15573
  "optional": true,
@@ -15591,7 +15590,7 @@
15591
15590
  "immutable": true,
15592
15591
  "locationInModule": {
15593
15592
  "filename": "lib/jobs/pyspark-streaming-job.ts",
15594
- "line": 35
15593
+ "line": 36
15595
15594
  },
15596
15595
  "name": "extraJars",
15597
15596
  "optional": true,
@@ -15615,7 +15614,7 @@
15615
15614
  "immutable": true,
15616
15615
  "locationInModule": {
15617
15616
  "filename": "lib/jobs/pyspark-streaming-job.ts",
15618
- "line": 44
15617
+ "line": 45
15619
15618
  },
15620
15619
  "name": "extraJarsFirst",
15621
15620
  "optional": true,
@@ -15633,7 +15632,7 @@
15633
15632
  "immutable": true,
15634
15633
  "locationInModule": {
15635
15634
  "filename": "lib/jobs/pyspark-streaming-job.ts",
15636
- "line": 19
15635
+ "line": 20
15637
15636
  },
15638
15637
  "name": "extraPythonFiles",
15639
15638
  "optional": true,
@@ -15657,7 +15656,7 @@
15657
15656
  "immutable": true,
15658
15657
  "locationInModule": {
15659
15658
  "filename": "lib/jobs/pyspark-streaming-job.ts",
15660
- "line": 56
15659
+ "line": 57
15661
15660
  },
15662
15661
  "name": "jobRunQueuingEnabled",
15663
15662
  "optional": true,
@@ -15714,7 +15713,7 @@
15714
15713
  "kind": "class",
15715
15714
  "locationInModule": {
15716
15715
  "filename": "lib/jobs/python-shell-job.ts",
15717
- "line": 47
15716
+ "line": 48
15718
15717
  },
15719
15718
  "name": "PythonShellJob",
15720
15719
  "properties": [
@@ -15727,7 +15726,7 @@
15727
15726
  "immutable": true,
15728
15727
  "locationInModule": {
15729
15728
  "filename": "lib/jobs/python-shell-job.ts",
15730
- "line": 50
15729
+ "line": 51
15731
15730
  },
15732
15731
  "name": "PROPERTY_INJECTION_ID",
15733
15732
  "static": true,
@@ -15743,7 +15742,7 @@
15743
15742
  "immutable": true,
15744
15743
  "locationInModule": {
15745
15744
  "filename": "lib/jobs/python-shell-job.ts",
15746
- "line": 54
15745
+ "line": 53
15747
15746
  },
15748
15747
  "name": "grantPrincipal",
15749
15748
  "overrides": "@aws-cdk/aws-glue-alpha.JobBase",
@@ -15759,7 +15758,7 @@
15759
15758
  "immutable": true,
15760
15759
  "locationInModule": {
15761
15760
  "filename": "lib/jobs/python-shell-job.ts",
15762
- "line": 51
15761
+ "line": 107
15763
15762
  },
15764
15763
  "name": "jobArn",
15765
15764
  "overrides": "@aws-cdk/aws-glue-alpha.JobBase",
@@ -15775,7 +15774,7 @@
15775
15774
  "immutable": true,
15776
15775
  "locationInModule": {
15777
15776
  "filename": "lib/jobs/python-shell-job.ts",
15778
- "line": 52
15777
+ "line": 112
15779
15778
  },
15780
15779
  "name": "jobName",
15781
15780
  "overrides": "@aws-cdk/aws-glue-alpha.JobBase",
@@ -15791,7 +15790,7 @@
15791
15790
  "immutable": true,
15792
15791
  "locationInModule": {
15793
15792
  "filename": "lib/jobs/python-shell-job.ts",
15794
- "line": 53
15793
+ "line": 52
15795
15794
  },
15796
15795
  "name": "role",
15797
15796
  "overrides": "@aws-cdk/aws-glue-alpha.Job",
@@ -15820,7 +15819,7 @@
15820
15819
  "kind": "interface",
15821
15820
  "locationInModule": {
15822
15821
  "filename": "lib/jobs/python-shell-job.ts",
15823
- "line": 12
15822
+ "line": 13
15824
15823
  },
15825
15824
  "name": "PythonShellJobProps",
15826
15825
  "properties": [
@@ -15835,7 +15834,7 @@
15835
15834
  "immutable": true,
15836
15835
  "locationInModule": {
15837
15836
  "filename": "lib/jobs/python-shell-job.ts",
15838
- "line": 37
15837
+ "line": 38
15839
15838
  },
15840
15839
  "name": "jobRunQueuingEnabled",
15841
15840
  "optional": true,
@@ -15853,7 +15852,7 @@
15853
15852
  "immutable": true,
15854
15853
  "locationInModule": {
15855
15854
  "filename": "lib/jobs/python-shell-job.ts",
15856
- "line": 25
15855
+ "line": 26
15857
15856
  },
15858
15857
  "name": "maxCapacity",
15859
15858
  "optional": true,
@@ -15871,7 +15870,7 @@
15871
15870
  "immutable": true,
15872
15871
  "locationInModule": {
15873
15872
  "filename": "lib/jobs/python-shell-job.ts",
15874
- "line": 18
15873
+ "line": 19
15875
15874
  },
15876
15875
  "name": "pythonVersion",
15877
15876
  "optional": true,
@@ -15970,7 +15969,7 @@
15970
15969
  "kind": "class",
15971
15970
  "locationInModule": {
15972
15971
  "filename": "lib/jobs/ray-job.ts",
15973
- "line": 60
15972
+ "line": 61
15974
15973
  },
15975
15974
  "name": "RayJob",
15976
15975
  "properties": [
@@ -15983,7 +15982,7 @@
15983
15982
  "immutable": true,
15984
15983
  "locationInModule": {
15985
15984
  "filename": "lib/jobs/ray-job.ts",
15986
- "line": 63
15985
+ "line": 64
15987
15986
  },
15988
15987
  "name": "PROPERTY_INJECTION_ID",
15989
15988
  "static": true,
@@ -15999,7 +15998,7 @@
15999
15998
  "immutable": true,
16000
15999
  "locationInModule": {
16001
16000
  "filename": "lib/jobs/ray-job.ts",
16002
- "line": 67
16001
+ "line": 66
16003
16002
  },
16004
16003
  "name": "grantPrincipal",
16005
16004
  "overrides": "@aws-cdk/aws-glue-alpha.JobBase",
@@ -16015,7 +16014,7 @@
16015
16014
  "immutable": true,
16016
16015
  "locationInModule": {
16017
16016
  "filename": "lib/jobs/ray-job.ts",
16018
- "line": 64
16017
+ "line": 125
16019
16018
  },
16020
16019
  "name": "jobArn",
16021
16020
  "overrides": "@aws-cdk/aws-glue-alpha.JobBase",
@@ -16031,7 +16030,7 @@
16031
16030
  "immutable": true,
16032
16031
  "locationInModule": {
16033
16032
  "filename": "lib/jobs/ray-job.ts",
16034
- "line": 65
16033
+ "line": 130
16035
16034
  },
16036
16035
  "name": "jobName",
16037
16036
  "overrides": "@aws-cdk/aws-glue-alpha.JobBase",
@@ -16047,7 +16046,7 @@
16047
16046
  "immutable": true,
16048
16047
  "locationInModule": {
16049
16048
  "filename": "lib/jobs/ray-job.ts",
16050
- "line": 66
16049
+ "line": 65
16051
16050
  },
16052
16051
  "name": "role",
16053
16052
  "overrides": "@aws-cdk/aws-glue-alpha.Job",
@@ -16076,7 +16075,7 @@
16076
16075
  "kind": "interface",
16077
16076
  "locationInModule": {
16078
16077
  "filename": "lib/jobs/ray-job.ts",
16079
- "line": 13
16078
+ "line": 14
16080
16079
  },
16081
16080
  "name": "RayJobProps",
16082
16081
  "properties": [
@@ -16091,7 +16090,7 @@
16091
16090
  "immutable": true,
16092
16091
  "locationInModule": {
16093
16092
  "filename": "lib/jobs/ray-job.ts",
16094
- "line": 40
16093
+ "line": 41
16095
16094
  },
16096
16095
  "name": "enableMetrics",
16097
16096
  "optional": true,
@@ -16110,7 +16109,7 @@
16110
16109
  "immutable": true,
16111
16110
  "locationInModule": {
16112
16111
  "filename": "lib/jobs/ray-job.ts",
16113
- "line": 49
16112
+ "line": 50
16114
16113
  },
16115
16114
  "name": "enableObservabilityMetrics",
16116
16115
  "optional": true,
@@ -16129,7 +16128,7 @@
16129
16128
  "immutable": true,
16130
16129
  "locationInModule": {
16131
16130
  "filename": "lib/jobs/ray-job.ts",
16132
- "line": 31
16131
+ "line": 32
16133
16132
  },
16134
16133
  "name": "jobRunQueuingEnabled",
16135
16134
  "optional": true,
@@ -16147,7 +16146,7 @@
16147
16146
  "immutable": true,
16148
16147
  "locationInModule": {
16149
16148
  "filename": "lib/jobs/ray-job.ts",
16150
- "line": 19
16149
+ "line": 20
16151
16150
  },
16152
16151
  "name": "runtime",
16153
16152
  "optional": true,
@@ -16277,7 +16276,7 @@
16277
16276
  "kind": "interface",
16278
16277
  "locationInModule": {
16279
16278
  "filename": "lib/security-configuration.ts",
16280
- "line": 69
16279
+ "line": 70
16281
16280
  },
16282
16281
  "name": "S3Encryption",
16283
16282
  "properties": [
@@ -16290,7 +16289,7 @@
16290
16289
  "immutable": true,
16291
16290
  "locationInModule": {
16292
16291
  "filename": "lib/security-configuration.ts",
16293
- "line": 73
16292
+ "line": 74
16294
16293
  },
16295
16294
  "name": "mode",
16296
16295
  "type": {
@@ -16307,7 +16306,7 @@
16307
16306
  "immutable": true,
16308
16307
  "locationInModule": {
16309
16308
  "filename": "lib/security-configuration.ts",
16310
- "line": 79
16309
+ "line": 80
16311
16310
  },
16312
16311
  "name": "kmsKey",
16313
16312
  "optional": true,
@@ -16333,7 +16332,7 @@
16333
16332
  "kind": "enum",
16334
16333
  "locationInModule": {
16335
16334
  "filename": "lib/security-configuration.ts",
16336
- "line": 24
16335
+ "line": 25
16337
16336
  },
16338
16337
  "members": [
16339
16338
  {
@@ -16375,7 +16374,7 @@
16375
16374
  },
16376
16375
  "locationInModule": {
16377
16376
  "filename": "lib/s3-table.ts",
16378
- "line": 127
16377
+ "line": 121
16379
16378
  },
16380
16379
  "parameters": [
16381
16380
  {
@@ -16401,7 +16400,7 @@
16401
16400
  "kind": "class",
16402
16401
  "locationInModule": {
16403
16402
  "filename": "lib/s3-table.ts",
16404
- "line": 86
16403
+ "line": 87
16405
16404
  },
16406
16405
  "methods": [
16407
16406
  {
@@ -16410,7 +16409,7 @@
16410
16409
  },
16411
16410
  "locationInModule": {
16412
16411
  "filename": "lib/s3-table.ts",
16413
- "line": 235
16412
+ "line": 244
16414
16413
  },
16415
16414
  "name": "generateS3PrefixForGrant",
16416
16415
  "protected": true,
@@ -16428,7 +16427,7 @@
16428
16427
  },
16429
16428
  "locationInModule": {
16430
16429
  "filename": "lib/s3-table.ts",
16431
- "line": 199
16430
+ "line": 208
16432
16431
  },
16433
16432
  "name": "grantRead",
16434
16433
  "overrides": "@aws-cdk/aws-glue-alpha.TableBase",
@@ -16457,7 +16456,7 @@
16457
16456
  },
16458
16457
  "locationInModule": {
16459
16458
  "filename": "lib/s3-table.ts",
16460
- "line": 227
16459
+ "line": 236
16461
16460
  },
16462
16461
  "name": "grantReadWrite",
16463
16462
  "overrides": "@aws-cdk/aws-glue-alpha.TableBase",
@@ -16486,7 +16485,7 @@
16486
16485
  },
16487
16486
  "locationInModule": {
16488
16487
  "filename": "lib/s3-table.ts",
16489
- "line": 213
16488
+ "line": 222
16490
16489
  },
16491
16490
  "name": "grantWrite",
16492
16491
  "overrides": "@aws-cdk/aws-glue-alpha.TableBase",
@@ -16519,7 +16518,7 @@
16519
16518
  "immutable": true,
16520
16519
  "locationInModule": {
16521
16520
  "filename": "lib/s3-table.ts",
16522
- "line": 89
16521
+ "line": 90
16523
16522
  },
16524
16523
  "name": "PROPERTY_INJECTION_ID",
16525
16524
  "static": true,
@@ -16535,7 +16534,7 @@
16535
16534
  "immutable": true,
16536
16535
  "locationInModule": {
16537
16536
  "filename": "lib/s3-table.ts",
16538
- "line": 103
16537
+ "line": 97
16539
16538
  },
16540
16539
  "name": "bucket",
16541
16540
  "type": {
@@ -16550,7 +16549,7 @@
16550
16549
  "immutable": true,
16551
16550
  "locationInModule": {
16552
16551
  "filename": "lib/s3-table.ts",
16553
- "line": 113
16552
+ "line": 107
16554
16553
  },
16555
16554
  "name": "encryption",
16556
16555
  "type": {
@@ -16565,7 +16564,7 @@
16565
16564
  "immutable": true,
16566
16565
  "locationInModule": {
16567
16566
  "filename": "lib/s3-table.ts",
16568
- "line": 108
16567
+ "line": 102
16569
16568
  },
16570
16569
  "name": "s3Prefix",
16571
16570
  "type": {
@@ -16580,7 +16579,7 @@
16580
16579
  "immutable": true,
16581
16580
  "locationInModule": {
16582
16581
  "filename": "lib/s3-table.ts",
16583
- "line": 98
16582
+ "line": 193
16584
16583
  },
16585
16584
  "name": "tableArn",
16586
16585
  "overrides": "@aws-cdk/aws-glue-alpha.TableBase",
@@ -16596,7 +16595,7 @@
16596
16595
  "immutable": true,
16597
16596
  "locationInModule": {
16598
16597
  "filename": "lib/s3-table.ts",
16599
- "line": 93
16598
+ "line": 185
16600
16599
  },
16601
16600
  "name": "tableName",
16602
16601
  "overrides": "@aws-cdk/aws-glue-alpha.TableBase",
@@ -16611,7 +16610,7 @@
16611
16610
  "immutable": true,
16612
16611
  "locationInModule": {
16613
16612
  "filename": "lib/s3-table.ts",
16614
- "line": 125
16613
+ "line": 119
16615
16614
  },
16616
16615
  "name": "tableResource",
16617
16616
  "overrides": "@aws-cdk/aws-glue-alpha.TableBase",
@@ -16629,7 +16628,7 @@
16629
16628
  "immutable": true,
16630
16629
  "locationInModule": {
16631
16630
  "filename": "lib/s3-table.ts",
16632
- "line": 118
16631
+ "line": 112
16633
16632
  },
16634
16633
  "name": "encryptionKey",
16635
16634
  "optional": true,
@@ -16645,7 +16644,7 @@
16645
16644
  "immutable": true,
16646
16645
  "locationInModule": {
16647
16646
  "filename": "lib/s3-table.ts",
16648
- "line": 123
16647
+ "line": 117
16649
16648
  },
16650
16649
  "name": "partitionIndexes",
16651
16650
  "optional": true,
@@ -16679,7 +16678,7 @@
16679
16678
  "kind": "interface",
16680
16679
  "locationInModule": {
16681
16680
  "filename": "lib/s3-table.ts",
16682
- "line": 45
16681
+ "line": 46
16683
16682
  },
16684
16683
  "name": "S3TableProps",
16685
16684
  "properties": [
@@ -16693,7 +16692,7 @@
16693
16692
  "immutable": true,
16694
16693
  "locationInModule": {
16695
16694
  "filename": "lib/s3-table.ts",
16696
- "line": 51
16695
+ "line": 52
16697
16696
  },
16698
16697
  "name": "bucket",
16699
16698
  "optional": true,
@@ -16712,7 +16711,7 @@
16712
16711
  "immutable": true,
16713
16712
  "locationInModule": {
16714
16713
  "filename": "lib/s3-table.ts",
16715
- "line": 70
16714
+ "line": 71
16716
16715
  },
16717
16716
  "name": "encryption",
16718
16717
  "optional": true,
@@ -16731,7 +16730,7 @@
16731
16730
  "immutable": true,
16732
16731
  "locationInModule": {
16733
16732
  "filename": "lib/s3-table.ts",
16734
- "line": 79
16733
+ "line": 80
16735
16734
  },
16736
16735
  "name": "encryptionKey",
16737
16736
  "optional": true,
@@ -16749,7 +16748,7 @@
16749
16748
  "immutable": true,
16750
16749
  "locationInModule": {
16751
16750
  "filename": "lib/s3-table.ts",
16752
- "line": 58
16751
+ "line": 59
16753
16752
  },
16754
16753
  "name": "s3Prefix",
16755
16754
  "optional": true,
@@ -16806,7 +16805,7 @@
16806
16805
  "kind": "class",
16807
16806
  "locationInModule": {
16808
16807
  "filename": "lib/jobs/scala-spark-etl-job.ts",
16809
- "line": 71
16808
+ "line": 72
16810
16809
  },
16811
16810
  "name": "ScalaSparkEtlJob",
16812
16811
  "properties": [
@@ -16819,7 +16818,7 @@
16819
16818
  "immutable": true,
16820
16819
  "locationInModule": {
16821
16820
  "filename": "lib/jobs/scala-spark-etl-job.ts",
16822
- "line": 74
16821
+ "line": 75
16823
16822
  },
16824
16823
  "name": "PROPERTY_INJECTION_ID",
16825
16824
  "static": true,
@@ -16835,7 +16834,7 @@
16835
16834
  "immutable": true,
16836
16835
  "locationInModule": {
16837
16836
  "filename": "lib/jobs/scala-spark-etl-job.ts",
16838
- "line": 75
16837
+ "line": 118
16839
16838
  },
16840
16839
  "name": "jobArn",
16841
16840
  "overrides": "@aws-cdk/aws-glue-alpha.JobBase",
@@ -16851,7 +16850,7 @@
16851
16850
  "immutable": true,
16852
16851
  "locationInModule": {
16853
16852
  "filename": "lib/jobs/scala-spark-etl-job.ts",
16854
- "line": 76
16853
+ "line": 123
16855
16854
  },
16856
16855
  "name": "jobName",
16857
16856
  "overrides": "@aws-cdk/aws-glue-alpha.JobBase",
@@ -16880,7 +16879,7 @@
16880
16879
  "kind": "interface",
16881
16880
  "locationInModule": {
16882
16881
  "filename": "lib/jobs/scala-spark-etl-job.ts",
16883
- "line": 13
16882
+ "line": 14
16884
16883
  },
16885
16884
  "name": "ScalaSparkEtlJobProps",
16886
16885
  "properties": [
@@ -16893,7 +16892,7 @@
16893
16892
  "immutable": true,
16894
16893
  "locationInModule": {
16895
16894
  "filename": "lib/jobs/scala-spark-etl-job.ts",
16896
- "line": 19
16895
+ "line": 20
16897
16896
  },
16898
16897
  "name": "className",
16899
16898
  "type": {
@@ -16911,7 +16910,7 @@
16911
16910
  "immutable": true,
16912
16911
  "locationInModule": {
16913
16912
  "filename": "lib/jobs/scala-spark-etl-job.ts",
16914
- "line": 28
16913
+ "line": 29
16915
16914
  },
16916
16915
  "name": "extraFiles",
16917
16916
  "optional": true,
@@ -16934,7 +16933,7 @@
16934
16933
  "immutable": true,
16935
16934
  "locationInModule": {
16936
16935
  "filename": "lib/jobs/scala-spark-etl-job.ts",
16937
- "line": 35
16936
+ "line": 36
16938
16937
  },
16939
16938
  "name": "extraJars",
16940
16939
  "optional": true,
@@ -16958,7 +16957,7 @@
16958
16957
  "immutable": true,
16959
16958
  "locationInModule": {
16960
16959
  "filename": "lib/jobs/scala-spark-etl-job.ts",
16961
- "line": 44
16960
+ "line": 45
16962
16961
  },
16963
16962
  "name": "extraJarsFirst",
16964
16963
  "optional": true,
@@ -16977,7 +16976,7 @@
16977
16976
  "immutable": true,
16978
16977
  "locationInModule": {
16979
16978
  "filename": "lib/jobs/scala-spark-etl-job.ts",
16980
- "line": 56
16979
+ "line": 57
16981
16980
  },
16982
16981
  "name": "jobRunQueuingEnabled",
16983
16982
  "optional": true,
@@ -17034,7 +17033,7 @@
17034
17033
  "kind": "class",
17035
17034
  "locationInModule": {
17036
17035
  "filename": "lib/jobs/scala-spark-flex-etl-job.ts",
17037
- "line": 76
17036
+ "line": 77
17038
17037
  },
17039
17038
  "name": "ScalaSparkFlexEtlJob",
17040
17039
  "properties": [
@@ -17047,7 +17046,7 @@
17047
17046
  "immutable": true,
17048
17047
  "locationInModule": {
17049
17048
  "filename": "lib/jobs/scala-spark-flex-etl-job.ts",
17050
- "line": 79
17049
+ "line": 80
17051
17050
  },
17052
17051
  "name": "PROPERTY_INJECTION_ID",
17053
17052
  "static": true,
@@ -17063,7 +17062,7 @@
17063
17062
  "immutable": true,
17064
17063
  "locationInModule": {
17065
17064
  "filename": "lib/jobs/scala-spark-flex-etl-job.ts",
17066
- "line": 80
17065
+ "line": 121
17067
17066
  },
17068
17067
  "name": "jobArn",
17069
17068
  "overrides": "@aws-cdk/aws-glue-alpha.JobBase",
@@ -17079,7 +17078,7 @@
17079
17078
  "immutable": true,
17080
17079
  "locationInModule": {
17081
17080
  "filename": "lib/jobs/scala-spark-flex-etl-job.ts",
17082
- "line": 81
17081
+ "line": 126
17083
17082
  },
17084
17083
  "name": "jobName",
17085
17084
  "overrides": "@aws-cdk/aws-glue-alpha.JobBase",
@@ -17109,7 +17108,7 @@
17109
17108
  "kind": "interface",
17110
17109
  "locationInModule": {
17111
17110
  "filename": "lib/jobs/scala-spark-flex-etl-job.ts",
17112
- "line": 23
17111
+ "line": 24
17113
17112
  },
17114
17113
  "name": "ScalaSparkFlexEtlJobProps",
17115
17114
  "properties": [
@@ -17123,7 +17122,7 @@
17123
17122
  "immutable": true,
17124
17123
  "locationInModule": {
17125
17124
  "filename": "lib/jobs/scala-spark-flex-etl-job.ts",
17126
- "line": 36
17125
+ "line": 37
17127
17126
  },
17128
17127
  "name": "className",
17129
17128
  "type": {
@@ -17141,7 +17140,7 @@
17141
17140
  "immutable": true,
17142
17141
  "locationInModule": {
17143
17142
  "filename": "lib/jobs/scala-spark-flex-etl-job.ts",
17144
- "line": 45
17143
+ "line": 46
17145
17144
  },
17146
17145
  "name": "extraFiles",
17147
17146
  "optional": true,
@@ -17164,7 +17163,7 @@
17164
17163
  "immutable": true,
17165
17164
  "locationInModule": {
17166
17165
  "filename": "lib/jobs/scala-spark-flex-etl-job.ts",
17167
- "line": 52
17166
+ "line": 53
17168
17167
  },
17169
17168
  "name": "extraJars",
17170
17169
  "optional": true,
@@ -17188,7 +17187,7 @@
17188
17187
  "immutable": true,
17189
17188
  "locationInModule": {
17190
17189
  "filename": "lib/jobs/scala-spark-flex-etl-job.ts",
17191
- "line": 61
17190
+ "line": 62
17192
17191
  },
17193
17192
  "name": "extraJarsFirst",
17194
17193
  "optional": true,
@@ -17207,7 +17206,7 @@
17207
17206
  "immutable": true,
17208
17207
  "locationInModule": {
17209
17208
  "filename": "lib/jobs/scala-spark-flex-etl-job.ts",
17210
- "line": 29
17209
+ "line": 30
17211
17210
  },
17212
17211
  "name": "notifyDelayAfter",
17213
17212
  "optional": true,
@@ -17264,7 +17263,7 @@
17264
17263
  "kind": "class",
17265
17264
  "locationInModule": {
17266
17265
  "filename": "lib/jobs/scala-spark-streaming-job.ts",
17267
- "line": 71
17266
+ "line": 72
17268
17267
  },
17269
17268
  "name": "ScalaSparkStreamingJob",
17270
17269
  "properties": [
@@ -17277,7 +17276,7 @@
17277
17276
  "immutable": true,
17278
17277
  "locationInModule": {
17279
17278
  "filename": "lib/jobs/scala-spark-streaming-job.ts",
17280
- "line": 74
17279
+ "line": 75
17281
17280
  },
17282
17281
  "name": "PROPERTY_INJECTION_ID",
17283
17282
  "static": true,
@@ -17293,7 +17292,7 @@
17293
17292
  "immutable": true,
17294
17293
  "locationInModule": {
17295
17294
  "filename": "lib/jobs/scala-spark-streaming-job.ts",
17296
- "line": 75
17295
+ "line": 118
17297
17296
  },
17298
17297
  "name": "jobArn",
17299
17298
  "overrides": "@aws-cdk/aws-glue-alpha.JobBase",
@@ -17309,7 +17308,7 @@
17309
17308
  "immutable": true,
17310
17309
  "locationInModule": {
17311
17310
  "filename": "lib/jobs/scala-spark-streaming-job.ts",
17312
- "line": 76
17311
+ "line": 123
17313
17312
  },
17314
17313
  "name": "jobName",
17315
17314
  "overrides": "@aws-cdk/aws-glue-alpha.JobBase",
@@ -17338,7 +17337,7 @@
17338
17337
  "kind": "interface",
17339
17338
  "locationInModule": {
17340
17339
  "filename": "lib/jobs/scala-spark-streaming-job.ts",
17341
- "line": 13
17340
+ "line": 14
17342
17341
  },
17343
17342
  "name": "ScalaSparkStreamingJobProps",
17344
17343
  "properties": [
@@ -17351,7 +17350,7 @@
17351
17350
  "immutable": true,
17352
17351
  "locationInModule": {
17353
17352
  "filename": "lib/jobs/scala-spark-streaming-job.ts",
17354
- "line": 19
17353
+ "line": 20
17355
17354
  },
17356
17355
  "name": "className",
17357
17356
  "type": {
@@ -17369,7 +17368,7 @@
17369
17368
  "immutable": true,
17370
17369
  "locationInModule": {
17371
17370
  "filename": "lib/jobs/scala-spark-streaming-job.ts",
17372
- "line": 28
17371
+ "line": 29
17373
17372
  },
17374
17373
  "name": "extraFiles",
17375
17374
  "optional": true,
@@ -17392,7 +17391,7 @@
17392
17391
  "immutable": true,
17393
17392
  "locationInModule": {
17394
17393
  "filename": "lib/jobs/scala-spark-streaming-job.ts",
17395
- "line": 35
17394
+ "line": 36
17396
17395
  },
17397
17396
  "name": "extraJars",
17398
17397
  "optional": true,
@@ -17416,7 +17415,7 @@
17416
17415
  "immutable": true,
17417
17416
  "locationInModule": {
17418
17417
  "filename": "lib/jobs/scala-spark-streaming-job.ts",
17419
- "line": 44
17418
+ "line": 45
17420
17419
  },
17421
17420
  "name": "extraJarsFirst",
17422
17421
  "optional": true,
@@ -17435,7 +17434,7 @@
17435
17434
  "immutable": true,
17436
17435
  "locationInModule": {
17437
17436
  "filename": "lib/jobs/scala-spark-streaming-job.ts",
17438
- "line": 56
17437
+ "line": 57
17439
17438
  },
17440
17439
  "name": "jobRunQueuingEnabled",
17441
17440
  "optional": true,
@@ -17869,7 +17868,7 @@
17869
17868
  },
17870
17869
  "locationInModule": {
17871
17870
  "filename": "lib/security-configuration.ts",
17872
- "line": 194
17871
+ "line": 191
17873
17872
  },
17874
17873
  "parameters": [
17875
17874
  {
@@ -17899,7 +17898,7 @@
17899
17898
  "kind": "class",
17900
17899
  "locationInModule": {
17901
17900
  "filename": "lib/security-configuration.ts",
17902
- "line": 153
17901
+ "line": 154
17903
17902
  },
17904
17903
  "methods": [
17905
17904
  {
@@ -17909,7 +17908,7 @@
17909
17908
  },
17910
17909
  "locationInModule": {
17911
17910
  "filename": "lib/security-configuration.ts",
17912
- "line": 165
17911
+ "line": 166
17913
17912
  },
17914
17913
  "name": "fromSecurityConfigurationName",
17915
17914
  "parameters": [
@@ -17960,7 +17959,7 @@
17960
17959
  "immutable": true,
17961
17960
  "locationInModule": {
17962
17961
  "filename": "lib/security-configuration.ts",
17963
- "line": 156
17962
+ "line": 157
17964
17963
  },
17965
17964
  "name": "PROPERTY_INJECTION_ID",
17966
17965
  "static": true,
@@ -17970,16 +17969,13 @@
17970
17969
  },
17971
17970
  {
17972
17971
  "docs": {
17973
- "custom": {
17974
- "attribute": "true"
17975
- },
17976
17972
  "stability": "experimental",
17977
17973
  "summary": "The name of the security configuration."
17978
17974
  },
17979
17975
  "immutable": true,
17980
17976
  "locationInModule": {
17981
17977
  "filename": "lib/security-configuration.ts",
17982
- "line": 177
17978
+ "line": 253
17983
17979
  },
17984
17980
  "name": "securityConfigurationName",
17985
17981
  "overrides": "@aws-cdk/aws-glue-alpha.ISecurityConfiguration",
@@ -17995,7 +17991,7 @@
17995
17991
  "immutable": true,
17996
17992
  "locationInModule": {
17997
17993
  "filename": "lib/security-configuration.ts",
17998
- "line": 182
17994
+ "line": 177
17999
17995
  },
18000
17996
  "name": "cloudWatchEncryptionKey",
18001
17997
  "optional": true,
@@ -18011,7 +18007,7 @@
18011
18007
  "immutable": true,
18012
18008
  "locationInModule": {
18013
18009
  "filename": "lib/security-configuration.ts",
18014
- "line": 187
18010
+ "line": 182
18015
18011
  },
18016
18012
  "name": "jobBookmarksEncryptionKey",
18017
18013
  "optional": true,
@@ -18027,7 +18023,7 @@
18027
18023
  "immutable": true,
18028
18024
  "locationInModule": {
18029
18025
  "filename": "lib/security-configuration.ts",
18030
- "line": 192
18026
+ "line": 187
18031
18027
  },
18032
18028
  "name": "s3EncryptionKey",
18033
18029
  "optional": true,
@@ -18053,7 +18049,7 @@
18053
18049
  "kind": "interface",
18054
18050
  "locationInModule": {
18055
18051
  "filename": "lib/security-configuration.ts",
18056
- "line": 117
18052
+ "line": 118
18057
18053
  },
18058
18054
  "name": "SecurityConfigurationProps",
18059
18055
  "properties": [
@@ -18067,7 +18063,7 @@
18067
18063
  "immutable": true,
18068
18064
  "locationInModule": {
18069
18065
  "filename": "lib/security-configuration.ts",
18070
- "line": 129
18066
+ "line": 130
18071
18067
  },
18072
18068
  "name": "cloudWatchEncryption",
18073
18069
  "optional": true,
@@ -18085,7 +18081,7 @@
18085
18081
  "immutable": true,
18086
18082
  "locationInModule": {
18087
18083
  "filename": "lib/security-configuration.ts",
18088
- "line": 135
18084
+ "line": 136
18089
18085
  },
18090
18086
  "name": "jobBookmarksEncryption",
18091
18087
  "optional": true,
@@ -18103,7 +18099,7 @@
18103
18099
  "immutable": true,
18104
18100
  "locationInModule": {
18105
18101
  "filename": "lib/security-configuration.ts",
18106
- "line": 141
18102
+ "line": 142
18107
18103
  },
18108
18104
  "name": "s3Encryption",
18109
18105
  "optional": true,
@@ -18121,7 +18117,7 @@
18121
18117
  "immutable": true,
18122
18118
  "locationInModule": {
18123
18119
  "filename": "lib/security-configuration.ts",
18124
- "line": 123
18120
+ "line": 124
18125
18121
  },
18126
18122
  "name": "securityConfigurationName",
18127
18123
  "optional": true,
@@ -19588,7 +19584,7 @@
19588
19584
  },
19589
19585
  "locationInModule": {
19590
19586
  "filename": "lib/s3-table.ts",
19591
- "line": 127
19587
+ "line": 121
19592
19588
  },
19593
19589
  "parameters": [
19594
19590
  {
@@ -20470,7 +20466,7 @@
20470
20466
  "kind": "enum",
20471
20467
  "locationInModule": {
20472
20468
  "filename": "lib/s3-table.ts",
20473
- "line": 17
20469
+ "line": 18
20474
20470
  },
20475
20471
  "members": [
20476
20472
  {
@@ -20941,7 +20937,7 @@
20941
20937
  "kind": "class",
20942
20938
  "locationInModule": {
20943
20939
  "filename": "lib/triggers/workflow.ts",
20944
- "line": 373
20940
+ "line": 374
20945
20941
  },
20946
20942
  "methods": [
20947
20943
  {
@@ -20951,7 +20947,7 @@
20951
20947
  },
20952
20948
  "locationInModule": {
20953
20949
  "filename": "lib/triggers/workflow.ts",
20954
- "line": 390
20950
+ "line": 391
20955
20951
  },
20956
20952
  "name": "fromWorkflowArn",
20957
20953
  "parameters": [
@@ -20988,7 +20984,7 @@
20988
20984
  },
20989
20985
  "locationInModule": {
20990
20986
  "filename": "lib/triggers/workflow.ts",
20991
- "line": 400
20987
+ "line": 401
20992
20988
  },
20993
20989
  "name": "fromWorkflowAttributes",
20994
20990
  "parameters": [
@@ -21025,7 +21021,7 @@
21025
21021
  },
21026
21022
  "locationInModule": {
21027
21023
  "filename": "lib/triggers/workflow.ts",
21028
- "line": 381
21024
+ "line": 382
21029
21025
  },
21030
21026
  "name": "fromWorkflowName",
21031
21027
  "parameters": [
@@ -21067,7 +21063,7 @@
21067
21063
  "immutable": true,
21068
21064
  "locationInModule": {
21069
21065
  "filename": "lib/triggers/workflow.ts",
21070
- "line": 376
21066
+ "line": 377
21071
21067
  },
21072
21068
  "name": "PROPERTY_INJECTION_ID",
21073
21069
  "static": true,
@@ -21083,7 +21079,7 @@
21083
21079
  "immutable": true,
21084
21080
  "locationInModule": {
21085
21081
  "filename": "lib/triggers/workflow.ts",
21086
- "line": 410
21082
+ "line": 432
21087
21083
  },
21088
21084
  "name": "workflowArn",
21089
21085
  "overrides": "@aws-cdk/aws-glue-alpha.WorkflowBase",
@@ -21099,7 +21095,7 @@
21099
21095
  "immutable": true,
21100
21096
  "locationInModule": {
21101
21097
  "filename": "lib/triggers/workflow.ts",
21102
- "line": 409
21098
+ "line": 427
21103
21099
  },
21104
21100
  "name": "workflowName",
21105
21101
  "overrides": "@aws-cdk/aws-glue-alpha.WorkflowBase",
@@ -21125,7 +21121,7 @@
21125
21121
  "kind": "interface",
21126
21122
  "locationInModule": {
21127
21123
  "filename": "lib/triggers/workflow.ts",
21128
- "line": 64
21124
+ "line": 65
21129
21125
  },
21130
21126
  "name": "WorkflowAttributes",
21131
21127
  "properties": [
@@ -21138,7 +21134,7 @@
21138
21134
  "immutable": true,
21139
21135
  "locationInModule": {
21140
21136
  "filename": "lib/triggers/workflow.ts",
21141
- "line": 68
21137
+ "line": 69
21142
21138
  },
21143
21139
  "name": "workflowName",
21144
21140
  "type": {
@@ -21155,7 +21151,7 @@
21155
21151
  "immutable": true,
21156
21152
  "locationInModule": {
21157
21153
  "filename": "lib/triggers/workflow.ts",
21158
- "line": 74
21154
+ "line": 75
21159
21155
  },
21160
21156
  "name": "workflowArn",
21161
21157
  "optional": true,
@@ -21182,7 +21178,7 @@
21182
21178
  },
21183
21179
  "locationInModule": {
21184
21180
  "filename": "core/lib/resource.ts",
21185
- "line": 122
21181
+ "line": 119
21186
21182
  },
21187
21183
  "parameters": [
21188
21184
  {
@@ -21212,7 +21208,7 @@
21212
21208
  "kind": "class",
21213
21209
  "locationInModule": {
21214
21210
  "filename": "lib/triggers/workflow.ts",
21215
- "line": 115
21211
+ "line": 116
21216
21212
  },
21217
21213
  "methods": [
21218
21214
  {
@@ -21222,7 +21218,7 @@
21222
21218
  },
21223
21219
  "locationInModule": {
21224
21220
  "filename": "lib/triggers/workflow.ts",
21225
- "line": 119
21221
+ "line": 120
21226
21222
  },
21227
21223
  "name": "extractNameFromArn",
21228
21224
  "parameters": [
@@ -21258,7 +21254,7 @@
21258
21254
  },
21259
21255
  "locationInModule": {
21260
21256
  "filename": "lib/triggers/workflow.ts",
21261
- "line": 252
21257
+ "line": 253
21262
21258
  },
21263
21259
  "name": "addConditionalTrigger",
21264
21260
  "parameters": [
@@ -21298,7 +21294,7 @@
21298
21294
  },
21299
21295
  "locationInModule": {
21300
21296
  "filename": "lib/triggers/workflow.ts",
21301
- "line": 209
21297
+ "line": 210
21302
21298
  },
21303
21299
  "name": "addCustomScheduledTrigger",
21304
21300
  "overrides": "@aws-cdk/aws-glue-alpha.IWorkflow",
@@ -21339,7 +21335,7 @@
21339
21335
  },
21340
21336
  "locationInModule": {
21341
21337
  "filename": "lib/triggers/workflow.ts",
21342
- "line": 156
21338
+ "line": 157
21343
21339
  },
21344
21340
  "name": "addDailyScheduledTrigger",
21345
21341
  "overrides": "@aws-cdk/aws-glue-alpha.IWorkflow",
@@ -21380,7 +21376,7 @@
21380
21376
  },
21381
21377
  "locationInModule": {
21382
21378
  "filename": "lib/triggers/workflow.ts",
21383
- "line": 230
21379
+ "line": 231
21384
21380
  },
21385
21381
  "name": "addNotifyEventTrigger",
21386
21382
  "parameters": [
@@ -21420,7 +21416,7 @@
21420
21416
  },
21421
21417
  "locationInModule": {
21422
21418
  "filename": "lib/triggers/workflow.ts",
21423
- "line": 136
21419
+ "line": 137
21424
21420
  },
21425
21421
  "name": "addOnDemandTrigger",
21426
21422
  "overrides": "@aws-cdk/aws-glue-alpha.IWorkflow",
@@ -21461,7 +21457,7 @@
21461
21457
  },
21462
21458
  "locationInModule": {
21463
21459
  "filename": "lib/triggers/workflow.ts",
21464
- "line": 182
21460
+ "line": 183
21465
21461
  },
21466
21462
  "name": "addWeeklyScheduledTrigger",
21467
21463
  "overrides": "@aws-cdk/aws-glue-alpha.IWorkflow",
@@ -21497,7 +21493,7 @@
21497
21493
  },
21498
21494
  "locationInModule": {
21499
21495
  "filename": "lib/triggers/workflow.ts",
21500
- "line": 334
21496
+ "line": 335
21501
21497
  },
21502
21498
  "name": "buildWorkflowArn",
21503
21499
  "parameters": [
@@ -21533,7 +21529,7 @@
21533
21529
  "immutable": true,
21534
21530
  "locationInModule": {
21535
21531
  "filename": "lib/triggers/workflow.ts",
21536
- "line": 126
21532
+ "line": 127
21537
21533
  },
21538
21534
  "name": "workflowArn",
21539
21535
  "overrides": "@aws-cdk/aws-glue-alpha.IWorkflow",
@@ -21550,7 +21546,7 @@
21550
21546
  "immutable": true,
21551
21547
  "locationInModule": {
21552
21548
  "filename": "lib/triggers/workflow.ts",
21553
- "line": 125
21549
+ "line": 126
21554
21550
  },
21555
21551
  "name": "workflowName",
21556
21552
  "overrides": "@aws-cdk/aws-glue-alpha.IWorkflow",
@@ -21576,7 +21572,7 @@
21576
21572
  "kind": "interface",
21577
21573
  "locationInModule": {
21578
21574
  "filename": "lib/triggers/workflow.ts",
21579
- "line": 80
21575
+ "line": 81
21580
21576
  },
21581
21577
  "name": "WorkflowProps",
21582
21578
  "properties": [
@@ -21590,7 +21586,7 @@
21590
21586
  "immutable": true,
21591
21587
  "locationInModule": {
21592
21588
  "filename": "lib/triggers/workflow.ts",
21593
- "line": 100
21589
+ "line": 101
21594
21590
  },
21595
21591
  "name": "defaultRunProperties",
21596
21592
  "optional": true,
@@ -21613,7 +21609,7 @@
21613
21609
  "immutable": true,
21614
21610
  "locationInModule": {
21615
21611
  "filename": "lib/triggers/workflow.ts",
21616
- "line": 93
21612
+ "line": 94
21617
21613
  },
21618
21614
  "name": "description",
21619
21615
  "optional": true,
@@ -21631,7 +21627,7 @@
21631
21627
  "immutable": true,
21632
21628
  "locationInModule": {
21633
21629
  "filename": "lib/triggers/workflow.ts",
21634
- "line": 107
21630
+ "line": 108
21635
21631
  },
21636
21632
  "name": "maxConcurrentRuns",
21637
21633
  "optional": true,
@@ -21649,7 +21645,7 @@
21649
21645
  "immutable": true,
21650
21646
  "locationInModule": {
21651
21647
  "filename": "lib/triggers/workflow.ts",
21652
- "line": 86
21648
+ "line": 87
21653
21649
  },
21654
21650
  "name": "workflowName",
21655
21651
  "optional": true,
@@ -21694,6 +21690,6 @@
21694
21690
  "symbolId": "lib/storage-parameter:WriteParallel"
21695
21691
  }
21696
21692
  },
21697
- "version": "2.235.1-alpha.0",
21693
+ "version": "2.236.0-alpha.0",
21698
21694
  "fingerprint": "**********"
21699
21695
  }