@aws-cdk/aws-glue-alpha 2.235.1-alpha.0 → 2.237.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +305 -280
- package/.jsii.tabl.json.gz +0 -0
- package/awslint.json +8 -1
- package/lib/code.js +3 -3
- package/lib/connection.d.ts +7 -6
- package/lib/connection.js +25 -16
- package/lib/data-format.js +5 -5
- package/lib/data-quality-ruleset.d.ts +4 -3
- package/lib/data-quality-ruleset.js +32 -22
- package/lib/database.d.ts +4 -9
- package/lib/database.js +30 -26
- package/lib/external-table.d.ts +9 -8
- package/lib/external-table.js +30 -19
- package/lib/jobs/job.js +2 -2
- package/lib/jobs/pyspark-etl-job.d.ts +3 -2
- package/lib/jobs/pyspark-etl-job.js +25 -15
- package/lib/jobs/pyspark-flex-etl-job.d.ts +3 -2
- package/lib/jobs/pyspark-flex-etl-job.js +25 -15
- package/lib/jobs/pyspark-streaming-job.d.ts +3 -2
- package/lib/jobs/pyspark-streaming-job.js +25 -15
- package/lib/jobs/python-shell-job.d.ts +3 -2
- package/lib/jobs/python-shell-job.js +26 -16
- package/lib/jobs/ray-job.d.ts +3 -2
- package/lib/jobs/ray-job.js +26 -17
- package/lib/jobs/scala-spark-etl-job.d.ts +3 -2
- package/lib/jobs/scala-spark-etl-job.js +25 -15
- package/lib/jobs/scala-spark-flex-etl-job.d.ts +3 -2
- package/lib/jobs/scala-spark-flex-etl-job.js +25 -15
- package/lib/jobs/scala-spark-streaming-job.d.ts +3 -2
- package/lib/jobs/scala-spark-streaming-job.js +25 -15
- package/lib/jobs/spark-job.js +1 -1
- package/lib/s3-table.d.ts +9 -8
- package/lib/s3-table.js +29 -18
- package/lib/schema.js +1 -1
- package/lib/security-configuration.d.ts +2 -5
- package/lib/security-configuration.js +20 -16
- package/lib/storage-parameter.js +1 -1
- package/lib/table-base.js +1 -1
- package/lib/table-deprecated.js +1 -1
- package/lib/triggers/trigger-options.js +1 -1
- package/lib/triggers/workflow.d.ts +3 -2
- package/lib/triggers/workflow.js +26 -15
- package/package.json +7 -7
package/.jsii
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"url": "https://aws.amazon.com"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"aws-cdk-lib": "^2.
|
|
11
|
+
"aws-cdk-lib": "^2.237.0",
|
|
12
12
|
"constructs": "^10.0.0"
|
|
13
13
|
},
|
|
14
14
|
"dependencyClosure": {
|
|
@@ -2606,6 +2606,19 @@
|
|
|
2606
2606
|
}
|
|
2607
2607
|
}
|
|
2608
2608
|
},
|
|
2609
|
+
"aws-cdk-lib.aws_mwaaserverless": {
|
|
2610
|
+
"targets": {
|
|
2611
|
+
"dotnet": {
|
|
2612
|
+
"namespace": "Amazon.CDK.AWS.MWAAServerless"
|
|
2613
|
+
},
|
|
2614
|
+
"java": {
|
|
2615
|
+
"package": "software.amazon.awscdk.services.mwaaserverless"
|
|
2616
|
+
},
|
|
2617
|
+
"python": {
|
|
2618
|
+
"module": "aws_cdk.aws_mwaaserverless"
|
|
2619
|
+
}
|
|
2620
|
+
}
|
|
2621
|
+
},
|
|
2609
2622
|
"aws-cdk-lib.aws_neptune": {
|
|
2610
2623
|
"targets": {
|
|
2611
2624
|
"dotnet": {
|
|
@@ -6811,6 +6824,22 @@
|
|
|
6811
6824
|
}
|
|
6812
6825
|
}
|
|
6813
6826
|
},
|
|
6827
|
+
"aws-cdk-lib.interfaces.aws_mwaaserverless": {
|
|
6828
|
+
"targets": {
|
|
6829
|
+
"dotnet": {
|
|
6830
|
+
"namespace": "Amazon.CDK.Interfaces.MWAAServerless"
|
|
6831
|
+
},
|
|
6832
|
+
"go": {
|
|
6833
|
+
"packageName": "interfacesawsmwaaserverless"
|
|
6834
|
+
},
|
|
6835
|
+
"java": {
|
|
6836
|
+
"package": "software.amazon.awscdk.interfaces.mwaaserverless"
|
|
6837
|
+
},
|
|
6838
|
+
"python": {
|
|
6839
|
+
"module": "aws_cdk.interfaces.aws_mwaaserverless"
|
|
6840
|
+
}
|
|
6841
|
+
}
|
|
6842
|
+
},
|
|
6814
6843
|
"aws-cdk-lib.interfaces.aws_neptune": {
|
|
6815
6844
|
"targets": {
|
|
6816
6845
|
"dotnet": {
|
|
@@ -8470,7 +8499,7 @@
|
|
|
8470
8499
|
"stability": "experimental"
|
|
8471
8500
|
},
|
|
8472
8501
|
"homepage": "https://github.com/aws/aws-cdk",
|
|
8473
|
-
"jsiiVersion": "5.9.
|
|
8502
|
+
"jsiiVersion": "5.9.23 (build 29252a0)",
|
|
8474
8503
|
"keywords": [
|
|
8475
8504
|
"aws",
|
|
8476
8505
|
"cdk",
|
|
@@ -8897,7 +8926,7 @@
|
|
|
8897
8926
|
"kind": "interface",
|
|
8898
8927
|
"locationInModule": {
|
|
8899
8928
|
"filename": "lib/security-configuration.ts",
|
|
8900
|
-
"line":
|
|
8929
|
+
"line": 86
|
|
8901
8930
|
},
|
|
8902
8931
|
"name": "CloudWatchEncryption",
|
|
8903
8932
|
"properties": [
|
|
@@ -8910,7 +8939,7 @@
|
|
|
8910
8939
|
"immutable": true,
|
|
8911
8940
|
"locationInModule": {
|
|
8912
8941
|
"filename": "lib/security-configuration.ts",
|
|
8913
|
-
"line":
|
|
8942
|
+
"line": 90
|
|
8914
8943
|
},
|
|
8915
8944
|
"name": "mode",
|
|
8916
8945
|
"type": {
|
|
@@ -8927,7 +8956,7 @@
|
|
|
8927
8956
|
"immutable": true,
|
|
8928
8957
|
"locationInModule": {
|
|
8929
8958
|
"filename": "lib/security-configuration.ts",
|
|
8930
|
-
"line":
|
|
8959
|
+
"line": 96
|
|
8931
8960
|
},
|
|
8932
8961
|
"name": "kmsKey",
|
|
8933
8962
|
"optional": true,
|
|
@@ -8953,7 +8982,7 @@
|
|
|
8953
8982
|
"kind": "enum",
|
|
8954
8983
|
"locationInModule": {
|
|
8955
8984
|
"filename": "lib/security-configuration.ts",
|
|
8956
|
-
"line":
|
|
8985
|
+
"line": 45
|
|
8957
8986
|
},
|
|
8958
8987
|
"members": [
|
|
8959
8988
|
{
|
|
@@ -9500,7 +9529,7 @@
|
|
|
9500
9529
|
},
|
|
9501
9530
|
"locationInModule": {
|
|
9502
9531
|
"filename": "lib/connection.ts",
|
|
9503
|
-
"line":
|
|
9532
|
+
"line": 298
|
|
9504
9533
|
},
|
|
9505
9534
|
"parameters": [
|
|
9506
9535
|
{
|
|
@@ -9529,7 +9558,7 @@
|
|
|
9529
9558
|
"kind": "class",
|
|
9530
9559
|
"locationInModule": {
|
|
9531
9560
|
"filename": "lib/connection.ts",
|
|
9532
|
-
"line":
|
|
9561
|
+
"line": 250
|
|
9533
9562
|
},
|
|
9534
9563
|
"methods": [
|
|
9535
9564
|
{
|
|
@@ -9539,7 +9568,7 @@
|
|
|
9539
9568
|
},
|
|
9540
9569
|
"locationInModule": {
|
|
9541
9570
|
"filename": "lib/connection.ts",
|
|
9542
|
-
"line":
|
|
9571
|
+
"line": 262
|
|
9543
9572
|
},
|
|
9544
9573
|
"name": "fromConnectionArn",
|
|
9545
9574
|
"parameters": [
|
|
@@ -9585,7 +9614,7 @@
|
|
|
9585
9614
|
},
|
|
9586
9615
|
"locationInModule": {
|
|
9587
9616
|
"filename": "lib/connection.ts",
|
|
9588
|
-
"line":
|
|
9617
|
+
"line": 278
|
|
9589
9618
|
},
|
|
9590
9619
|
"name": "fromConnectionName",
|
|
9591
9620
|
"parameters": [
|
|
@@ -9631,7 +9660,7 @@
|
|
|
9631
9660
|
},
|
|
9632
9661
|
"locationInModule": {
|
|
9633
9662
|
"filename": "lib/connection.ts",
|
|
9634
|
-
"line":
|
|
9663
|
+
"line": 347
|
|
9635
9664
|
},
|
|
9636
9665
|
"name": "addProperty",
|
|
9637
9666
|
"parameters": [
|
|
@@ -9667,7 +9696,7 @@
|
|
|
9667
9696
|
"immutable": true,
|
|
9668
9697
|
"locationInModule": {
|
|
9669
9698
|
"filename": "lib/connection.ts",
|
|
9670
|
-
"line":
|
|
9699
|
+
"line": 253
|
|
9671
9700
|
},
|
|
9672
9701
|
"name": "PROPERTY_INJECTION_ID",
|
|
9673
9702
|
"static": true,
|
|
@@ -9683,7 +9712,7 @@
|
|
|
9683
9712
|
"immutable": true,
|
|
9684
9713
|
"locationInModule": {
|
|
9685
9714
|
"filename": "lib/connection.ts",
|
|
9686
|
-
"line":
|
|
9715
|
+
"line": 337
|
|
9687
9716
|
},
|
|
9688
9717
|
"name": "connectionArn",
|
|
9689
9718
|
"overrides": "@aws-cdk/aws-glue-alpha.IConnection",
|
|
@@ -9699,7 +9728,7 @@
|
|
|
9699
9728
|
"immutable": true,
|
|
9700
9729
|
"locationInModule": {
|
|
9701
9730
|
"filename": "lib/connection.ts",
|
|
9702
|
-
"line":
|
|
9731
|
+
"line": 329
|
|
9703
9732
|
},
|
|
9704
9733
|
"name": "connectionName",
|
|
9705
9734
|
"overrides": "@aws-cdk/aws-glue-alpha.IConnection",
|
|
@@ -9725,7 +9754,7 @@
|
|
|
9725
9754
|
"kind": "interface",
|
|
9726
9755
|
"locationInModule": {
|
|
9727
9756
|
"filename": "lib/connection.ts",
|
|
9728
|
-
"line":
|
|
9757
|
+
"line": 197
|
|
9729
9758
|
},
|
|
9730
9759
|
"name": "ConnectionOptions",
|
|
9731
9760
|
"properties": [
|
|
@@ -9739,7 +9768,7 @@
|
|
|
9739
9768
|
"immutable": true,
|
|
9740
9769
|
"locationInModule": {
|
|
9741
9770
|
"filename": "lib/connection.ts",
|
|
9742
|
-
"line":
|
|
9771
|
+
"line": 202
|
|
9743
9772
|
},
|
|
9744
9773
|
"name": "connectionName",
|
|
9745
9774
|
"optional": true,
|
|
@@ -9757,7 +9786,7 @@
|
|
|
9757
9786
|
"immutable": true,
|
|
9758
9787
|
"locationInModule": {
|
|
9759
9788
|
"filename": "lib/connection.ts",
|
|
9760
|
-
"line":
|
|
9789
|
+
"line": 208
|
|
9761
9790
|
},
|
|
9762
9791
|
"name": "description",
|
|
9763
9792
|
"optional": true,
|
|
@@ -9776,7 +9805,7 @@
|
|
|
9776
9805
|
"immutable": true,
|
|
9777
9806
|
"locationInModule": {
|
|
9778
9807
|
"filename": "lib/connection.ts",
|
|
9779
|
-
"line":
|
|
9808
|
+
"line": 222
|
|
9780
9809
|
},
|
|
9781
9810
|
"name": "matchCriteria",
|
|
9782
9811
|
"optional": true,
|
|
@@ -9800,7 +9829,7 @@
|
|
|
9800
9829
|
"immutable": true,
|
|
9801
9830
|
"locationInModule": {
|
|
9802
9831
|
"filename": "lib/connection.ts",
|
|
9803
|
-
"line":
|
|
9832
|
+
"line": 215
|
|
9804
9833
|
},
|
|
9805
9834
|
"name": "properties",
|
|
9806
9835
|
"optional": true,
|
|
@@ -9823,7 +9852,7 @@
|
|
|
9823
9852
|
"immutable": true,
|
|
9824
9853
|
"locationInModule": {
|
|
9825
9854
|
"filename": "lib/connection.ts",
|
|
9826
|
-
"line":
|
|
9855
|
+
"line": 228
|
|
9827
9856
|
},
|
|
9828
9857
|
"name": "securityGroups",
|
|
9829
9858
|
"optional": true,
|
|
@@ -9847,7 +9876,7 @@
|
|
|
9847
9876
|
"immutable": true,
|
|
9848
9877
|
"locationInModule": {
|
|
9849
9878
|
"filename": "lib/connection.ts",
|
|
9850
|
-
"line":
|
|
9879
|
+
"line": 234
|
|
9851
9880
|
},
|
|
9852
9881
|
"name": "subnet",
|
|
9853
9882
|
"optional": true,
|
|
@@ -9876,7 +9905,7 @@
|
|
|
9876
9905
|
"kind": "interface",
|
|
9877
9906
|
"locationInModule": {
|
|
9878
9907
|
"filename": "lib/connection.ts",
|
|
9879
|
-
"line":
|
|
9908
|
+
"line": 240
|
|
9880
9909
|
},
|
|
9881
9910
|
"name": "ConnectionProps",
|
|
9882
9911
|
"properties": [
|
|
@@ -9889,7 +9918,7 @@
|
|
|
9889
9918
|
"immutable": true,
|
|
9890
9919
|
"locationInModule": {
|
|
9891
9920
|
"filename": "lib/connection.ts",
|
|
9892
|
-
"line":
|
|
9921
|
+
"line": 244
|
|
9893
9922
|
},
|
|
9894
9923
|
"name": "type",
|
|
9895
9924
|
"type": {
|
|
@@ -9918,7 +9947,7 @@
|
|
|
9918
9947
|
},
|
|
9919
9948
|
"locationInModule": {
|
|
9920
9949
|
"filename": "lib/connection.ts",
|
|
9921
|
-
"line":
|
|
9950
|
+
"line": 165
|
|
9922
9951
|
},
|
|
9923
9952
|
"parameters": [
|
|
9924
9953
|
{
|
|
@@ -9932,7 +9961,7 @@
|
|
|
9932
9961
|
"kind": "class",
|
|
9933
9962
|
"locationInModule": {
|
|
9934
9963
|
"filename": "lib/connection.ts",
|
|
9935
|
-
"line":
|
|
9964
|
+
"line": 17
|
|
9936
9965
|
},
|
|
9937
9966
|
"methods": [
|
|
9938
9967
|
{
|
|
@@ -9942,7 +9971,7 @@
|
|
|
9942
9971
|
},
|
|
9943
9972
|
"locationInModule": {
|
|
9944
9973
|
"filename": "lib/connection.ts",
|
|
9945
|
-
"line":
|
|
9974
|
+
"line": 172
|
|
9946
9975
|
},
|
|
9947
9976
|
"name": "toString",
|
|
9948
9977
|
"returns": {
|
|
@@ -9963,7 +9992,7 @@
|
|
|
9963
9992
|
"immutable": true,
|
|
9964
9993
|
"locationInModule": {
|
|
9965
9994
|
"filename": "lib/connection.ts",
|
|
9966
|
-
"line":
|
|
9995
|
+
"line": 58
|
|
9967
9996
|
},
|
|
9968
9997
|
"name": "CUSTOM",
|
|
9969
9998
|
"static": true,
|
|
@@ -9980,7 +10009,7 @@
|
|
|
9980
10009
|
"immutable": true,
|
|
9981
10010
|
"locationInModule": {
|
|
9982
10011
|
"filename": "lib/connection.ts",
|
|
9983
|
-
"line":
|
|
10012
|
+
"line": 63
|
|
9984
10013
|
},
|
|
9985
10014
|
"name": "FACEBOOKADS",
|
|
9986
10015
|
"static": true,
|
|
@@ -9997,7 +10026,7 @@
|
|
|
9997
10026
|
"immutable": true,
|
|
9998
10027
|
"locationInModule": {
|
|
9999
10028
|
"filename": "lib/connection.ts",
|
|
10000
|
-
"line":
|
|
10029
|
+
"line": 68
|
|
10001
10030
|
},
|
|
10002
10031
|
"name": "GOOGLEADS",
|
|
10003
10032
|
"static": true,
|
|
@@ -10014,7 +10043,7 @@
|
|
|
10014
10043
|
"immutable": true,
|
|
10015
10044
|
"locationInModule": {
|
|
10016
10045
|
"filename": "lib/connection.ts",
|
|
10017
|
-
"line":
|
|
10046
|
+
"line": 78
|
|
10018
10047
|
},
|
|
10019
10048
|
"name": "GOOGLEANALYTICS4",
|
|
10020
10049
|
"static": true,
|
|
@@ -10031,7 +10060,7 @@
|
|
|
10031
10060
|
"immutable": true,
|
|
10032
10061
|
"locationInModule": {
|
|
10033
10062
|
"filename": "lib/connection.ts",
|
|
10034
|
-
"line":
|
|
10063
|
+
"line": 73
|
|
10035
10064
|
},
|
|
10036
10065
|
"name": "GOOGLESHEETS",
|
|
10037
10066
|
"static": true,
|
|
@@ -10048,7 +10077,7 @@
|
|
|
10048
10077
|
"immutable": true,
|
|
10049
10078
|
"locationInModule": {
|
|
10050
10079
|
"filename": "lib/connection.ts",
|
|
10051
|
-
"line":
|
|
10080
|
+
"line": 83
|
|
10052
10081
|
},
|
|
10053
10082
|
"name": "HUBSPOT",
|
|
10054
10083
|
"static": true,
|
|
@@ -10065,7 +10094,7 @@
|
|
|
10065
10094
|
"immutable": true,
|
|
10066
10095
|
"locationInModule": {
|
|
10067
10096
|
"filename": "lib/connection.ts",
|
|
10068
|
-
"line":
|
|
10097
|
+
"line": 88
|
|
10069
10098
|
},
|
|
10070
10099
|
"name": "INSTAGRAMADS",
|
|
10071
10100
|
"static": true,
|
|
@@ -10082,7 +10111,7 @@
|
|
|
10082
10111
|
"immutable": true,
|
|
10083
10112
|
"locationInModule": {
|
|
10084
10113
|
"filename": "lib/connection.ts",
|
|
10085
|
-
"line":
|
|
10114
|
+
"line": 93
|
|
10086
10115
|
},
|
|
10087
10116
|
"name": "INTERCOM",
|
|
10088
10117
|
"static": true,
|
|
@@ -10099,7 +10128,7 @@
|
|
|
10099
10128
|
"immutable": true,
|
|
10100
10129
|
"locationInModule": {
|
|
10101
10130
|
"filename": "lib/connection.ts",
|
|
10102
|
-
"line":
|
|
10131
|
+
"line": 21
|
|
10103
10132
|
},
|
|
10104
10133
|
"name": "JDBC",
|
|
10105
10134
|
"static": true,
|
|
@@ -10116,7 +10145,7 @@
|
|
|
10116
10145
|
"immutable": true,
|
|
10117
10146
|
"locationInModule": {
|
|
10118
10147
|
"filename": "lib/connection.ts",
|
|
10119
|
-
"line":
|
|
10148
|
+
"line": 98
|
|
10120
10149
|
},
|
|
10121
10150
|
"name": "JIRACLOUD",
|
|
10122
10151
|
"static": true,
|
|
@@ -10133,7 +10162,7 @@
|
|
|
10133
10162
|
"immutable": true,
|
|
10134
10163
|
"locationInModule": {
|
|
10135
10164
|
"filename": "lib/connection.ts",
|
|
10136
|
-
"line":
|
|
10165
|
+
"line": 26
|
|
10137
10166
|
},
|
|
10138
10167
|
"name": "KAFKA",
|
|
10139
10168
|
"static": true,
|
|
@@ -10150,7 +10179,7 @@
|
|
|
10150
10179
|
"immutable": true,
|
|
10151
10180
|
"locationInModule": {
|
|
10152
10181
|
"filename": "lib/connection.ts",
|
|
10153
|
-
"line":
|
|
10182
|
+
"line": 103
|
|
10154
10183
|
},
|
|
10155
10184
|
"name": "MARKETO",
|
|
10156
10185
|
"static": true,
|
|
@@ -10167,7 +10196,7 @@
|
|
|
10167
10196
|
"immutable": true,
|
|
10168
10197
|
"locationInModule": {
|
|
10169
10198
|
"filename": "lib/connection.ts",
|
|
10170
|
-
"line":
|
|
10199
|
+
"line": 52
|
|
10171
10200
|
},
|
|
10172
10201
|
"name": "MARKETPLACE",
|
|
10173
10202
|
"static": true,
|
|
@@ -10184,7 +10213,7 @@
|
|
|
10184
10213
|
"immutable": true,
|
|
10185
10214
|
"locationInModule": {
|
|
10186
10215
|
"filename": "lib/connection.ts",
|
|
10187
|
-
"line":
|
|
10216
|
+
"line": 31
|
|
10188
10217
|
},
|
|
10189
10218
|
"name": "MONGODB",
|
|
10190
10219
|
"static": true,
|
|
@@ -10201,7 +10230,7 @@
|
|
|
10201
10230
|
"immutable": true,
|
|
10202
10231
|
"locationInModule": {
|
|
10203
10232
|
"filename": "lib/connection.ts",
|
|
10204
|
-
"line":
|
|
10233
|
+
"line": 108
|
|
10205
10234
|
},
|
|
10206
10235
|
"name": "NETSUITEERP",
|
|
10207
10236
|
"static": true,
|
|
@@ -10218,7 +10247,7 @@
|
|
|
10218
10247
|
"immutable": true,
|
|
10219
10248
|
"locationInModule": {
|
|
10220
10249
|
"filename": "lib/connection.ts",
|
|
10221
|
-
"line":
|
|
10250
|
+
"line": 46
|
|
10222
10251
|
},
|
|
10223
10252
|
"name": "NETWORK",
|
|
10224
10253
|
"static": true,
|
|
@@ -10235,7 +10264,7 @@
|
|
|
10235
10264
|
"immutable": true,
|
|
10236
10265
|
"locationInModule": {
|
|
10237
10266
|
"filename": "lib/connection.ts",
|
|
10238
|
-
"line":
|
|
10267
|
+
"line": 113
|
|
10239
10268
|
},
|
|
10240
10269
|
"name": "SALESFORCE",
|
|
10241
10270
|
"static": true,
|
|
@@ -10252,7 +10281,7 @@
|
|
|
10252
10281
|
"immutable": true,
|
|
10253
10282
|
"locationInModule": {
|
|
10254
10283
|
"filename": "lib/connection.ts",
|
|
10255
|
-
"line":
|
|
10284
|
+
"line": 118
|
|
10256
10285
|
},
|
|
10257
10286
|
"name": "SALESFORCEMARKETINGCLOUD",
|
|
10258
10287
|
"static": true,
|
|
@@ -10269,7 +10298,7 @@
|
|
|
10269
10298
|
"immutable": true,
|
|
10270
10299
|
"locationInModule": {
|
|
10271
10300
|
"filename": "lib/connection.ts",
|
|
10272
|
-
"line":
|
|
10301
|
+
"line": 123
|
|
10273
10302
|
},
|
|
10274
10303
|
"name": "SALESFORCEPARDOT",
|
|
10275
10304
|
"static": true,
|
|
@@ -10286,7 +10315,7 @@
|
|
|
10286
10315
|
"immutable": true,
|
|
10287
10316
|
"locationInModule": {
|
|
10288
10317
|
"filename": "lib/connection.ts",
|
|
10289
|
-
"line":
|
|
10318
|
+
"line": 128
|
|
10290
10319
|
},
|
|
10291
10320
|
"name": "SAPODATA",
|
|
10292
10321
|
"static": true,
|
|
@@ -10303,7 +10332,7 @@
|
|
|
10303
10332
|
"immutable": true,
|
|
10304
10333
|
"locationInModule": {
|
|
10305
10334
|
"filename": "lib/connection.ts",
|
|
10306
|
-
"line":
|
|
10335
|
+
"line": 133
|
|
10307
10336
|
},
|
|
10308
10337
|
"name": "SERVICENOW",
|
|
10309
10338
|
"static": true,
|
|
@@ -10320,7 +10349,7 @@
|
|
|
10320
10349
|
"immutable": true,
|
|
10321
10350
|
"locationInModule": {
|
|
10322
10351
|
"filename": "lib/connection.ts",
|
|
10323
|
-
"line":
|
|
10352
|
+
"line": 138
|
|
10324
10353
|
},
|
|
10325
10354
|
"name": "SLACK",
|
|
10326
10355
|
"static": true,
|
|
@@ -10337,7 +10366,7 @@
|
|
|
10337
10366
|
"immutable": true,
|
|
10338
10367
|
"locationInModule": {
|
|
10339
10368
|
"filename": "lib/connection.ts",
|
|
10340
|
-
"line":
|
|
10369
|
+
"line": 143
|
|
10341
10370
|
},
|
|
10342
10371
|
"name": "SNAPCHATADS",
|
|
10343
10372
|
"static": true,
|
|
@@ -10354,7 +10383,7 @@
|
|
|
10354
10383
|
"immutable": true,
|
|
10355
10384
|
"locationInModule": {
|
|
10356
10385
|
"filename": "lib/connection.ts",
|
|
10357
|
-
"line":
|
|
10386
|
+
"line": 148
|
|
10358
10387
|
},
|
|
10359
10388
|
"name": "STRIPE",
|
|
10360
10389
|
"static": true,
|
|
@@ -10371,7 +10400,7 @@
|
|
|
10371
10400
|
"immutable": true,
|
|
10372
10401
|
"locationInModule": {
|
|
10373
10402
|
"filename": "lib/connection.ts",
|
|
10374
|
-
"line":
|
|
10403
|
+
"line": 41
|
|
10375
10404
|
},
|
|
10376
10405
|
"name": "VIEW_VALIDATION_ATHENA",
|
|
10377
10406
|
"static": true,
|
|
@@ -10388,7 +10417,7 @@
|
|
|
10388
10417
|
"immutable": true,
|
|
10389
10418
|
"locationInModule": {
|
|
10390
10419
|
"filename": "lib/connection.ts",
|
|
10391
|
-
"line":
|
|
10420
|
+
"line": 36
|
|
10392
10421
|
},
|
|
10393
10422
|
"name": "VIEW_VALIDATION_REDSHIFT",
|
|
10394
10423
|
"static": true,
|
|
@@ -10405,7 +10434,7 @@
|
|
|
10405
10434
|
"immutable": true,
|
|
10406
10435
|
"locationInModule": {
|
|
10407
10436
|
"filename": "lib/connection.ts",
|
|
10408
|
-
"line":
|
|
10437
|
+
"line": 153
|
|
10409
10438
|
},
|
|
10410
10439
|
"name": "ZENDESK",
|
|
10411
10440
|
"static": true,
|
|
@@ -10422,7 +10451,7 @@
|
|
|
10422
10451
|
"immutable": true,
|
|
10423
10452
|
"locationInModule": {
|
|
10424
10453
|
"filename": "lib/connection.ts",
|
|
10425
|
-
"line":
|
|
10454
|
+
"line": 158
|
|
10426
10455
|
},
|
|
10427
10456
|
"name": "ZOHOCRM",
|
|
10428
10457
|
"static": true,
|
|
@@ -10438,7 +10467,7 @@
|
|
|
10438
10467
|
"immutable": true,
|
|
10439
10468
|
"locationInModule": {
|
|
10440
10469
|
"filename": "lib/connection.ts",
|
|
10441
|
-
"line":
|
|
10470
|
+
"line": 163
|
|
10442
10471
|
},
|
|
10443
10472
|
"name": "name",
|
|
10444
10473
|
"type": {
|
|
@@ -11072,7 +11101,7 @@
|
|
|
11072
11101
|
},
|
|
11073
11102
|
"locationInModule": {
|
|
11074
11103
|
"filename": "lib/data-quality-ruleset.ts",
|
|
11075
|
-
"line":
|
|
11104
|
+
"line": 120
|
|
11076
11105
|
},
|
|
11077
11106
|
"parameters": [
|
|
11078
11107
|
{
|
|
@@ -11101,7 +11130,7 @@
|
|
|
11101
11130
|
"kind": "class",
|
|
11102
11131
|
"locationInModule": {
|
|
11103
11132
|
"filename": "lib/data-quality-ruleset.ts",
|
|
11104
|
-
"line":
|
|
11133
|
+
"line": 87
|
|
11105
11134
|
},
|
|
11106
11135
|
"methods": [
|
|
11107
11136
|
{
|
|
@@ -11110,7 +11139,7 @@
|
|
|
11110
11139
|
},
|
|
11111
11140
|
"locationInModule": {
|
|
11112
11141
|
"filename": "lib/data-quality-ruleset.ts",
|
|
11113
|
-
"line":
|
|
11142
|
+
"line": 92
|
|
11114
11143
|
},
|
|
11115
11144
|
"name": "fromRulesetArn",
|
|
11116
11145
|
"parameters": [
|
|
@@ -11146,7 +11175,7 @@
|
|
|
11146
11175
|
},
|
|
11147
11176
|
"locationInModule": {
|
|
11148
11177
|
"filename": "lib/data-quality-ruleset.ts",
|
|
11149
|
-
"line":
|
|
11178
|
+
"line": 101
|
|
11150
11179
|
},
|
|
11151
11180
|
"name": "fromRulesetName",
|
|
11152
11181
|
"parameters": [
|
|
@@ -11188,7 +11217,7 @@
|
|
|
11188
11217
|
"immutable": true,
|
|
11189
11218
|
"locationInModule": {
|
|
11190
11219
|
"filename": "lib/data-quality-ruleset.ts",
|
|
11191
|
-
"line":
|
|
11220
|
+
"line": 90
|
|
11192
11221
|
},
|
|
11193
11222
|
"name": "PROPERTY_INJECTION_ID",
|
|
11194
11223
|
"static": true,
|
|
@@ -11204,7 +11233,7 @@
|
|
|
11204
11233
|
"immutable": true,
|
|
11205
11234
|
"locationInModule": {
|
|
11206
11235
|
"filename": "lib/data-quality-ruleset.ts",
|
|
11207
|
-
"line":
|
|
11236
|
+
"line": 148
|
|
11208
11237
|
},
|
|
11209
11238
|
"name": "rulesetArn",
|
|
11210
11239
|
"overrides": "@aws-cdk/aws-glue-alpha.IDataQualityRuleset",
|
|
@@ -11220,7 +11249,7 @@
|
|
|
11220
11249
|
"immutable": true,
|
|
11221
11250
|
"locationInModule": {
|
|
11222
11251
|
"filename": "lib/data-quality-ruleset.ts",
|
|
11223
|
-
"line":
|
|
11252
|
+
"line": 140
|
|
11224
11253
|
},
|
|
11225
11254
|
"name": "rulesetName",
|
|
11226
11255
|
"overrides": "@aws-cdk/aws-glue-alpha.IDataQualityRuleset",
|
|
@@ -11246,7 +11275,7 @@
|
|
|
11246
11275
|
"kind": "interface",
|
|
11247
11276
|
"locationInModule": {
|
|
11248
11277
|
"filename": "lib/data-quality-ruleset.ts",
|
|
11249
|
-
"line":
|
|
11278
|
+
"line": 46
|
|
11250
11279
|
},
|
|
11251
11280
|
"name": "DataQualityRulesetProps",
|
|
11252
11281
|
"properties": [
|
|
@@ -11262,7 +11291,7 @@
|
|
|
11262
11291
|
"immutable": true,
|
|
11263
11292
|
"locationInModule": {
|
|
11264
11293
|
"filename": "lib/data-quality-ruleset.ts",
|
|
11265
|
-
"line":
|
|
11294
|
+
"line": 69
|
|
11266
11295
|
},
|
|
11267
11296
|
"name": "rulesetDqdl",
|
|
11268
11297
|
"type": {
|
|
@@ -11281,7 +11310,7 @@
|
|
|
11281
11310
|
"immutable": true,
|
|
11282
11311
|
"locationInModule": {
|
|
11283
11312
|
"filename": "lib/data-quality-ruleset.ts",
|
|
11284
|
-
"line":
|
|
11313
|
+
"line": 81
|
|
11285
11314
|
},
|
|
11286
11315
|
"name": "targetTable",
|
|
11287
11316
|
"type": {
|
|
@@ -11300,7 +11329,7 @@
|
|
|
11300
11329
|
"immutable": true,
|
|
11301
11330
|
"locationInModule": {
|
|
11302
11331
|
"filename": "lib/data-quality-ruleset.ts",
|
|
11303
|
-
"line":
|
|
11332
|
+
"line": 57
|
|
11304
11333
|
},
|
|
11305
11334
|
"name": "clientToken",
|
|
11306
11335
|
"optional": true,
|
|
@@ -11320,7 +11349,7 @@
|
|
|
11320
11349
|
"immutable": true,
|
|
11321
11350
|
"locationInModule": {
|
|
11322
11351
|
"filename": "lib/data-quality-ruleset.ts",
|
|
11323
|
-
"line":
|
|
11352
|
+
"line": 63
|
|
11324
11353
|
},
|
|
11325
11354
|
"name": "description",
|
|
11326
11355
|
"optional": true,
|
|
@@ -11338,7 +11367,7 @@
|
|
|
11338
11367
|
"immutable": true,
|
|
11339
11368
|
"locationInModule": {
|
|
11340
11369
|
"filename": "lib/data-quality-ruleset.ts",
|
|
11341
|
-
"line":
|
|
11370
|
+
"line": 51
|
|
11342
11371
|
},
|
|
11343
11372
|
"name": "rulesetName",
|
|
11344
11373
|
"optional": true,
|
|
@@ -11356,7 +11385,7 @@
|
|
|
11356
11385
|
"immutable": true,
|
|
11357
11386
|
"locationInModule": {
|
|
11358
11387
|
"filename": "lib/data-quality-ruleset.ts",
|
|
11359
|
-
"line":
|
|
11388
|
+
"line": 75
|
|
11360
11389
|
},
|
|
11361
11390
|
"name": "tags",
|
|
11362
11391
|
"optional": true,
|
|
@@ -11389,7 +11418,7 @@
|
|
|
11389
11418
|
},
|
|
11390
11419
|
"locationInModule": {
|
|
11391
11420
|
"filename": "lib/data-quality-ruleset.ts",
|
|
11392
|
-
"line":
|
|
11421
|
+
"line": 23
|
|
11393
11422
|
},
|
|
11394
11423
|
"parameters": [
|
|
11395
11424
|
{
|
|
@@ -11409,7 +11438,7 @@
|
|
|
11409
11438
|
"kind": "class",
|
|
11410
11439
|
"locationInModule": {
|
|
11411
11440
|
"filename": "lib/data-quality-ruleset.ts",
|
|
11412
|
-
"line":
|
|
11441
|
+
"line": 12
|
|
11413
11442
|
},
|
|
11414
11443
|
"name": "DataQualityTargetTable",
|
|
11415
11444
|
"properties": [
|
|
@@ -11421,7 +11450,7 @@
|
|
|
11421
11450
|
"immutable": true,
|
|
11422
11451
|
"locationInModule": {
|
|
11423
11452
|
"filename": "lib/data-quality-ruleset.ts",
|
|
11424
|
-
"line":
|
|
11453
|
+
"line": 16
|
|
11425
11454
|
},
|
|
11426
11455
|
"name": "databaseName",
|
|
11427
11456
|
"type": {
|
|
@@ -11436,7 +11465,7 @@
|
|
|
11436
11465
|
"immutable": true,
|
|
11437
11466
|
"locationInModule": {
|
|
11438
11467
|
"filename": "lib/data-quality-ruleset.ts",
|
|
11439
|
-
"line":
|
|
11468
|
+
"line": 21
|
|
11440
11469
|
},
|
|
11441
11470
|
"name": "tableName",
|
|
11442
11471
|
"type": {
|
|
@@ -11464,7 +11493,7 @@
|
|
|
11464
11493
|
},
|
|
11465
11494
|
"locationInModule": {
|
|
11466
11495
|
"filename": "lib/database.ts",
|
|
11467
|
-
"line":
|
|
11496
|
+
"line": 96
|
|
11468
11497
|
},
|
|
11469
11498
|
"parameters": [
|
|
11470
11499
|
{
|
|
@@ -11494,7 +11523,7 @@
|
|
|
11494
11523
|
"kind": "class",
|
|
11495
11524
|
"locationInModule": {
|
|
11496
11525
|
"filename": "lib/database.ts",
|
|
11497
|
-
"line":
|
|
11526
|
+
"line": 61
|
|
11498
11527
|
},
|
|
11499
11528
|
"methods": [
|
|
11500
11529
|
{
|
|
@@ -11503,7 +11532,7 @@
|
|
|
11503
11532
|
},
|
|
11504
11533
|
"locationInModule": {
|
|
11505
11534
|
"filename": "lib/database.ts",
|
|
11506
|
-
"line":
|
|
11535
|
+
"line": 66
|
|
11507
11536
|
},
|
|
11508
11537
|
"name": "fromDatabaseArn",
|
|
11509
11538
|
"parameters": [
|
|
@@ -11545,7 +11574,7 @@
|
|
|
11545
11574
|
"immutable": true,
|
|
11546
11575
|
"locationInModule": {
|
|
11547
11576
|
"filename": "lib/database.ts",
|
|
11548
|
-
"line":
|
|
11577
|
+
"line": 64
|
|
11549
11578
|
},
|
|
11550
11579
|
"name": "PROPERTY_INJECTION_ID",
|
|
11551
11580
|
"static": true,
|
|
@@ -11561,7 +11590,7 @@
|
|
|
11561
11590
|
"immutable": true,
|
|
11562
11591
|
"locationInModule": {
|
|
11563
11592
|
"filename": "lib/database.ts",
|
|
11564
|
-
"line":
|
|
11593
|
+
"line": 82
|
|
11565
11594
|
},
|
|
11566
11595
|
"name": "catalogArn",
|
|
11567
11596
|
"overrides": "@aws-cdk/aws-glue-alpha.IDatabase",
|
|
@@ -11577,7 +11606,7 @@
|
|
|
11577
11606
|
"immutable": true,
|
|
11578
11607
|
"locationInModule": {
|
|
11579
11608
|
"filename": "lib/database.ts",
|
|
11580
|
-
"line":
|
|
11609
|
+
"line": 87
|
|
11581
11610
|
},
|
|
11582
11611
|
"name": "catalogId",
|
|
11583
11612
|
"overrides": "@aws-cdk/aws-glue-alpha.IDatabase",
|
|
@@ -11588,12 +11617,12 @@
|
|
|
11588
11617
|
{
|
|
11589
11618
|
"docs": {
|
|
11590
11619
|
"stability": "experimental",
|
|
11591
|
-
"summary": "ARN of
|
|
11620
|
+
"summary": "The ARN of the database."
|
|
11592
11621
|
},
|
|
11593
11622
|
"immutable": true,
|
|
11594
11623
|
"locationInModule": {
|
|
11595
11624
|
"filename": "lib/database.ts",
|
|
11596
|
-
"line":
|
|
11625
|
+
"line": 142
|
|
11597
11626
|
},
|
|
11598
11627
|
"name": "databaseArn",
|
|
11599
11628
|
"overrides": "@aws-cdk/aws-glue-alpha.IDatabase",
|
|
@@ -11604,12 +11633,12 @@
|
|
|
11604
11633
|
{
|
|
11605
11634
|
"docs": {
|
|
11606
11635
|
"stability": "experimental",
|
|
11607
|
-
"summary": "
|
|
11636
|
+
"summary": "The name of the database."
|
|
11608
11637
|
},
|
|
11609
11638
|
"immutable": true,
|
|
11610
11639
|
"locationInModule": {
|
|
11611
11640
|
"filename": "lib/database.ts",
|
|
11612
|
-
"line":
|
|
11641
|
+
"line": 137
|
|
11613
11642
|
},
|
|
11614
11643
|
"name": "databaseName",
|
|
11615
11644
|
"overrides": "@aws-cdk/aws-glue-alpha.IDatabase",
|
|
@@ -11622,10 +11651,9 @@
|
|
|
11622
11651
|
"stability": "experimental",
|
|
11623
11652
|
"summary": "Location URI of this database."
|
|
11624
11653
|
},
|
|
11625
|
-
"immutable": true,
|
|
11626
11654
|
"locationInModule": {
|
|
11627
11655
|
"filename": "lib/database.ts",
|
|
11628
|
-
"line":
|
|
11656
|
+
"line": 92
|
|
11629
11657
|
},
|
|
11630
11658
|
"name": "locationUri",
|
|
11631
11659
|
"optional": true,
|
|
@@ -11650,7 +11678,7 @@
|
|
|
11650
11678
|
"kind": "interface",
|
|
11651
11679
|
"locationInModule": {
|
|
11652
11680
|
"filename": "lib/database.ts",
|
|
11653
|
-
"line":
|
|
11681
|
+
"line": 34
|
|
11654
11682
|
},
|
|
11655
11683
|
"name": "DatabaseProps",
|
|
11656
11684
|
"properties": [
|
|
@@ -11664,7 +11692,7 @@
|
|
|
11664
11692
|
"immutable": true,
|
|
11665
11693
|
"locationInModule": {
|
|
11666
11694
|
"filename": "lib/database.ts",
|
|
11667
|
-
"line":
|
|
11695
|
+
"line": 40
|
|
11668
11696
|
},
|
|
11669
11697
|
"name": "databaseName",
|
|
11670
11698
|
"optional": true,
|
|
@@ -11682,7 +11710,7 @@
|
|
|
11682
11710
|
"immutable": true,
|
|
11683
11711
|
"locationInModule": {
|
|
11684
11712
|
"filename": "lib/database.ts",
|
|
11685
|
-
"line":
|
|
11713
|
+
"line": 55
|
|
11686
11714
|
},
|
|
11687
11715
|
"name": "description",
|
|
11688
11716
|
"optional": true,
|
|
@@ -11701,7 +11729,7 @@
|
|
|
11701
11729
|
"immutable": true,
|
|
11702
11730
|
"locationInModule": {
|
|
11703
11731
|
"filename": "lib/database.ts",
|
|
11704
|
-
"line":
|
|
11732
|
+
"line": 48
|
|
11705
11733
|
},
|
|
11706
11734
|
"name": "locationUri",
|
|
11707
11735
|
"optional": true,
|
|
@@ -11819,7 +11847,7 @@
|
|
|
11819
11847
|
},
|
|
11820
11848
|
"locationInModule": {
|
|
11821
11849
|
"filename": "lib/external-table.ts",
|
|
11822
|
-
"line":
|
|
11850
|
+
"line": 53
|
|
11823
11851
|
},
|
|
11824
11852
|
"parameters": [
|
|
11825
11853
|
{
|
|
@@ -11845,7 +11873,7 @@
|
|
|
11845
11873
|
"kind": "class",
|
|
11846
11874
|
"locationInModule": {
|
|
11847
11875
|
"filename": "lib/external-table.ts",
|
|
11848
|
-
"line":
|
|
11876
|
+
"line": 34
|
|
11849
11877
|
},
|
|
11850
11878
|
"methods": [
|
|
11851
11879
|
{
|
|
@@ -11855,7 +11883,7 @@
|
|
|
11855
11883
|
},
|
|
11856
11884
|
"locationInModule": {
|
|
11857
11885
|
"filename": "lib/external-table.ts",
|
|
11858
|
-
"line":
|
|
11886
|
+
"line": 136
|
|
11859
11887
|
},
|
|
11860
11888
|
"name": "grantRead",
|
|
11861
11889
|
"overrides": "@aws-cdk/aws-glue-alpha.TableBase",
|
|
@@ -11883,7 +11911,7 @@
|
|
|
11883
11911
|
},
|
|
11884
11912
|
"locationInModule": {
|
|
11885
11913
|
"filename": "lib/external-table.ts",
|
|
11886
|
-
"line":
|
|
11914
|
+
"line": 160
|
|
11887
11915
|
},
|
|
11888
11916
|
"name": "grantReadWrite",
|
|
11889
11917
|
"overrides": "@aws-cdk/aws-glue-alpha.TableBase",
|
|
@@ -11911,7 +11939,7 @@
|
|
|
11911
11939
|
},
|
|
11912
11940
|
"locationInModule": {
|
|
11913
11941
|
"filename": "lib/external-table.ts",
|
|
11914
|
-
"line":
|
|
11942
|
+
"line": 148
|
|
11915
11943
|
},
|
|
11916
11944
|
"name": "grantWrite",
|
|
11917
11945
|
"overrides": "@aws-cdk/aws-glue-alpha.TableBase",
|
|
@@ -11944,7 +11972,7 @@
|
|
|
11944
11972
|
"immutable": true,
|
|
11945
11973
|
"locationInModule": {
|
|
11946
11974
|
"filename": "lib/external-table.ts",
|
|
11947
|
-
"line":
|
|
11975
|
+
"line": 37
|
|
11948
11976
|
},
|
|
11949
11977
|
"name": "PROPERTY_INJECTION_ID",
|
|
11950
11978
|
"static": true,
|
|
@@ -11960,7 +11988,7 @@
|
|
|
11960
11988
|
"immutable": true,
|
|
11961
11989
|
"locationInModule": {
|
|
11962
11990
|
"filename": "lib/external-table.ts",
|
|
11963
|
-
"line":
|
|
11991
|
+
"line": 42
|
|
11964
11992
|
},
|
|
11965
11993
|
"name": "connection",
|
|
11966
11994
|
"type": {
|
|
@@ -11975,7 +12003,7 @@
|
|
|
11975
12003
|
"immutable": true,
|
|
11976
12004
|
"locationInModule": {
|
|
11977
12005
|
"filename": "lib/external-table.ts",
|
|
11978
|
-
"line":
|
|
12006
|
+
"line": 121
|
|
11979
12007
|
},
|
|
11980
12008
|
"name": "tableArn",
|
|
11981
12009
|
"overrides": "@aws-cdk/aws-glue-alpha.TableBase",
|
|
@@ -11991,7 +12019,7 @@
|
|
|
11991
12019
|
"immutable": true,
|
|
11992
12020
|
"locationInModule": {
|
|
11993
12021
|
"filename": "lib/external-table.ts",
|
|
11994
|
-
"line":
|
|
12022
|
+
"line": 113
|
|
11995
12023
|
},
|
|
11996
12024
|
"name": "tableName",
|
|
11997
12025
|
"overrides": "@aws-cdk/aws-glue-alpha.TableBase",
|
|
@@ -12006,7 +12034,7 @@
|
|
|
12006
12034
|
"immutable": true,
|
|
12007
12035
|
"locationInModule": {
|
|
12008
12036
|
"filename": "lib/external-table.ts",
|
|
12009
|
-
"line":
|
|
12037
|
+
"line": 49
|
|
12010
12038
|
},
|
|
12011
12039
|
"name": "tableResource",
|
|
12012
12040
|
"overrides": "@aws-cdk/aws-glue-alpha.TableBase",
|
|
@@ -12023,7 +12051,7 @@
|
|
|
12023
12051
|
"immutable": true,
|
|
12024
12052
|
"locationInModule": {
|
|
12025
12053
|
"filename": "lib/external-table.ts",
|
|
12026
|
-
"line":
|
|
12054
|
+
"line": 47
|
|
12027
12055
|
},
|
|
12028
12056
|
"name": "partitionIndexes",
|
|
12029
12057
|
"optional": true,
|
|
@@ -12057,7 +12085,7 @@
|
|
|
12057
12085
|
"kind": "interface",
|
|
12058
12086
|
"locationInModule": {
|
|
12059
12087
|
"filename": "lib/external-table.ts",
|
|
12060
|
-
"line":
|
|
12088
|
+
"line": 12
|
|
12061
12089
|
},
|
|
12062
12090
|
"name": "ExternalTableProps",
|
|
12063
12091
|
"properties": [
|
|
@@ -12071,7 +12099,7 @@
|
|
|
12071
12099
|
"immutable": true,
|
|
12072
12100
|
"locationInModule": {
|
|
12073
12101
|
"filename": "lib/external-table.ts",
|
|
12074
|
-
"line":
|
|
12102
|
+
"line": 18
|
|
12075
12103
|
},
|
|
12076
12104
|
"name": "connection",
|
|
12077
12105
|
"type": {
|
|
@@ -12089,7 +12117,7 @@
|
|
|
12089
12117
|
"immutable": true,
|
|
12090
12118
|
"locationInModule": {
|
|
12091
12119
|
"filename": "lib/external-table.ts",
|
|
12092
|
-
"line":
|
|
12120
|
+
"line": 27
|
|
12093
12121
|
},
|
|
12094
12122
|
"name": "externalDataLocation",
|
|
12095
12123
|
"type": {
|
|
@@ -12183,7 +12211,7 @@
|
|
|
12183
12211
|
"kind": "interface",
|
|
12184
12212
|
"locationInModule": {
|
|
12185
12213
|
"filename": "lib/connection.ts",
|
|
12186
|
-
"line":
|
|
12214
|
+
"line": 180
|
|
12187
12215
|
},
|
|
12188
12216
|
"name": "IConnection",
|
|
12189
12217
|
"properties": [
|
|
@@ -12199,7 +12227,7 @@
|
|
|
12199
12227
|
"immutable": true,
|
|
12200
12228
|
"locationInModule": {
|
|
12201
12229
|
"filename": "lib/connection.ts",
|
|
12202
|
-
"line":
|
|
12230
|
+
"line": 191
|
|
12203
12231
|
},
|
|
12204
12232
|
"name": "connectionArn",
|
|
12205
12233
|
"type": {
|
|
@@ -12218,7 +12246,7 @@
|
|
|
12218
12246
|
"immutable": true,
|
|
12219
12247
|
"locationInModule": {
|
|
12220
12248
|
"filename": "lib/connection.ts",
|
|
12221
|
-
"line":
|
|
12249
|
+
"line": 185
|
|
12222
12250
|
},
|
|
12223
12251
|
"name": "connectionName",
|
|
12224
12252
|
"type": {
|
|
@@ -12240,7 +12268,7 @@
|
|
|
12240
12268
|
"kind": "interface",
|
|
12241
12269
|
"locationInModule": {
|
|
12242
12270
|
"filename": "lib/data-quality-ruleset.ts",
|
|
12243
|
-
"line":
|
|
12271
|
+
"line": 29
|
|
12244
12272
|
},
|
|
12245
12273
|
"name": "IDataQualityRuleset",
|
|
12246
12274
|
"properties": [
|
|
@@ -12256,7 +12284,7 @@
|
|
|
12256
12284
|
"immutable": true,
|
|
12257
12285
|
"locationInModule": {
|
|
12258
12286
|
"filename": "lib/data-quality-ruleset.ts",
|
|
12259
|
-
"line":
|
|
12287
|
+
"line": 34
|
|
12260
12288
|
},
|
|
12261
12289
|
"name": "rulesetArn",
|
|
12262
12290
|
"type": {
|
|
@@ -12275,7 +12303,7 @@
|
|
|
12275
12303
|
"immutable": true,
|
|
12276
12304
|
"locationInModule": {
|
|
12277
12305
|
"filename": "lib/data-quality-ruleset.ts",
|
|
12278
|
-
"line":
|
|
12306
|
+
"line": 40
|
|
12279
12307
|
},
|
|
12280
12308
|
"name": "rulesetName",
|
|
12281
12309
|
"type": {
|
|
@@ -12297,7 +12325,7 @@
|
|
|
12297
12325
|
"kind": "interface",
|
|
12298
12326
|
"locationInModule": {
|
|
12299
12327
|
"filename": "lib/database.ts",
|
|
12300
|
-
"line":
|
|
12328
|
+
"line": 8
|
|
12301
12329
|
},
|
|
12302
12330
|
"name": "IDatabase",
|
|
12303
12331
|
"properties": [
|
|
@@ -12310,7 +12338,7 @@
|
|
|
12310
12338
|
"immutable": true,
|
|
12311
12339
|
"locationInModule": {
|
|
12312
12340
|
"filename": "lib/database.ts",
|
|
12313
|
-
"line":
|
|
12341
|
+
"line": 12
|
|
12314
12342
|
},
|
|
12315
12343
|
"name": "catalogArn",
|
|
12316
12344
|
"type": {
|
|
@@ -12326,7 +12354,7 @@
|
|
|
12326
12354
|
"immutable": true,
|
|
12327
12355
|
"locationInModule": {
|
|
12328
12356
|
"filename": "lib/database.ts",
|
|
12329
|
-
"line":
|
|
12357
|
+
"line": 17
|
|
12330
12358
|
},
|
|
12331
12359
|
"name": "catalogId",
|
|
12332
12360
|
"type": {
|
|
@@ -12345,7 +12373,7 @@
|
|
|
12345
12373
|
"immutable": true,
|
|
12346
12374
|
"locationInModule": {
|
|
12347
12375
|
"filename": "lib/database.ts",
|
|
12348
|
-
"line":
|
|
12376
|
+
"line": 24
|
|
12349
12377
|
},
|
|
12350
12378
|
"name": "databaseArn",
|
|
12351
12379
|
"type": {
|
|
@@ -12364,7 +12392,7 @@
|
|
|
12364
12392
|
"immutable": true,
|
|
12365
12393
|
"locationInModule": {
|
|
12366
12394
|
"filename": "lib/database.ts",
|
|
12367
|
-
"line":
|
|
12395
|
+
"line": 31
|
|
12368
12396
|
},
|
|
12369
12397
|
"name": "databaseName",
|
|
12370
12398
|
"type": {
|
|
@@ -12706,7 +12734,7 @@
|
|
|
12706
12734
|
"kind": "interface",
|
|
12707
12735
|
"locationInModule": {
|
|
12708
12736
|
"filename": "lib/security-configuration.ts",
|
|
12709
|
-
"line":
|
|
12737
|
+
"line": 13
|
|
12710
12738
|
},
|
|
12711
12739
|
"name": "ISecurityConfiguration",
|
|
12712
12740
|
"properties": [
|
|
@@ -12722,7 +12750,7 @@
|
|
|
12722
12750
|
"immutable": true,
|
|
12723
12751
|
"locationInModule": {
|
|
12724
12752
|
"filename": "lib/security-configuration.ts",
|
|
12725
|
-
"line":
|
|
12753
|
+
"line": 18
|
|
12726
12754
|
},
|
|
12727
12755
|
"name": "securityConfigurationName",
|
|
12728
12756
|
"type": {
|
|
@@ -12801,7 +12829,7 @@
|
|
|
12801
12829
|
"kind": "interface",
|
|
12802
12830
|
"locationInModule": {
|
|
12803
12831
|
"filename": "lib/triggers/workflow.ts",
|
|
12804
|
-
"line":
|
|
12832
|
+
"line": 28
|
|
12805
12833
|
},
|
|
12806
12834
|
"methods": [
|
|
12807
12835
|
{
|
|
@@ -12812,7 +12840,7 @@
|
|
|
12812
12840
|
},
|
|
12813
12841
|
"locationInModule": {
|
|
12814
12842
|
"filename": "lib/triggers/workflow.ts",
|
|
12815
|
-
"line":
|
|
12843
|
+
"line": 59
|
|
12816
12844
|
},
|
|
12817
12845
|
"name": "addCustomScheduledTrigger",
|
|
12818
12846
|
"parameters": [
|
|
@@ -12843,7 +12871,7 @@
|
|
|
12843
12871
|
},
|
|
12844
12872
|
"locationInModule": {
|
|
12845
12873
|
"filename": "lib/triggers/workflow.ts",
|
|
12846
|
-
"line":
|
|
12874
|
+
"line": 49
|
|
12847
12875
|
},
|
|
12848
12876
|
"name": "addDailyScheduledTrigger",
|
|
12849
12877
|
"parameters": [
|
|
@@ -12874,7 +12902,7 @@
|
|
|
12874
12902
|
},
|
|
12875
12903
|
"locationInModule": {
|
|
12876
12904
|
"filename": "lib/triggers/workflow.ts",
|
|
12877
|
-
"line":
|
|
12905
|
+
"line": 44
|
|
12878
12906
|
},
|
|
12879
12907
|
"name": "addOnDemandTrigger",
|
|
12880
12908
|
"parameters": [
|
|
@@ -12905,7 +12933,7 @@
|
|
|
12905
12933
|
},
|
|
12906
12934
|
"locationInModule": {
|
|
12907
12935
|
"filename": "lib/triggers/workflow.ts",
|
|
12908
|
-
"line":
|
|
12936
|
+
"line": 54
|
|
12909
12937
|
},
|
|
12910
12938
|
"name": "addWeeklyScheduledTrigger",
|
|
12911
12939
|
"parameters": [
|
|
@@ -12943,7 +12971,7 @@
|
|
|
12943
12971
|
"immutable": true,
|
|
12944
12972
|
"locationInModule": {
|
|
12945
12973
|
"filename": "lib/triggers/workflow.ts",
|
|
12946
|
-
"line":
|
|
12974
|
+
"line": 39
|
|
12947
12975
|
},
|
|
12948
12976
|
"name": "workflowArn",
|
|
12949
12977
|
"type": {
|
|
@@ -12962,7 +12990,7 @@
|
|
|
12962
12990
|
"immutable": true,
|
|
12963
12991
|
"locationInModule": {
|
|
12964
12992
|
"filename": "lib/triggers/workflow.ts",
|
|
12965
|
-
"line":
|
|
12993
|
+
"line": 33
|
|
12966
12994
|
},
|
|
12967
12995
|
"name": "workflowName",
|
|
12968
12996
|
"type": {
|
|
@@ -13188,7 +13216,7 @@
|
|
|
13188
13216
|
},
|
|
13189
13217
|
"locationInModule": {
|
|
13190
13218
|
"filename": "core/lib/resource.ts",
|
|
13191
|
-
"line":
|
|
13219
|
+
"line": 119
|
|
13192
13220
|
},
|
|
13193
13221
|
"parameters": [
|
|
13194
13222
|
{
|
|
@@ -13460,7 +13488,7 @@
|
|
|
13460
13488
|
},
|
|
13461
13489
|
"locationInModule": {
|
|
13462
13490
|
"filename": "core/lib/resource.ts",
|
|
13463
|
-
"line":
|
|
13491
|
+
"line": 119
|
|
13464
13492
|
},
|
|
13465
13493
|
"parameters": [
|
|
13466
13494
|
{
|
|
@@ -13929,7 +13957,7 @@
|
|
|
13929
13957
|
"kind": "interface",
|
|
13930
13958
|
"locationInModule": {
|
|
13931
13959
|
"filename": "lib/security-configuration.ts",
|
|
13932
|
-
"line":
|
|
13960
|
+
"line": 102
|
|
13933
13961
|
},
|
|
13934
13962
|
"name": "JobBookmarksEncryption",
|
|
13935
13963
|
"properties": [
|
|
@@ -13942,7 +13970,7 @@
|
|
|
13942
13970
|
"immutable": true,
|
|
13943
13971
|
"locationInModule": {
|
|
13944
13972
|
"filename": "lib/security-configuration.ts",
|
|
13945
|
-
"line":
|
|
13973
|
+
"line": 106
|
|
13946
13974
|
},
|
|
13947
13975
|
"name": "mode",
|
|
13948
13976
|
"type": {
|
|
@@ -13959,7 +13987,7 @@
|
|
|
13959
13987
|
"immutable": true,
|
|
13960
13988
|
"locationInModule": {
|
|
13961
13989
|
"filename": "lib/security-configuration.ts",
|
|
13962
|
-
"line":
|
|
13990
|
+
"line": 112
|
|
13963
13991
|
},
|
|
13964
13992
|
"name": "kmsKey",
|
|
13965
13993
|
"optional": true,
|
|
@@ -13985,7 +14013,7 @@
|
|
|
13985
14013
|
"kind": "enum",
|
|
13986
14014
|
"locationInModule": {
|
|
13987
14015
|
"filename": "lib/security-configuration.ts",
|
|
13988
|
-
"line":
|
|
14016
|
+
"line": 58
|
|
13989
14017
|
},
|
|
13990
14018
|
"members": [
|
|
13991
14019
|
{
|
|
@@ -15009,7 +15037,7 @@
|
|
|
15009
15037
|
"kind": "class",
|
|
15010
15038
|
"locationInModule": {
|
|
15011
15039
|
"filename": "lib/jobs/pyspark-etl-job.ts",
|
|
15012
|
-
"line":
|
|
15040
|
+
"line": 72
|
|
15013
15041
|
},
|
|
15014
15042
|
"name": "PySparkEtlJob",
|
|
15015
15043
|
"properties": [
|
|
@@ -15022,7 +15050,7 @@
|
|
|
15022
15050
|
"immutable": true,
|
|
15023
15051
|
"locationInModule": {
|
|
15024
15052
|
"filename": "lib/jobs/pyspark-etl-job.ts",
|
|
15025
|
-
"line":
|
|
15053
|
+
"line": 75
|
|
15026
15054
|
},
|
|
15027
15055
|
"name": "PROPERTY_INJECTION_ID",
|
|
15028
15056
|
"static": true,
|
|
@@ -15038,7 +15066,7 @@
|
|
|
15038
15066
|
"immutable": true,
|
|
15039
15067
|
"locationInModule": {
|
|
15040
15068
|
"filename": "lib/jobs/pyspark-etl-job.ts",
|
|
15041
|
-
"line":
|
|
15069
|
+
"line": 115
|
|
15042
15070
|
},
|
|
15043
15071
|
"name": "jobArn",
|
|
15044
15072
|
"overrides": "@aws-cdk/aws-glue-alpha.JobBase",
|
|
@@ -15054,7 +15082,7 @@
|
|
|
15054
15082
|
"immutable": true,
|
|
15055
15083
|
"locationInModule": {
|
|
15056
15084
|
"filename": "lib/jobs/pyspark-etl-job.ts",
|
|
15057
|
-
"line":
|
|
15085
|
+
"line": 120
|
|
15058
15086
|
},
|
|
15059
15087
|
"name": "jobName",
|
|
15060
15088
|
"overrides": "@aws-cdk/aws-glue-alpha.JobBase",
|
|
@@ -15083,7 +15111,7 @@
|
|
|
15083
15111
|
"kind": "interface",
|
|
15084
15112
|
"locationInModule": {
|
|
15085
15113
|
"filename": "lib/jobs/pyspark-etl-job.ts",
|
|
15086
|
-
"line":
|
|
15114
|
+
"line": 13
|
|
15087
15115
|
},
|
|
15088
15116
|
"name": "PySparkEtlJobProps",
|
|
15089
15117
|
"properties": [
|
|
@@ -15098,7 +15126,7 @@
|
|
|
15098
15126
|
"immutable": true,
|
|
15099
15127
|
"locationInModule": {
|
|
15100
15128
|
"filename": "lib/jobs/pyspark-etl-job.ts",
|
|
15101
|
-
"line":
|
|
15129
|
+
"line": 29
|
|
15102
15130
|
},
|
|
15103
15131
|
"name": "extraFiles",
|
|
15104
15132
|
"optional": true,
|
|
@@ -15121,7 +15149,7 @@
|
|
|
15121
15149
|
"immutable": true,
|
|
15122
15150
|
"locationInModule": {
|
|
15123
15151
|
"filename": "lib/jobs/pyspark-etl-job.ts",
|
|
15124
|
-
"line":
|
|
15152
|
+
"line": 36
|
|
15125
15153
|
},
|
|
15126
15154
|
"name": "extraJars",
|
|
15127
15155
|
"optional": true,
|
|
@@ -15145,7 +15173,7 @@
|
|
|
15145
15173
|
"immutable": true,
|
|
15146
15174
|
"locationInModule": {
|
|
15147
15175
|
"filename": "lib/jobs/pyspark-etl-job.ts",
|
|
15148
|
-
"line":
|
|
15176
|
+
"line": 45
|
|
15149
15177
|
},
|
|
15150
15178
|
"name": "extraJarsFirst",
|
|
15151
15179
|
"optional": true,
|
|
@@ -15163,7 +15191,7 @@
|
|
|
15163
15191
|
"immutable": true,
|
|
15164
15192
|
"locationInModule": {
|
|
15165
15193
|
"filename": "lib/jobs/pyspark-etl-job.ts",
|
|
15166
|
-
"line":
|
|
15194
|
+
"line": 20
|
|
15167
15195
|
},
|
|
15168
15196
|
"name": "extraPythonFiles",
|
|
15169
15197
|
"optional": true,
|
|
@@ -15187,7 +15215,7 @@
|
|
|
15187
15215
|
"immutable": true,
|
|
15188
15216
|
"locationInModule": {
|
|
15189
15217
|
"filename": "lib/jobs/pyspark-etl-job.ts",
|
|
15190
|
-
"line":
|
|
15218
|
+
"line": 57
|
|
15191
15219
|
},
|
|
15192
15220
|
"name": "jobRunQueuingEnabled",
|
|
15193
15221
|
"optional": true,
|
|
@@ -15244,7 +15272,7 @@
|
|
|
15244
15272
|
"kind": "class",
|
|
15245
15273
|
"locationInModule": {
|
|
15246
15274
|
"filename": "lib/jobs/pyspark-flex-etl-job.ts",
|
|
15247
|
-
"line":
|
|
15275
|
+
"line": 68
|
|
15248
15276
|
},
|
|
15249
15277
|
"name": "PySparkFlexEtlJob",
|
|
15250
15278
|
"properties": [
|
|
@@ -15257,7 +15285,7 @@
|
|
|
15257
15285
|
"immutable": true,
|
|
15258
15286
|
"locationInModule": {
|
|
15259
15287
|
"filename": "lib/jobs/pyspark-flex-etl-job.ts",
|
|
15260
|
-
"line":
|
|
15288
|
+
"line": 71
|
|
15261
15289
|
},
|
|
15262
15290
|
"name": "PROPERTY_INJECTION_ID",
|
|
15263
15291
|
"static": true,
|
|
@@ -15273,7 +15301,7 @@
|
|
|
15273
15301
|
"immutable": true,
|
|
15274
15302
|
"locationInModule": {
|
|
15275
15303
|
"filename": "lib/jobs/pyspark-flex-etl-job.ts",
|
|
15276
|
-
"line":
|
|
15304
|
+
"line": 114
|
|
15277
15305
|
},
|
|
15278
15306
|
"name": "jobArn",
|
|
15279
15307
|
"overrides": "@aws-cdk/aws-glue-alpha.JobBase",
|
|
@@ -15289,7 +15317,7 @@
|
|
|
15289
15317
|
"immutable": true,
|
|
15290
15318
|
"locationInModule": {
|
|
15291
15319
|
"filename": "lib/jobs/pyspark-flex-etl-job.ts",
|
|
15292
|
-
"line":
|
|
15320
|
+
"line": 119
|
|
15293
15321
|
},
|
|
15294
15322
|
"name": "jobName",
|
|
15295
15323
|
"overrides": "@aws-cdk/aws-glue-alpha.JobBase",
|
|
@@ -15318,7 +15346,7 @@
|
|
|
15318
15346
|
"kind": "interface",
|
|
15319
15347
|
"locationInModule": {
|
|
15320
15348
|
"filename": "lib/jobs/pyspark-flex-etl-job.ts",
|
|
15321
|
-
"line":
|
|
15349
|
+
"line": 14
|
|
15322
15350
|
},
|
|
15323
15351
|
"name": "PySparkFlexEtlJobProps",
|
|
15324
15352
|
"properties": [
|
|
@@ -15333,7 +15361,7 @@
|
|
|
15333
15361
|
"immutable": true,
|
|
15334
15362
|
"locationInModule": {
|
|
15335
15363
|
"filename": "lib/jobs/pyspark-flex-etl-job.ts",
|
|
15336
|
-
"line":
|
|
15364
|
+
"line": 37
|
|
15337
15365
|
},
|
|
15338
15366
|
"name": "extraFiles",
|
|
15339
15367
|
"optional": true,
|
|
@@ -15356,7 +15384,7 @@
|
|
|
15356
15384
|
"immutable": true,
|
|
15357
15385
|
"locationInModule": {
|
|
15358
15386
|
"filename": "lib/jobs/pyspark-flex-etl-job.ts",
|
|
15359
|
-
"line":
|
|
15387
|
+
"line": 44
|
|
15360
15388
|
},
|
|
15361
15389
|
"name": "extraJars",
|
|
15362
15390
|
"optional": true,
|
|
@@ -15380,7 +15408,7 @@
|
|
|
15380
15408
|
"immutable": true,
|
|
15381
15409
|
"locationInModule": {
|
|
15382
15410
|
"filename": "lib/jobs/pyspark-flex-etl-job.ts",
|
|
15383
|
-
"line":
|
|
15411
|
+
"line": 53
|
|
15384
15412
|
},
|
|
15385
15413
|
"name": "extraJarsFirst",
|
|
15386
15414
|
"optional": true,
|
|
@@ -15398,7 +15426,7 @@
|
|
|
15398
15426
|
"immutable": true,
|
|
15399
15427
|
"locationInModule": {
|
|
15400
15428
|
"filename": "lib/jobs/pyspark-flex-etl-job.ts",
|
|
15401
|
-
"line":
|
|
15429
|
+
"line": 28
|
|
15402
15430
|
},
|
|
15403
15431
|
"name": "extraPythonFiles",
|
|
15404
15432
|
"optional": true,
|
|
@@ -15422,7 +15450,7 @@
|
|
|
15422
15450
|
"immutable": true,
|
|
15423
15451
|
"locationInModule": {
|
|
15424
15452
|
"filename": "lib/jobs/pyspark-flex-etl-job.ts",
|
|
15425
|
-
"line":
|
|
15453
|
+
"line": 20
|
|
15426
15454
|
},
|
|
15427
15455
|
"name": "notifyDelayAfter",
|
|
15428
15456
|
"optional": true,
|
|
@@ -15479,7 +15507,7 @@
|
|
|
15479
15507
|
"kind": "class",
|
|
15480
15508
|
"locationInModule": {
|
|
15481
15509
|
"filename": "lib/jobs/pyspark-streaming-job.ts",
|
|
15482
|
-
"line":
|
|
15510
|
+
"line": 72
|
|
15483
15511
|
},
|
|
15484
15512
|
"name": "PySparkStreamingJob",
|
|
15485
15513
|
"properties": [
|
|
@@ -15492,7 +15520,7 @@
|
|
|
15492
15520
|
"immutable": true,
|
|
15493
15521
|
"locationInModule": {
|
|
15494
15522
|
"filename": "lib/jobs/pyspark-streaming-job.ts",
|
|
15495
|
-
"line":
|
|
15523
|
+
"line": 75
|
|
15496
15524
|
},
|
|
15497
15525
|
"name": "PROPERTY_INJECTION_ID",
|
|
15498
15526
|
"static": true,
|
|
@@ -15508,7 +15536,7 @@
|
|
|
15508
15536
|
"immutable": true,
|
|
15509
15537
|
"locationInModule": {
|
|
15510
15538
|
"filename": "lib/jobs/pyspark-streaming-job.ts",
|
|
15511
|
-
"line":
|
|
15539
|
+
"line": 115
|
|
15512
15540
|
},
|
|
15513
15541
|
"name": "jobArn",
|
|
15514
15542
|
"overrides": "@aws-cdk/aws-glue-alpha.JobBase",
|
|
@@ -15524,7 +15552,7 @@
|
|
|
15524
15552
|
"immutable": true,
|
|
15525
15553
|
"locationInModule": {
|
|
15526
15554
|
"filename": "lib/jobs/pyspark-streaming-job.ts",
|
|
15527
|
-
"line":
|
|
15555
|
+
"line": 120
|
|
15528
15556
|
},
|
|
15529
15557
|
"name": "jobName",
|
|
15530
15558
|
"overrides": "@aws-cdk/aws-glue-alpha.JobBase",
|
|
@@ -15553,7 +15581,7 @@
|
|
|
15553
15581
|
"kind": "interface",
|
|
15554
15582
|
"locationInModule": {
|
|
15555
15583
|
"filename": "lib/jobs/pyspark-streaming-job.ts",
|
|
15556
|
-
"line":
|
|
15584
|
+
"line": 13
|
|
15557
15585
|
},
|
|
15558
15586
|
"name": "PySparkStreamingJobProps",
|
|
15559
15587
|
"properties": [
|
|
@@ -15568,7 +15596,7 @@
|
|
|
15568
15596
|
"immutable": true,
|
|
15569
15597
|
"locationInModule": {
|
|
15570
15598
|
"filename": "lib/jobs/pyspark-streaming-job.ts",
|
|
15571
|
-
"line":
|
|
15599
|
+
"line": 29
|
|
15572
15600
|
},
|
|
15573
15601
|
"name": "extraFiles",
|
|
15574
15602
|
"optional": true,
|
|
@@ -15591,7 +15619,7 @@
|
|
|
15591
15619
|
"immutable": true,
|
|
15592
15620
|
"locationInModule": {
|
|
15593
15621
|
"filename": "lib/jobs/pyspark-streaming-job.ts",
|
|
15594
|
-
"line":
|
|
15622
|
+
"line": 36
|
|
15595
15623
|
},
|
|
15596
15624
|
"name": "extraJars",
|
|
15597
15625
|
"optional": true,
|
|
@@ -15615,7 +15643,7 @@
|
|
|
15615
15643
|
"immutable": true,
|
|
15616
15644
|
"locationInModule": {
|
|
15617
15645
|
"filename": "lib/jobs/pyspark-streaming-job.ts",
|
|
15618
|
-
"line":
|
|
15646
|
+
"line": 45
|
|
15619
15647
|
},
|
|
15620
15648
|
"name": "extraJarsFirst",
|
|
15621
15649
|
"optional": true,
|
|
@@ -15633,7 +15661,7 @@
|
|
|
15633
15661
|
"immutable": true,
|
|
15634
15662
|
"locationInModule": {
|
|
15635
15663
|
"filename": "lib/jobs/pyspark-streaming-job.ts",
|
|
15636
|
-
"line":
|
|
15664
|
+
"line": 20
|
|
15637
15665
|
},
|
|
15638
15666
|
"name": "extraPythonFiles",
|
|
15639
15667
|
"optional": true,
|
|
@@ -15657,7 +15685,7 @@
|
|
|
15657
15685
|
"immutable": true,
|
|
15658
15686
|
"locationInModule": {
|
|
15659
15687
|
"filename": "lib/jobs/pyspark-streaming-job.ts",
|
|
15660
|
-
"line":
|
|
15688
|
+
"line": 57
|
|
15661
15689
|
},
|
|
15662
15690
|
"name": "jobRunQueuingEnabled",
|
|
15663
15691
|
"optional": true,
|
|
@@ -15714,7 +15742,7 @@
|
|
|
15714
15742
|
"kind": "class",
|
|
15715
15743
|
"locationInModule": {
|
|
15716
15744
|
"filename": "lib/jobs/python-shell-job.ts",
|
|
15717
|
-
"line":
|
|
15745
|
+
"line": 48
|
|
15718
15746
|
},
|
|
15719
15747
|
"name": "PythonShellJob",
|
|
15720
15748
|
"properties": [
|
|
@@ -15727,7 +15755,7 @@
|
|
|
15727
15755
|
"immutable": true,
|
|
15728
15756
|
"locationInModule": {
|
|
15729
15757
|
"filename": "lib/jobs/python-shell-job.ts",
|
|
15730
|
-
"line":
|
|
15758
|
+
"line": 51
|
|
15731
15759
|
},
|
|
15732
15760
|
"name": "PROPERTY_INJECTION_ID",
|
|
15733
15761
|
"static": true,
|
|
@@ -15743,7 +15771,7 @@
|
|
|
15743
15771
|
"immutable": true,
|
|
15744
15772
|
"locationInModule": {
|
|
15745
15773
|
"filename": "lib/jobs/python-shell-job.ts",
|
|
15746
|
-
"line":
|
|
15774
|
+
"line": 53
|
|
15747
15775
|
},
|
|
15748
15776
|
"name": "grantPrincipal",
|
|
15749
15777
|
"overrides": "@aws-cdk/aws-glue-alpha.JobBase",
|
|
@@ -15759,7 +15787,7 @@
|
|
|
15759
15787
|
"immutable": true,
|
|
15760
15788
|
"locationInModule": {
|
|
15761
15789
|
"filename": "lib/jobs/python-shell-job.ts",
|
|
15762
|
-
"line":
|
|
15790
|
+
"line": 107
|
|
15763
15791
|
},
|
|
15764
15792
|
"name": "jobArn",
|
|
15765
15793
|
"overrides": "@aws-cdk/aws-glue-alpha.JobBase",
|
|
@@ -15775,7 +15803,7 @@
|
|
|
15775
15803
|
"immutable": true,
|
|
15776
15804
|
"locationInModule": {
|
|
15777
15805
|
"filename": "lib/jobs/python-shell-job.ts",
|
|
15778
|
-
"line":
|
|
15806
|
+
"line": 112
|
|
15779
15807
|
},
|
|
15780
15808
|
"name": "jobName",
|
|
15781
15809
|
"overrides": "@aws-cdk/aws-glue-alpha.JobBase",
|
|
@@ -15791,7 +15819,7 @@
|
|
|
15791
15819
|
"immutable": true,
|
|
15792
15820
|
"locationInModule": {
|
|
15793
15821
|
"filename": "lib/jobs/python-shell-job.ts",
|
|
15794
|
-
"line":
|
|
15822
|
+
"line": 52
|
|
15795
15823
|
},
|
|
15796
15824
|
"name": "role",
|
|
15797
15825
|
"overrides": "@aws-cdk/aws-glue-alpha.Job",
|
|
@@ -15820,7 +15848,7 @@
|
|
|
15820
15848
|
"kind": "interface",
|
|
15821
15849
|
"locationInModule": {
|
|
15822
15850
|
"filename": "lib/jobs/python-shell-job.ts",
|
|
15823
|
-
"line":
|
|
15851
|
+
"line": 13
|
|
15824
15852
|
},
|
|
15825
15853
|
"name": "PythonShellJobProps",
|
|
15826
15854
|
"properties": [
|
|
@@ -15835,7 +15863,7 @@
|
|
|
15835
15863
|
"immutable": true,
|
|
15836
15864
|
"locationInModule": {
|
|
15837
15865
|
"filename": "lib/jobs/python-shell-job.ts",
|
|
15838
|
-
"line":
|
|
15866
|
+
"line": 38
|
|
15839
15867
|
},
|
|
15840
15868
|
"name": "jobRunQueuingEnabled",
|
|
15841
15869
|
"optional": true,
|
|
@@ -15853,7 +15881,7 @@
|
|
|
15853
15881
|
"immutable": true,
|
|
15854
15882
|
"locationInModule": {
|
|
15855
15883
|
"filename": "lib/jobs/python-shell-job.ts",
|
|
15856
|
-
"line":
|
|
15884
|
+
"line": 26
|
|
15857
15885
|
},
|
|
15858
15886
|
"name": "maxCapacity",
|
|
15859
15887
|
"optional": true,
|
|
@@ -15871,7 +15899,7 @@
|
|
|
15871
15899
|
"immutable": true,
|
|
15872
15900
|
"locationInModule": {
|
|
15873
15901
|
"filename": "lib/jobs/python-shell-job.ts",
|
|
15874
|
-
"line":
|
|
15902
|
+
"line": 19
|
|
15875
15903
|
},
|
|
15876
15904
|
"name": "pythonVersion",
|
|
15877
15905
|
"optional": true,
|
|
@@ -15970,7 +15998,7 @@
|
|
|
15970
15998
|
"kind": "class",
|
|
15971
15999
|
"locationInModule": {
|
|
15972
16000
|
"filename": "lib/jobs/ray-job.ts",
|
|
15973
|
-
"line":
|
|
16001
|
+
"line": 61
|
|
15974
16002
|
},
|
|
15975
16003
|
"name": "RayJob",
|
|
15976
16004
|
"properties": [
|
|
@@ -15983,7 +16011,7 @@
|
|
|
15983
16011
|
"immutable": true,
|
|
15984
16012
|
"locationInModule": {
|
|
15985
16013
|
"filename": "lib/jobs/ray-job.ts",
|
|
15986
|
-
"line":
|
|
16014
|
+
"line": 64
|
|
15987
16015
|
},
|
|
15988
16016
|
"name": "PROPERTY_INJECTION_ID",
|
|
15989
16017
|
"static": true,
|
|
@@ -15999,7 +16027,7 @@
|
|
|
15999
16027
|
"immutable": true,
|
|
16000
16028
|
"locationInModule": {
|
|
16001
16029
|
"filename": "lib/jobs/ray-job.ts",
|
|
16002
|
-
"line":
|
|
16030
|
+
"line": 66
|
|
16003
16031
|
},
|
|
16004
16032
|
"name": "grantPrincipal",
|
|
16005
16033
|
"overrides": "@aws-cdk/aws-glue-alpha.JobBase",
|
|
@@ -16015,7 +16043,7 @@
|
|
|
16015
16043
|
"immutable": true,
|
|
16016
16044
|
"locationInModule": {
|
|
16017
16045
|
"filename": "lib/jobs/ray-job.ts",
|
|
16018
|
-
"line":
|
|
16046
|
+
"line": 125
|
|
16019
16047
|
},
|
|
16020
16048
|
"name": "jobArn",
|
|
16021
16049
|
"overrides": "@aws-cdk/aws-glue-alpha.JobBase",
|
|
@@ -16031,7 +16059,7 @@
|
|
|
16031
16059
|
"immutable": true,
|
|
16032
16060
|
"locationInModule": {
|
|
16033
16061
|
"filename": "lib/jobs/ray-job.ts",
|
|
16034
|
-
"line":
|
|
16062
|
+
"line": 130
|
|
16035
16063
|
},
|
|
16036
16064
|
"name": "jobName",
|
|
16037
16065
|
"overrides": "@aws-cdk/aws-glue-alpha.JobBase",
|
|
@@ -16047,7 +16075,7 @@
|
|
|
16047
16075
|
"immutable": true,
|
|
16048
16076
|
"locationInModule": {
|
|
16049
16077
|
"filename": "lib/jobs/ray-job.ts",
|
|
16050
|
-
"line":
|
|
16078
|
+
"line": 65
|
|
16051
16079
|
},
|
|
16052
16080
|
"name": "role",
|
|
16053
16081
|
"overrides": "@aws-cdk/aws-glue-alpha.Job",
|
|
@@ -16076,7 +16104,7 @@
|
|
|
16076
16104
|
"kind": "interface",
|
|
16077
16105
|
"locationInModule": {
|
|
16078
16106
|
"filename": "lib/jobs/ray-job.ts",
|
|
16079
|
-
"line":
|
|
16107
|
+
"line": 14
|
|
16080
16108
|
},
|
|
16081
16109
|
"name": "RayJobProps",
|
|
16082
16110
|
"properties": [
|
|
@@ -16091,7 +16119,7 @@
|
|
|
16091
16119
|
"immutable": true,
|
|
16092
16120
|
"locationInModule": {
|
|
16093
16121
|
"filename": "lib/jobs/ray-job.ts",
|
|
16094
|
-
"line":
|
|
16122
|
+
"line": 41
|
|
16095
16123
|
},
|
|
16096
16124
|
"name": "enableMetrics",
|
|
16097
16125
|
"optional": true,
|
|
@@ -16110,7 +16138,7 @@
|
|
|
16110
16138
|
"immutable": true,
|
|
16111
16139
|
"locationInModule": {
|
|
16112
16140
|
"filename": "lib/jobs/ray-job.ts",
|
|
16113
|
-
"line":
|
|
16141
|
+
"line": 50
|
|
16114
16142
|
},
|
|
16115
16143
|
"name": "enableObservabilityMetrics",
|
|
16116
16144
|
"optional": true,
|
|
@@ -16129,7 +16157,7 @@
|
|
|
16129
16157
|
"immutable": true,
|
|
16130
16158
|
"locationInModule": {
|
|
16131
16159
|
"filename": "lib/jobs/ray-job.ts",
|
|
16132
|
-
"line":
|
|
16160
|
+
"line": 32
|
|
16133
16161
|
},
|
|
16134
16162
|
"name": "jobRunQueuingEnabled",
|
|
16135
16163
|
"optional": true,
|
|
@@ -16147,7 +16175,7 @@
|
|
|
16147
16175
|
"immutable": true,
|
|
16148
16176
|
"locationInModule": {
|
|
16149
16177
|
"filename": "lib/jobs/ray-job.ts",
|
|
16150
|
-
"line":
|
|
16178
|
+
"line": 20
|
|
16151
16179
|
},
|
|
16152
16180
|
"name": "runtime",
|
|
16153
16181
|
"optional": true,
|
|
@@ -16277,7 +16305,7 @@
|
|
|
16277
16305
|
"kind": "interface",
|
|
16278
16306
|
"locationInModule": {
|
|
16279
16307
|
"filename": "lib/security-configuration.ts",
|
|
16280
|
-
"line":
|
|
16308
|
+
"line": 70
|
|
16281
16309
|
},
|
|
16282
16310
|
"name": "S3Encryption",
|
|
16283
16311
|
"properties": [
|
|
@@ -16290,7 +16318,7 @@
|
|
|
16290
16318
|
"immutable": true,
|
|
16291
16319
|
"locationInModule": {
|
|
16292
16320
|
"filename": "lib/security-configuration.ts",
|
|
16293
|
-
"line":
|
|
16321
|
+
"line": 74
|
|
16294
16322
|
},
|
|
16295
16323
|
"name": "mode",
|
|
16296
16324
|
"type": {
|
|
@@ -16307,7 +16335,7 @@
|
|
|
16307
16335
|
"immutable": true,
|
|
16308
16336
|
"locationInModule": {
|
|
16309
16337
|
"filename": "lib/security-configuration.ts",
|
|
16310
|
-
"line":
|
|
16338
|
+
"line": 80
|
|
16311
16339
|
},
|
|
16312
16340
|
"name": "kmsKey",
|
|
16313
16341
|
"optional": true,
|
|
@@ -16333,7 +16361,7 @@
|
|
|
16333
16361
|
"kind": "enum",
|
|
16334
16362
|
"locationInModule": {
|
|
16335
16363
|
"filename": "lib/security-configuration.ts",
|
|
16336
|
-
"line":
|
|
16364
|
+
"line": 25
|
|
16337
16365
|
},
|
|
16338
16366
|
"members": [
|
|
16339
16367
|
{
|
|
@@ -16375,7 +16403,7 @@
|
|
|
16375
16403
|
},
|
|
16376
16404
|
"locationInModule": {
|
|
16377
16405
|
"filename": "lib/s3-table.ts",
|
|
16378
|
-
"line":
|
|
16406
|
+
"line": 121
|
|
16379
16407
|
},
|
|
16380
16408
|
"parameters": [
|
|
16381
16409
|
{
|
|
@@ -16401,7 +16429,7 @@
|
|
|
16401
16429
|
"kind": "class",
|
|
16402
16430
|
"locationInModule": {
|
|
16403
16431
|
"filename": "lib/s3-table.ts",
|
|
16404
|
-
"line":
|
|
16432
|
+
"line": 87
|
|
16405
16433
|
},
|
|
16406
16434
|
"methods": [
|
|
16407
16435
|
{
|
|
@@ -16410,7 +16438,7 @@
|
|
|
16410
16438
|
},
|
|
16411
16439
|
"locationInModule": {
|
|
16412
16440
|
"filename": "lib/s3-table.ts",
|
|
16413
|
-
"line":
|
|
16441
|
+
"line": 244
|
|
16414
16442
|
},
|
|
16415
16443
|
"name": "generateS3PrefixForGrant",
|
|
16416
16444
|
"protected": true,
|
|
@@ -16428,7 +16456,7 @@
|
|
|
16428
16456
|
},
|
|
16429
16457
|
"locationInModule": {
|
|
16430
16458
|
"filename": "lib/s3-table.ts",
|
|
16431
|
-
"line":
|
|
16459
|
+
"line": 208
|
|
16432
16460
|
},
|
|
16433
16461
|
"name": "grantRead",
|
|
16434
16462
|
"overrides": "@aws-cdk/aws-glue-alpha.TableBase",
|
|
@@ -16457,7 +16485,7 @@
|
|
|
16457
16485
|
},
|
|
16458
16486
|
"locationInModule": {
|
|
16459
16487
|
"filename": "lib/s3-table.ts",
|
|
16460
|
-
"line":
|
|
16488
|
+
"line": 236
|
|
16461
16489
|
},
|
|
16462
16490
|
"name": "grantReadWrite",
|
|
16463
16491
|
"overrides": "@aws-cdk/aws-glue-alpha.TableBase",
|
|
@@ -16486,7 +16514,7 @@
|
|
|
16486
16514
|
},
|
|
16487
16515
|
"locationInModule": {
|
|
16488
16516
|
"filename": "lib/s3-table.ts",
|
|
16489
|
-
"line":
|
|
16517
|
+
"line": 222
|
|
16490
16518
|
},
|
|
16491
16519
|
"name": "grantWrite",
|
|
16492
16520
|
"overrides": "@aws-cdk/aws-glue-alpha.TableBase",
|
|
@@ -16519,7 +16547,7 @@
|
|
|
16519
16547
|
"immutable": true,
|
|
16520
16548
|
"locationInModule": {
|
|
16521
16549
|
"filename": "lib/s3-table.ts",
|
|
16522
|
-
"line":
|
|
16550
|
+
"line": 90
|
|
16523
16551
|
},
|
|
16524
16552
|
"name": "PROPERTY_INJECTION_ID",
|
|
16525
16553
|
"static": true,
|
|
@@ -16535,7 +16563,7 @@
|
|
|
16535
16563
|
"immutable": true,
|
|
16536
16564
|
"locationInModule": {
|
|
16537
16565
|
"filename": "lib/s3-table.ts",
|
|
16538
|
-
"line":
|
|
16566
|
+
"line": 97
|
|
16539
16567
|
},
|
|
16540
16568
|
"name": "bucket",
|
|
16541
16569
|
"type": {
|
|
@@ -16550,7 +16578,7 @@
|
|
|
16550
16578
|
"immutable": true,
|
|
16551
16579
|
"locationInModule": {
|
|
16552
16580
|
"filename": "lib/s3-table.ts",
|
|
16553
|
-
"line":
|
|
16581
|
+
"line": 107
|
|
16554
16582
|
},
|
|
16555
16583
|
"name": "encryption",
|
|
16556
16584
|
"type": {
|
|
@@ -16565,7 +16593,7 @@
|
|
|
16565
16593
|
"immutable": true,
|
|
16566
16594
|
"locationInModule": {
|
|
16567
16595
|
"filename": "lib/s3-table.ts",
|
|
16568
|
-
"line":
|
|
16596
|
+
"line": 102
|
|
16569
16597
|
},
|
|
16570
16598
|
"name": "s3Prefix",
|
|
16571
16599
|
"type": {
|
|
@@ -16580,7 +16608,7 @@
|
|
|
16580
16608
|
"immutable": true,
|
|
16581
16609
|
"locationInModule": {
|
|
16582
16610
|
"filename": "lib/s3-table.ts",
|
|
16583
|
-
"line":
|
|
16611
|
+
"line": 193
|
|
16584
16612
|
},
|
|
16585
16613
|
"name": "tableArn",
|
|
16586
16614
|
"overrides": "@aws-cdk/aws-glue-alpha.TableBase",
|
|
@@ -16596,7 +16624,7 @@
|
|
|
16596
16624
|
"immutable": true,
|
|
16597
16625
|
"locationInModule": {
|
|
16598
16626
|
"filename": "lib/s3-table.ts",
|
|
16599
|
-
"line":
|
|
16627
|
+
"line": 185
|
|
16600
16628
|
},
|
|
16601
16629
|
"name": "tableName",
|
|
16602
16630
|
"overrides": "@aws-cdk/aws-glue-alpha.TableBase",
|
|
@@ -16611,7 +16639,7 @@
|
|
|
16611
16639
|
"immutable": true,
|
|
16612
16640
|
"locationInModule": {
|
|
16613
16641
|
"filename": "lib/s3-table.ts",
|
|
16614
|
-
"line":
|
|
16642
|
+
"line": 119
|
|
16615
16643
|
},
|
|
16616
16644
|
"name": "tableResource",
|
|
16617
16645
|
"overrides": "@aws-cdk/aws-glue-alpha.TableBase",
|
|
@@ -16629,7 +16657,7 @@
|
|
|
16629
16657
|
"immutable": true,
|
|
16630
16658
|
"locationInModule": {
|
|
16631
16659
|
"filename": "lib/s3-table.ts",
|
|
16632
|
-
"line":
|
|
16660
|
+
"line": 112
|
|
16633
16661
|
},
|
|
16634
16662
|
"name": "encryptionKey",
|
|
16635
16663
|
"optional": true,
|
|
@@ -16645,7 +16673,7 @@
|
|
|
16645
16673
|
"immutable": true,
|
|
16646
16674
|
"locationInModule": {
|
|
16647
16675
|
"filename": "lib/s3-table.ts",
|
|
16648
|
-
"line":
|
|
16676
|
+
"line": 117
|
|
16649
16677
|
},
|
|
16650
16678
|
"name": "partitionIndexes",
|
|
16651
16679
|
"optional": true,
|
|
@@ -16679,7 +16707,7 @@
|
|
|
16679
16707
|
"kind": "interface",
|
|
16680
16708
|
"locationInModule": {
|
|
16681
16709
|
"filename": "lib/s3-table.ts",
|
|
16682
|
-
"line":
|
|
16710
|
+
"line": 46
|
|
16683
16711
|
},
|
|
16684
16712
|
"name": "S3TableProps",
|
|
16685
16713
|
"properties": [
|
|
@@ -16693,7 +16721,7 @@
|
|
|
16693
16721
|
"immutable": true,
|
|
16694
16722
|
"locationInModule": {
|
|
16695
16723
|
"filename": "lib/s3-table.ts",
|
|
16696
|
-
"line":
|
|
16724
|
+
"line": 52
|
|
16697
16725
|
},
|
|
16698
16726
|
"name": "bucket",
|
|
16699
16727
|
"optional": true,
|
|
@@ -16712,7 +16740,7 @@
|
|
|
16712
16740
|
"immutable": true,
|
|
16713
16741
|
"locationInModule": {
|
|
16714
16742
|
"filename": "lib/s3-table.ts",
|
|
16715
|
-
"line":
|
|
16743
|
+
"line": 71
|
|
16716
16744
|
},
|
|
16717
16745
|
"name": "encryption",
|
|
16718
16746
|
"optional": true,
|
|
@@ -16731,7 +16759,7 @@
|
|
|
16731
16759
|
"immutable": true,
|
|
16732
16760
|
"locationInModule": {
|
|
16733
16761
|
"filename": "lib/s3-table.ts",
|
|
16734
|
-
"line":
|
|
16762
|
+
"line": 80
|
|
16735
16763
|
},
|
|
16736
16764
|
"name": "encryptionKey",
|
|
16737
16765
|
"optional": true,
|
|
@@ -16749,7 +16777,7 @@
|
|
|
16749
16777
|
"immutable": true,
|
|
16750
16778
|
"locationInModule": {
|
|
16751
16779
|
"filename": "lib/s3-table.ts",
|
|
16752
|
-
"line":
|
|
16780
|
+
"line": 59
|
|
16753
16781
|
},
|
|
16754
16782
|
"name": "s3Prefix",
|
|
16755
16783
|
"optional": true,
|
|
@@ -16806,7 +16834,7 @@
|
|
|
16806
16834
|
"kind": "class",
|
|
16807
16835
|
"locationInModule": {
|
|
16808
16836
|
"filename": "lib/jobs/scala-spark-etl-job.ts",
|
|
16809
|
-
"line":
|
|
16837
|
+
"line": 72
|
|
16810
16838
|
},
|
|
16811
16839
|
"name": "ScalaSparkEtlJob",
|
|
16812
16840
|
"properties": [
|
|
@@ -16819,7 +16847,7 @@
|
|
|
16819
16847
|
"immutable": true,
|
|
16820
16848
|
"locationInModule": {
|
|
16821
16849
|
"filename": "lib/jobs/scala-spark-etl-job.ts",
|
|
16822
|
-
"line":
|
|
16850
|
+
"line": 75
|
|
16823
16851
|
},
|
|
16824
16852
|
"name": "PROPERTY_INJECTION_ID",
|
|
16825
16853
|
"static": true,
|
|
@@ -16835,7 +16863,7 @@
|
|
|
16835
16863
|
"immutable": true,
|
|
16836
16864
|
"locationInModule": {
|
|
16837
16865
|
"filename": "lib/jobs/scala-spark-etl-job.ts",
|
|
16838
|
-
"line":
|
|
16866
|
+
"line": 118
|
|
16839
16867
|
},
|
|
16840
16868
|
"name": "jobArn",
|
|
16841
16869
|
"overrides": "@aws-cdk/aws-glue-alpha.JobBase",
|
|
@@ -16851,7 +16879,7 @@
|
|
|
16851
16879
|
"immutable": true,
|
|
16852
16880
|
"locationInModule": {
|
|
16853
16881
|
"filename": "lib/jobs/scala-spark-etl-job.ts",
|
|
16854
|
-
"line":
|
|
16882
|
+
"line": 123
|
|
16855
16883
|
},
|
|
16856
16884
|
"name": "jobName",
|
|
16857
16885
|
"overrides": "@aws-cdk/aws-glue-alpha.JobBase",
|
|
@@ -16880,7 +16908,7 @@
|
|
|
16880
16908
|
"kind": "interface",
|
|
16881
16909
|
"locationInModule": {
|
|
16882
16910
|
"filename": "lib/jobs/scala-spark-etl-job.ts",
|
|
16883
|
-
"line":
|
|
16911
|
+
"line": 14
|
|
16884
16912
|
},
|
|
16885
16913
|
"name": "ScalaSparkEtlJobProps",
|
|
16886
16914
|
"properties": [
|
|
@@ -16893,7 +16921,7 @@
|
|
|
16893
16921
|
"immutable": true,
|
|
16894
16922
|
"locationInModule": {
|
|
16895
16923
|
"filename": "lib/jobs/scala-spark-etl-job.ts",
|
|
16896
|
-
"line":
|
|
16924
|
+
"line": 20
|
|
16897
16925
|
},
|
|
16898
16926
|
"name": "className",
|
|
16899
16927
|
"type": {
|
|
@@ -16911,7 +16939,7 @@
|
|
|
16911
16939
|
"immutable": true,
|
|
16912
16940
|
"locationInModule": {
|
|
16913
16941
|
"filename": "lib/jobs/scala-spark-etl-job.ts",
|
|
16914
|
-
"line":
|
|
16942
|
+
"line": 29
|
|
16915
16943
|
},
|
|
16916
16944
|
"name": "extraFiles",
|
|
16917
16945
|
"optional": true,
|
|
@@ -16934,7 +16962,7 @@
|
|
|
16934
16962
|
"immutable": true,
|
|
16935
16963
|
"locationInModule": {
|
|
16936
16964
|
"filename": "lib/jobs/scala-spark-etl-job.ts",
|
|
16937
|
-
"line":
|
|
16965
|
+
"line": 36
|
|
16938
16966
|
},
|
|
16939
16967
|
"name": "extraJars",
|
|
16940
16968
|
"optional": true,
|
|
@@ -16958,7 +16986,7 @@
|
|
|
16958
16986
|
"immutable": true,
|
|
16959
16987
|
"locationInModule": {
|
|
16960
16988
|
"filename": "lib/jobs/scala-spark-etl-job.ts",
|
|
16961
|
-
"line":
|
|
16989
|
+
"line": 45
|
|
16962
16990
|
},
|
|
16963
16991
|
"name": "extraJarsFirst",
|
|
16964
16992
|
"optional": true,
|
|
@@ -16977,7 +17005,7 @@
|
|
|
16977
17005
|
"immutable": true,
|
|
16978
17006
|
"locationInModule": {
|
|
16979
17007
|
"filename": "lib/jobs/scala-spark-etl-job.ts",
|
|
16980
|
-
"line":
|
|
17008
|
+
"line": 57
|
|
16981
17009
|
},
|
|
16982
17010
|
"name": "jobRunQueuingEnabled",
|
|
16983
17011
|
"optional": true,
|
|
@@ -17034,7 +17062,7 @@
|
|
|
17034
17062
|
"kind": "class",
|
|
17035
17063
|
"locationInModule": {
|
|
17036
17064
|
"filename": "lib/jobs/scala-spark-flex-etl-job.ts",
|
|
17037
|
-
"line":
|
|
17065
|
+
"line": 77
|
|
17038
17066
|
},
|
|
17039
17067
|
"name": "ScalaSparkFlexEtlJob",
|
|
17040
17068
|
"properties": [
|
|
@@ -17047,7 +17075,7 @@
|
|
|
17047
17075
|
"immutable": true,
|
|
17048
17076
|
"locationInModule": {
|
|
17049
17077
|
"filename": "lib/jobs/scala-spark-flex-etl-job.ts",
|
|
17050
|
-
"line":
|
|
17078
|
+
"line": 80
|
|
17051
17079
|
},
|
|
17052
17080
|
"name": "PROPERTY_INJECTION_ID",
|
|
17053
17081
|
"static": true,
|
|
@@ -17063,7 +17091,7 @@
|
|
|
17063
17091
|
"immutable": true,
|
|
17064
17092
|
"locationInModule": {
|
|
17065
17093
|
"filename": "lib/jobs/scala-spark-flex-etl-job.ts",
|
|
17066
|
-
"line":
|
|
17094
|
+
"line": 121
|
|
17067
17095
|
},
|
|
17068
17096
|
"name": "jobArn",
|
|
17069
17097
|
"overrides": "@aws-cdk/aws-glue-alpha.JobBase",
|
|
@@ -17079,7 +17107,7 @@
|
|
|
17079
17107
|
"immutable": true,
|
|
17080
17108
|
"locationInModule": {
|
|
17081
17109
|
"filename": "lib/jobs/scala-spark-flex-etl-job.ts",
|
|
17082
|
-
"line":
|
|
17110
|
+
"line": 126
|
|
17083
17111
|
},
|
|
17084
17112
|
"name": "jobName",
|
|
17085
17113
|
"overrides": "@aws-cdk/aws-glue-alpha.JobBase",
|
|
@@ -17109,7 +17137,7 @@
|
|
|
17109
17137
|
"kind": "interface",
|
|
17110
17138
|
"locationInModule": {
|
|
17111
17139
|
"filename": "lib/jobs/scala-spark-flex-etl-job.ts",
|
|
17112
|
-
"line":
|
|
17140
|
+
"line": 24
|
|
17113
17141
|
},
|
|
17114
17142
|
"name": "ScalaSparkFlexEtlJobProps",
|
|
17115
17143
|
"properties": [
|
|
@@ -17123,7 +17151,7 @@
|
|
|
17123
17151
|
"immutable": true,
|
|
17124
17152
|
"locationInModule": {
|
|
17125
17153
|
"filename": "lib/jobs/scala-spark-flex-etl-job.ts",
|
|
17126
|
-
"line":
|
|
17154
|
+
"line": 37
|
|
17127
17155
|
},
|
|
17128
17156
|
"name": "className",
|
|
17129
17157
|
"type": {
|
|
@@ -17141,7 +17169,7 @@
|
|
|
17141
17169
|
"immutable": true,
|
|
17142
17170
|
"locationInModule": {
|
|
17143
17171
|
"filename": "lib/jobs/scala-spark-flex-etl-job.ts",
|
|
17144
|
-
"line":
|
|
17172
|
+
"line": 46
|
|
17145
17173
|
},
|
|
17146
17174
|
"name": "extraFiles",
|
|
17147
17175
|
"optional": true,
|
|
@@ -17164,7 +17192,7 @@
|
|
|
17164
17192
|
"immutable": true,
|
|
17165
17193
|
"locationInModule": {
|
|
17166
17194
|
"filename": "lib/jobs/scala-spark-flex-etl-job.ts",
|
|
17167
|
-
"line":
|
|
17195
|
+
"line": 53
|
|
17168
17196
|
},
|
|
17169
17197
|
"name": "extraJars",
|
|
17170
17198
|
"optional": true,
|
|
@@ -17188,7 +17216,7 @@
|
|
|
17188
17216
|
"immutable": true,
|
|
17189
17217
|
"locationInModule": {
|
|
17190
17218
|
"filename": "lib/jobs/scala-spark-flex-etl-job.ts",
|
|
17191
|
-
"line":
|
|
17219
|
+
"line": 62
|
|
17192
17220
|
},
|
|
17193
17221
|
"name": "extraJarsFirst",
|
|
17194
17222
|
"optional": true,
|
|
@@ -17207,7 +17235,7 @@
|
|
|
17207
17235
|
"immutable": true,
|
|
17208
17236
|
"locationInModule": {
|
|
17209
17237
|
"filename": "lib/jobs/scala-spark-flex-etl-job.ts",
|
|
17210
|
-
"line":
|
|
17238
|
+
"line": 30
|
|
17211
17239
|
},
|
|
17212
17240
|
"name": "notifyDelayAfter",
|
|
17213
17241
|
"optional": true,
|
|
@@ -17264,7 +17292,7 @@
|
|
|
17264
17292
|
"kind": "class",
|
|
17265
17293
|
"locationInModule": {
|
|
17266
17294
|
"filename": "lib/jobs/scala-spark-streaming-job.ts",
|
|
17267
|
-
"line":
|
|
17295
|
+
"line": 72
|
|
17268
17296
|
},
|
|
17269
17297
|
"name": "ScalaSparkStreamingJob",
|
|
17270
17298
|
"properties": [
|
|
@@ -17277,7 +17305,7 @@
|
|
|
17277
17305
|
"immutable": true,
|
|
17278
17306
|
"locationInModule": {
|
|
17279
17307
|
"filename": "lib/jobs/scala-spark-streaming-job.ts",
|
|
17280
|
-
"line":
|
|
17308
|
+
"line": 75
|
|
17281
17309
|
},
|
|
17282
17310
|
"name": "PROPERTY_INJECTION_ID",
|
|
17283
17311
|
"static": true,
|
|
@@ -17293,7 +17321,7 @@
|
|
|
17293
17321
|
"immutable": true,
|
|
17294
17322
|
"locationInModule": {
|
|
17295
17323
|
"filename": "lib/jobs/scala-spark-streaming-job.ts",
|
|
17296
|
-
"line":
|
|
17324
|
+
"line": 118
|
|
17297
17325
|
},
|
|
17298
17326
|
"name": "jobArn",
|
|
17299
17327
|
"overrides": "@aws-cdk/aws-glue-alpha.JobBase",
|
|
@@ -17309,7 +17337,7 @@
|
|
|
17309
17337
|
"immutable": true,
|
|
17310
17338
|
"locationInModule": {
|
|
17311
17339
|
"filename": "lib/jobs/scala-spark-streaming-job.ts",
|
|
17312
|
-
"line":
|
|
17340
|
+
"line": 123
|
|
17313
17341
|
},
|
|
17314
17342
|
"name": "jobName",
|
|
17315
17343
|
"overrides": "@aws-cdk/aws-glue-alpha.JobBase",
|
|
@@ -17338,7 +17366,7 @@
|
|
|
17338
17366
|
"kind": "interface",
|
|
17339
17367
|
"locationInModule": {
|
|
17340
17368
|
"filename": "lib/jobs/scala-spark-streaming-job.ts",
|
|
17341
|
-
"line":
|
|
17369
|
+
"line": 14
|
|
17342
17370
|
},
|
|
17343
17371
|
"name": "ScalaSparkStreamingJobProps",
|
|
17344
17372
|
"properties": [
|
|
@@ -17351,7 +17379,7 @@
|
|
|
17351
17379
|
"immutable": true,
|
|
17352
17380
|
"locationInModule": {
|
|
17353
17381
|
"filename": "lib/jobs/scala-spark-streaming-job.ts",
|
|
17354
|
-
"line":
|
|
17382
|
+
"line": 20
|
|
17355
17383
|
},
|
|
17356
17384
|
"name": "className",
|
|
17357
17385
|
"type": {
|
|
@@ -17369,7 +17397,7 @@
|
|
|
17369
17397
|
"immutable": true,
|
|
17370
17398
|
"locationInModule": {
|
|
17371
17399
|
"filename": "lib/jobs/scala-spark-streaming-job.ts",
|
|
17372
|
-
"line":
|
|
17400
|
+
"line": 29
|
|
17373
17401
|
},
|
|
17374
17402
|
"name": "extraFiles",
|
|
17375
17403
|
"optional": true,
|
|
@@ -17392,7 +17420,7 @@
|
|
|
17392
17420
|
"immutable": true,
|
|
17393
17421
|
"locationInModule": {
|
|
17394
17422
|
"filename": "lib/jobs/scala-spark-streaming-job.ts",
|
|
17395
|
-
"line":
|
|
17423
|
+
"line": 36
|
|
17396
17424
|
},
|
|
17397
17425
|
"name": "extraJars",
|
|
17398
17426
|
"optional": true,
|
|
@@ -17416,7 +17444,7 @@
|
|
|
17416
17444
|
"immutable": true,
|
|
17417
17445
|
"locationInModule": {
|
|
17418
17446
|
"filename": "lib/jobs/scala-spark-streaming-job.ts",
|
|
17419
|
-
"line":
|
|
17447
|
+
"line": 45
|
|
17420
17448
|
},
|
|
17421
17449
|
"name": "extraJarsFirst",
|
|
17422
17450
|
"optional": true,
|
|
@@ -17435,7 +17463,7 @@
|
|
|
17435
17463
|
"immutable": true,
|
|
17436
17464
|
"locationInModule": {
|
|
17437
17465
|
"filename": "lib/jobs/scala-spark-streaming-job.ts",
|
|
17438
|
-
"line":
|
|
17466
|
+
"line": 57
|
|
17439
17467
|
},
|
|
17440
17468
|
"name": "jobRunQueuingEnabled",
|
|
17441
17469
|
"optional": true,
|
|
@@ -17869,7 +17897,7 @@
|
|
|
17869
17897
|
},
|
|
17870
17898
|
"locationInModule": {
|
|
17871
17899
|
"filename": "lib/security-configuration.ts",
|
|
17872
|
-
"line":
|
|
17900
|
+
"line": 191
|
|
17873
17901
|
},
|
|
17874
17902
|
"parameters": [
|
|
17875
17903
|
{
|
|
@@ -17899,7 +17927,7 @@
|
|
|
17899
17927
|
"kind": "class",
|
|
17900
17928
|
"locationInModule": {
|
|
17901
17929
|
"filename": "lib/security-configuration.ts",
|
|
17902
|
-
"line":
|
|
17930
|
+
"line": 154
|
|
17903
17931
|
},
|
|
17904
17932
|
"methods": [
|
|
17905
17933
|
{
|
|
@@ -17909,7 +17937,7 @@
|
|
|
17909
17937
|
},
|
|
17910
17938
|
"locationInModule": {
|
|
17911
17939
|
"filename": "lib/security-configuration.ts",
|
|
17912
|
-
"line":
|
|
17940
|
+
"line": 166
|
|
17913
17941
|
},
|
|
17914
17942
|
"name": "fromSecurityConfigurationName",
|
|
17915
17943
|
"parameters": [
|
|
@@ -17960,7 +17988,7 @@
|
|
|
17960
17988
|
"immutable": true,
|
|
17961
17989
|
"locationInModule": {
|
|
17962
17990
|
"filename": "lib/security-configuration.ts",
|
|
17963
|
-
"line":
|
|
17991
|
+
"line": 157
|
|
17964
17992
|
},
|
|
17965
17993
|
"name": "PROPERTY_INJECTION_ID",
|
|
17966
17994
|
"static": true,
|
|
@@ -17970,16 +17998,13 @@
|
|
|
17970
17998
|
},
|
|
17971
17999
|
{
|
|
17972
18000
|
"docs": {
|
|
17973
|
-
"custom": {
|
|
17974
|
-
"attribute": "true"
|
|
17975
|
-
},
|
|
17976
18001
|
"stability": "experimental",
|
|
17977
18002
|
"summary": "The name of the security configuration."
|
|
17978
18003
|
},
|
|
17979
18004
|
"immutable": true,
|
|
17980
18005
|
"locationInModule": {
|
|
17981
18006
|
"filename": "lib/security-configuration.ts",
|
|
17982
|
-
"line":
|
|
18007
|
+
"line": 253
|
|
17983
18008
|
},
|
|
17984
18009
|
"name": "securityConfigurationName",
|
|
17985
18010
|
"overrides": "@aws-cdk/aws-glue-alpha.ISecurityConfiguration",
|
|
@@ -17995,7 +18020,7 @@
|
|
|
17995
18020
|
"immutable": true,
|
|
17996
18021
|
"locationInModule": {
|
|
17997
18022
|
"filename": "lib/security-configuration.ts",
|
|
17998
|
-
"line":
|
|
18023
|
+
"line": 177
|
|
17999
18024
|
},
|
|
18000
18025
|
"name": "cloudWatchEncryptionKey",
|
|
18001
18026
|
"optional": true,
|
|
@@ -18011,7 +18036,7 @@
|
|
|
18011
18036
|
"immutable": true,
|
|
18012
18037
|
"locationInModule": {
|
|
18013
18038
|
"filename": "lib/security-configuration.ts",
|
|
18014
|
-
"line":
|
|
18039
|
+
"line": 182
|
|
18015
18040
|
},
|
|
18016
18041
|
"name": "jobBookmarksEncryptionKey",
|
|
18017
18042
|
"optional": true,
|
|
@@ -18027,7 +18052,7 @@
|
|
|
18027
18052
|
"immutable": true,
|
|
18028
18053
|
"locationInModule": {
|
|
18029
18054
|
"filename": "lib/security-configuration.ts",
|
|
18030
|
-
"line":
|
|
18055
|
+
"line": 187
|
|
18031
18056
|
},
|
|
18032
18057
|
"name": "s3EncryptionKey",
|
|
18033
18058
|
"optional": true,
|
|
@@ -18053,7 +18078,7 @@
|
|
|
18053
18078
|
"kind": "interface",
|
|
18054
18079
|
"locationInModule": {
|
|
18055
18080
|
"filename": "lib/security-configuration.ts",
|
|
18056
|
-
"line":
|
|
18081
|
+
"line": 118
|
|
18057
18082
|
},
|
|
18058
18083
|
"name": "SecurityConfigurationProps",
|
|
18059
18084
|
"properties": [
|
|
@@ -18067,7 +18092,7 @@
|
|
|
18067
18092
|
"immutable": true,
|
|
18068
18093
|
"locationInModule": {
|
|
18069
18094
|
"filename": "lib/security-configuration.ts",
|
|
18070
|
-
"line":
|
|
18095
|
+
"line": 130
|
|
18071
18096
|
},
|
|
18072
18097
|
"name": "cloudWatchEncryption",
|
|
18073
18098
|
"optional": true,
|
|
@@ -18085,7 +18110,7 @@
|
|
|
18085
18110
|
"immutable": true,
|
|
18086
18111
|
"locationInModule": {
|
|
18087
18112
|
"filename": "lib/security-configuration.ts",
|
|
18088
|
-
"line":
|
|
18113
|
+
"line": 136
|
|
18089
18114
|
},
|
|
18090
18115
|
"name": "jobBookmarksEncryption",
|
|
18091
18116
|
"optional": true,
|
|
@@ -18103,7 +18128,7 @@
|
|
|
18103
18128
|
"immutable": true,
|
|
18104
18129
|
"locationInModule": {
|
|
18105
18130
|
"filename": "lib/security-configuration.ts",
|
|
18106
|
-
"line":
|
|
18131
|
+
"line": 142
|
|
18107
18132
|
},
|
|
18108
18133
|
"name": "s3Encryption",
|
|
18109
18134
|
"optional": true,
|
|
@@ -18121,7 +18146,7 @@
|
|
|
18121
18146
|
"immutable": true,
|
|
18122
18147
|
"locationInModule": {
|
|
18123
18148
|
"filename": "lib/security-configuration.ts",
|
|
18124
|
-
"line":
|
|
18149
|
+
"line": 124
|
|
18125
18150
|
},
|
|
18126
18151
|
"name": "securityConfigurationName",
|
|
18127
18152
|
"optional": true,
|
|
@@ -19588,7 +19613,7 @@
|
|
|
19588
19613
|
},
|
|
19589
19614
|
"locationInModule": {
|
|
19590
19615
|
"filename": "lib/s3-table.ts",
|
|
19591
|
-
"line":
|
|
19616
|
+
"line": 121
|
|
19592
19617
|
},
|
|
19593
19618
|
"parameters": [
|
|
19594
19619
|
{
|
|
@@ -20470,7 +20495,7 @@
|
|
|
20470
20495
|
"kind": "enum",
|
|
20471
20496
|
"locationInModule": {
|
|
20472
20497
|
"filename": "lib/s3-table.ts",
|
|
20473
|
-
"line":
|
|
20498
|
+
"line": 18
|
|
20474
20499
|
},
|
|
20475
20500
|
"members": [
|
|
20476
20501
|
{
|
|
@@ -20941,7 +20966,7 @@
|
|
|
20941
20966
|
"kind": "class",
|
|
20942
20967
|
"locationInModule": {
|
|
20943
20968
|
"filename": "lib/triggers/workflow.ts",
|
|
20944
|
-
"line":
|
|
20969
|
+
"line": 374
|
|
20945
20970
|
},
|
|
20946
20971
|
"methods": [
|
|
20947
20972
|
{
|
|
@@ -20951,7 +20976,7 @@
|
|
|
20951
20976
|
},
|
|
20952
20977
|
"locationInModule": {
|
|
20953
20978
|
"filename": "lib/triggers/workflow.ts",
|
|
20954
|
-
"line":
|
|
20979
|
+
"line": 391
|
|
20955
20980
|
},
|
|
20956
20981
|
"name": "fromWorkflowArn",
|
|
20957
20982
|
"parameters": [
|
|
@@ -20988,7 +21013,7 @@
|
|
|
20988
21013
|
},
|
|
20989
21014
|
"locationInModule": {
|
|
20990
21015
|
"filename": "lib/triggers/workflow.ts",
|
|
20991
|
-
"line":
|
|
21016
|
+
"line": 401
|
|
20992
21017
|
},
|
|
20993
21018
|
"name": "fromWorkflowAttributes",
|
|
20994
21019
|
"parameters": [
|
|
@@ -21025,7 +21050,7 @@
|
|
|
21025
21050
|
},
|
|
21026
21051
|
"locationInModule": {
|
|
21027
21052
|
"filename": "lib/triggers/workflow.ts",
|
|
21028
|
-
"line":
|
|
21053
|
+
"line": 382
|
|
21029
21054
|
},
|
|
21030
21055
|
"name": "fromWorkflowName",
|
|
21031
21056
|
"parameters": [
|
|
@@ -21067,7 +21092,7 @@
|
|
|
21067
21092
|
"immutable": true,
|
|
21068
21093
|
"locationInModule": {
|
|
21069
21094
|
"filename": "lib/triggers/workflow.ts",
|
|
21070
|
-
"line":
|
|
21095
|
+
"line": 377
|
|
21071
21096
|
},
|
|
21072
21097
|
"name": "PROPERTY_INJECTION_ID",
|
|
21073
21098
|
"static": true,
|
|
@@ -21083,7 +21108,7 @@
|
|
|
21083
21108
|
"immutable": true,
|
|
21084
21109
|
"locationInModule": {
|
|
21085
21110
|
"filename": "lib/triggers/workflow.ts",
|
|
21086
|
-
"line":
|
|
21111
|
+
"line": 432
|
|
21087
21112
|
},
|
|
21088
21113
|
"name": "workflowArn",
|
|
21089
21114
|
"overrides": "@aws-cdk/aws-glue-alpha.WorkflowBase",
|
|
@@ -21099,7 +21124,7 @@
|
|
|
21099
21124
|
"immutable": true,
|
|
21100
21125
|
"locationInModule": {
|
|
21101
21126
|
"filename": "lib/triggers/workflow.ts",
|
|
21102
|
-
"line":
|
|
21127
|
+
"line": 427
|
|
21103
21128
|
},
|
|
21104
21129
|
"name": "workflowName",
|
|
21105
21130
|
"overrides": "@aws-cdk/aws-glue-alpha.WorkflowBase",
|
|
@@ -21125,7 +21150,7 @@
|
|
|
21125
21150
|
"kind": "interface",
|
|
21126
21151
|
"locationInModule": {
|
|
21127
21152
|
"filename": "lib/triggers/workflow.ts",
|
|
21128
|
-
"line":
|
|
21153
|
+
"line": 65
|
|
21129
21154
|
},
|
|
21130
21155
|
"name": "WorkflowAttributes",
|
|
21131
21156
|
"properties": [
|
|
@@ -21138,7 +21163,7 @@
|
|
|
21138
21163
|
"immutable": true,
|
|
21139
21164
|
"locationInModule": {
|
|
21140
21165
|
"filename": "lib/triggers/workflow.ts",
|
|
21141
|
-
"line":
|
|
21166
|
+
"line": 69
|
|
21142
21167
|
},
|
|
21143
21168
|
"name": "workflowName",
|
|
21144
21169
|
"type": {
|
|
@@ -21155,7 +21180,7 @@
|
|
|
21155
21180
|
"immutable": true,
|
|
21156
21181
|
"locationInModule": {
|
|
21157
21182
|
"filename": "lib/triggers/workflow.ts",
|
|
21158
|
-
"line":
|
|
21183
|
+
"line": 75
|
|
21159
21184
|
},
|
|
21160
21185
|
"name": "workflowArn",
|
|
21161
21186
|
"optional": true,
|
|
@@ -21182,7 +21207,7 @@
|
|
|
21182
21207
|
},
|
|
21183
21208
|
"locationInModule": {
|
|
21184
21209
|
"filename": "core/lib/resource.ts",
|
|
21185
|
-
"line":
|
|
21210
|
+
"line": 119
|
|
21186
21211
|
},
|
|
21187
21212
|
"parameters": [
|
|
21188
21213
|
{
|
|
@@ -21212,7 +21237,7 @@
|
|
|
21212
21237
|
"kind": "class",
|
|
21213
21238
|
"locationInModule": {
|
|
21214
21239
|
"filename": "lib/triggers/workflow.ts",
|
|
21215
|
-
"line":
|
|
21240
|
+
"line": 116
|
|
21216
21241
|
},
|
|
21217
21242
|
"methods": [
|
|
21218
21243
|
{
|
|
@@ -21222,7 +21247,7 @@
|
|
|
21222
21247
|
},
|
|
21223
21248
|
"locationInModule": {
|
|
21224
21249
|
"filename": "lib/triggers/workflow.ts",
|
|
21225
|
-
"line":
|
|
21250
|
+
"line": 120
|
|
21226
21251
|
},
|
|
21227
21252
|
"name": "extractNameFromArn",
|
|
21228
21253
|
"parameters": [
|
|
@@ -21258,7 +21283,7 @@
|
|
|
21258
21283
|
},
|
|
21259
21284
|
"locationInModule": {
|
|
21260
21285
|
"filename": "lib/triggers/workflow.ts",
|
|
21261
|
-
"line":
|
|
21286
|
+
"line": 253
|
|
21262
21287
|
},
|
|
21263
21288
|
"name": "addConditionalTrigger",
|
|
21264
21289
|
"parameters": [
|
|
@@ -21298,7 +21323,7 @@
|
|
|
21298
21323
|
},
|
|
21299
21324
|
"locationInModule": {
|
|
21300
21325
|
"filename": "lib/triggers/workflow.ts",
|
|
21301
|
-
"line":
|
|
21326
|
+
"line": 210
|
|
21302
21327
|
},
|
|
21303
21328
|
"name": "addCustomScheduledTrigger",
|
|
21304
21329
|
"overrides": "@aws-cdk/aws-glue-alpha.IWorkflow",
|
|
@@ -21339,7 +21364,7 @@
|
|
|
21339
21364
|
},
|
|
21340
21365
|
"locationInModule": {
|
|
21341
21366
|
"filename": "lib/triggers/workflow.ts",
|
|
21342
|
-
"line":
|
|
21367
|
+
"line": 157
|
|
21343
21368
|
},
|
|
21344
21369
|
"name": "addDailyScheduledTrigger",
|
|
21345
21370
|
"overrides": "@aws-cdk/aws-glue-alpha.IWorkflow",
|
|
@@ -21380,7 +21405,7 @@
|
|
|
21380
21405
|
},
|
|
21381
21406
|
"locationInModule": {
|
|
21382
21407
|
"filename": "lib/triggers/workflow.ts",
|
|
21383
|
-
"line":
|
|
21408
|
+
"line": 231
|
|
21384
21409
|
},
|
|
21385
21410
|
"name": "addNotifyEventTrigger",
|
|
21386
21411
|
"parameters": [
|
|
@@ -21420,7 +21445,7 @@
|
|
|
21420
21445
|
},
|
|
21421
21446
|
"locationInModule": {
|
|
21422
21447
|
"filename": "lib/triggers/workflow.ts",
|
|
21423
|
-
"line":
|
|
21448
|
+
"line": 137
|
|
21424
21449
|
},
|
|
21425
21450
|
"name": "addOnDemandTrigger",
|
|
21426
21451
|
"overrides": "@aws-cdk/aws-glue-alpha.IWorkflow",
|
|
@@ -21461,7 +21486,7 @@
|
|
|
21461
21486
|
},
|
|
21462
21487
|
"locationInModule": {
|
|
21463
21488
|
"filename": "lib/triggers/workflow.ts",
|
|
21464
|
-
"line":
|
|
21489
|
+
"line": 183
|
|
21465
21490
|
},
|
|
21466
21491
|
"name": "addWeeklyScheduledTrigger",
|
|
21467
21492
|
"overrides": "@aws-cdk/aws-glue-alpha.IWorkflow",
|
|
@@ -21497,7 +21522,7 @@
|
|
|
21497
21522
|
},
|
|
21498
21523
|
"locationInModule": {
|
|
21499
21524
|
"filename": "lib/triggers/workflow.ts",
|
|
21500
|
-
"line":
|
|
21525
|
+
"line": 335
|
|
21501
21526
|
},
|
|
21502
21527
|
"name": "buildWorkflowArn",
|
|
21503
21528
|
"parameters": [
|
|
@@ -21533,7 +21558,7 @@
|
|
|
21533
21558
|
"immutable": true,
|
|
21534
21559
|
"locationInModule": {
|
|
21535
21560
|
"filename": "lib/triggers/workflow.ts",
|
|
21536
|
-
"line":
|
|
21561
|
+
"line": 127
|
|
21537
21562
|
},
|
|
21538
21563
|
"name": "workflowArn",
|
|
21539
21564
|
"overrides": "@aws-cdk/aws-glue-alpha.IWorkflow",
|
|
@@ -21550,7 +21575,7 @@
|
|
|
21550
21575
|
"immutable": true,
|
|
21551
21576
|
"locationInModule": {
|
|
21552
21577
|
"filename": "lib/triggers/workflow.ts",
|
|
21553
|
-
"line":
|
|
21578
|
+
"line": 126
|
|
21554
21579
|
},
|
|
21555
21580
|
"name": "workflowName",
|
|
21556
21581
|
"overrides": "@aws-cdk/aws-glue-alpha.IWorkflow",
|
|
@@ -21576,7 +21601,7 @@
|
|
|
21576
21601
|
"kind": "interface",
|
|
21577
21602
|
"locationInModule": {
|
|
21578
21603
|
"filename": "lib/triggers/workflow.ts",
|
|
21579
|
-
"line":
|
|
21604
|
+
"line": 81
|
|
21580
21605
|
},
|
|
21581
21606
|
"name": "WorkflowProps",
|
|
21582
21607
|
"properties": [
|
|
@@ -21590,7 +21615,7 @@
|
|
|
21590
21615
|
"immutable": true,
|
|
21591
21616
|
"locationInModule": {
|
|
21592
21617
|
"filename": "lib/triggers/workflow.ts",
|
|
21593
|
-
"line":
|
|
21618
|
+
"line": 101
|
|
21594
21619
|
},
|
|
21595
21620
|
"name": "defaultRunProperties",
|
|
21596
21621
|
"optional": true,
|
|
@@ -21613,7 +21638,7 @@
|
|
|
21613
21638
|
"immutable": true,
|
|
21614
21639
|
"locationInModule": {
|
|
21615
21640
|
"filename": "lib/triggers/workflow.ts",
|
|
21616
|
-
"line":
|
|
21641
|
+
"line": 94
|
|
21617
21642
|
},
|
|
21618
21643
|
"name": "description",
|
|
21619
21644
|
"optional": true,
|
|
@@ -21631,7 +21656,7 @@
|
|
|
21631
21656
|
"immutable": true,
|
|
21632
21657
|
"locationInModule": {
|
|
21633
21658
|
"filename": "lib/triggers/workflow.ts",
|
|
21634
|
-
"line":
|
|
21659
|
+
"line": 108
|
|
21635
21660
|
},
|
|
21636
21661
|
"name": "maxConcurrentRuns",
|
|
21637
21662
|
"optional": true,
|
|
@@ -21649,7 +21674,7 @@
|
|
|
21649
21674
|
"immutable": true,
|
|
21650
21675
|
"locationInModule": {
|
|
21651
21676
|
"filename": "lib/triggers/workflow.ts",
|
|
21652
|
-
"line":
|
|
21677
|
+
"line": 87
|
|
21653
21678
|
},
|
|
21654
21679
|
"name": "workflowName",
|
|
21655
21680
|
"optional": true,
|
|
@@ -21694,6 +21719,6 @@
|
|
|
21694
21719
|
"symbolId": "lib/storage-parameter:WriteParallel"
|
|
21695
21720
|
}
|
|
21696
21721
|
},
|
|
21697
|
-
"version": "2.
|
|
21722
|
+
"version": "2.237.0-alpha.0",
|
|
21698
21723
|
"fingerprint": "**********"
|
|
21699
21724
|
}
|