@aws-cdk/aws-glue-alpha 2.263.0-alpha.0 → 2.265.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 +1537 -320
- package/.jsii.tabl.json.gz +0 -0
- package/.warnings.jsii.js +23 -1
- package/README.md +175 -1
- package/awslint.json +2 -1
- package/lib/catalog.d.ts +259 -0
- package/lib/catalog.js +424 -0
- package/lib/code.js +3 -3
- package/lib/connection.js +12 -4
- package/lib/data-format.js +5 -5
- package/lib/data-quality-ruleset.d.ts +7 -1
- package/lib/data-quality-ruleset.js +4 -3
- package/lib/database.d.ts +27 -15
- package/lib/database.js +45 -23
- package/lib/external-table.js +3 -3
- package/lib/index.d.ts +1 -0
- package/lib/index.js +2 -1
- package/lib/jobs/job.d.ts +5 -0
- package/lib/jobs/job.js +5 -3
- package/lib/jobs/pyspark-etl-job.js +1 -1
- package/lib/jobs/pyspark-flex-etl-job.js +3 -3
- package/lib/jobs/pyspark-streaming-job.js +1 -1
- package/lib/jobs/python-shell-job.js +1 -1
- package/lib/jobs/ray-job.js +1 -1
- package/lib/jobs/scala-spark-etl-job.js +1 -1
- package/lib/jobs/scala-spark-flex-etl-job.js +3 -3
- package/lib/jobs/scala-spark-streaming-job.js +1 -1
- package/lib/jobs/spark-job.js +1 -1
- package/lib/partition-projection.js +1 -1
- package/lib/private/secret-detection.d.ts +22 -0
- package/lib/private/secret-detection.js +42 -0
- package/lib/s3-table.d.ts +10 -0
- package/lib/s3-table.js +26 -4
- package/lib/schema.js +1 -1
- package/lib/security-configuration.d.ts +6 -0
- package/lib/security-configuration.js +4 -3
- package/lib/storage-parameter.js +1 -1
- package/lib/table-base.d.ts +23 -3
- package/lib/table-base.js +37 -7
- package/lib/table-deprecated.js +1 -1
- package/lib/triggers/trigger-options.js +1 -1
- package/lib/triggers/workflow.js +2 -2
- 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.265.0",
|
|
12
12
|
"constructs": "^10.5.0"
|
|
13
13
|
},
|
|
14
14
|
"dependencyClosure": {
|
|
@@ -447,6 +447,19 @@
|
|
|
447
447
|
}
|
|
448
448
|
}
|
|
449
449
|
},
|
|
450
|
+
"aws-cdk-lib.aws_artifact": {
|
|
451
|
+
"targets": {
|
|
452
|
+
"dotnet": {
|
|
453
|
+
"namespace": "Amazon.CDK.AWS.Artifact"
|
|
454
|
+
},
|
|
455
|
+
"java": {
|
|
456
|
+
"package": "software.amazon.awscdk.services.artifact"
|
|
457
|
+
},
|
|
458
|
+
"python": {
|
|
459
|
+
"module": "aws_cdk.aws_artifact"
|
|
460
|
+
}
|
|
461
|
+
}
|
|
462
|
+
},
|
|
450
463
|
"aws-cdk-lib.aws_athena": {
|
|
451
464
|
"targets": {
|
|
452
465
|
"dotnet": {
|
|
@@ -577,6 +590,19 @@
|
|
|
577
590
|
}
|
|
578
591
|
}
|
|
579
592
|
},
|
|
593
|
+
"aws-cdk-lib.aws_backupsearch": {
|
|
594
|
+
"targets": {
|
|
595
|
+
"dotnet": {
|
|
596
|
+
"namespace": "Amazon.CDK.AWS.BackupSearch"
|
|
597
|
+
},
|
|
598
|
+
"java": {
|
|
599
|
+
"package": "software.amazon.awscdk.services.backupsearch"
|
|
600
|
+
},
|
|
601
|
+
"python": {
|
|
602
|
+
"module": "aws_cdk.aws_backupsearch"
|
|
603
|
+
}
|
|
604
|
+
}
|
|
605
|
+
},
|
|
580
606
|
"aws-cdk-lib.aws_batch": {
|
|
581
607
|
"targets": {
|
|
582
608
|
"dotnet": {
|
|
@@ -1072,6 +1098,19 @@
|
|
|
1072
1098
|
}
|
|
1073
1099
|
}
|
|
1074
1100
|
},
|
|
1101
|
+
"aws-cdk-lib.aws_cognitosync": {
|
|
1102
|
+
"targets": {
|
|
1103
|
+
"dotnet": {
|
|
1104
|
+
"namespace": "Amazon.CDK.AWS.CognitoSync"
|
|
1105
|
+
},
|
|
1106
|
+
"java": {
|
|
1107
|
+
"package": "software.amazon.awscdk.services.cognitosync"
|
|
1108
|
+
},
|
|
1109
|
+
"python": {
|
|
1110
|
+
"module": "aws_cdk.aws_cognitosync"
|
|
1111
|
+
}
|
|
1112
|
+
}
|
|
1113
|
+
},
|
|
1075
1114
|
"aws-cdk-lib.aws_comprehend": {
|
|
1076
1115
|
"targets": {
|
|
1077
1116
|
"dotnet": {
|
|
@@ -1215,19 +1254,6 @@
|
|
|
1215
1254
|
}
|
|
1216
1255
|
}
|
|
1217
1256
|
},
|
|
1218
|
-
"aws-cdk-lib.aws_dataexchange": {
|
|
1219
|
-
"targets": {
|
|
1220
|
-
"dotnet": {
|
|
1221
|
-
"namespace": "Amazon.CDK.AWS.DataExchange"
|
|
1222
|
-
},
|
|
1223
|
-
"java": {
|
|
1224
|
-
"package": "software.amazon.awscdk.services.dataexchange"
|
|
1225
|
-
},
|
|
1226
|
-
"python": {
|
|
1227
|
-
"module": "aws_cdk.aws_dataexchange"
|
|
1228
|
-
}
|
|
1229
|
-
}
|
|
1230
|
-
},
|
|
1231
1257
|
"aws-cdk-lib.aws_datapipeline": {
|
|
1232
1258
|
"targets": {
|
|
1233
1259
|
"dotnet": {
|
|
@@ -2846,6 +2872,19 @@
|
|
|
2846
2872
|
}
|
|
2847
2873
|
}
|
|
2848
2874
|
},
|
|
2875
|
+
"aws-cdk-lib.aws_networkflowmonitor": {
|
|
2876
|
+
"targets": {
|
|
2877
|
+
"dotnet": {
|
|
2878
|
+
"namespace": "Amazon.CDK.AWS.NetworkFlowMonitor"
|
|
2879
|
+
},
|
|
2880
|
+
"java": {
|
|
2881
|
+
"package": "software.amazon.awscdk.services.networkflowmonitor"
|
|
2882
|
+
},
|
|
2883
|
+
"python": {
|
|
2884
|
+
"module": "aws_cdk.aws_networkflowmonitor"
|
|
2885
|
+
}
|
|
2886
|
+
}
|
|
2887
|
+
},
|
|
2849
2888
|
"aws-cdk-lib.aws_networkmanager": {
|
|
2850
2889
|
"targets": {
|
|
2851
2890
|
"dotnet": {
|
|
@@ -3720,6 +3759,19 @@
|
|
|
3720
3759
|
}
|
|
3721
3760
|
}
|
|
3722
3761
|
},
|
|
3762
|
+
"aws-cdk-lib.aws_scn": {
|
|
3763
|
+
"targets": {
|
|
3764
|
+
"dotnet": {
|
|
3765
|
+
"namespace": "Amazon.CDK.AWS.SCN"
|
|
3766
|
+
},
|
|
3767
|
+
"java": {
|
|
3768
|
+
"package": "software.amazon.awscdk.services.scn"
|
|
3769
|
+
},
|
|
3770
|
+
"python": {
|
|
3771
|
+
"module": "aws_cdk.aws_scn"
|
|
3772
|
+
}
|
|
3773
|
+
}
|
|
3774
|
+
},
|
|
3723
3775
|
"aws-cdk-lib.aws_sdb": {
|
|
3724
3776
|
"targets": {
|
|
3725
3777
|
"dotnet": {
|
|
@@ -4019,6 +4071,19 @@
|
|
|
4019
4071
|
}
|
|
4020
4072
|
}
|
|
4021
4073
|
},
|
|
4074
|
+
"aws-cdk-lib.aws_states": {
|
|
4075
|
+
"targets": {
|
|
4076
|
+
"dotnet": {
|
|
4077
|
+
"namespace": "Amazon.CDK.AWS.States"
|
|
4078
|
+
},
|
|
4079
|
+
"java": {
|
|
4080
|
+
"package": "software.amazon.awscdk.services.states"
|
|
4081
|
+
},
|
|
4082
|
+
"python": {
|
|
4083
|
+
"module": "aws_cdk.aws_states"
|
|
4084
|
+
}
|
|
4085
|
+
}
|
|
4086
|
+
},
|
|
4022
4087
|
"aws-cdk-lib.aws_stepfunctions": {
|
|
4023
4088
|
"targets": {
|
|
4024
4089
|
"dotnet": {
|
|
@@ -4045,6 +4110,19 @@
|
|
|
4045
4110
|
}
|
|
4046
4111
|
}
|
|
4047
4112
|
},
|
|
4113
|
+
"aws-cdk-lib.aws_storagegateway": {
|
|
4114
|
+
"targets": {
|
|
4115
|
+
"dotnet": {
|
|
4116
|
+
"namespace": "Amazon.CDK.AWS.StorageGateway"
|
|
4117
|
+
},
|
|
4118
|
+
"java": {
|
|
4119
|
+
"package": "software.amazon.awscdk.services.storagegateway"
|
|
4120
|
+
},
|
|
4121
|
+
"python": {
|
|
4122
|
+
"module": "aws_cdk.aws_storagegateway"
|
|
4123
|
+
}
|
|
4124
|
+
}
|
|
4125
|
+
},
|
|
4048
4126
|
"aws-cdk-lib.aws_supportapp": {
|
|
4049
4127
|
"targets": {
|
|
4050
4128
|
"dotnet": {
|
|
@@ -4084,6 +4162,19 @@
|
|
|
4084
4162
|
}
|
|
4085
4163
|
}
|
|
4086
4164
|
},
|
|
4165
|
+
"aws-cdk-lib.aws_thinclient": {
|
|
4166
|
+
"targets": {
|
|
4167
|
+
"dotnet": {
|
|
4168
|
+
"namespace": "Amazon.CDK.AWS.ThinClient"
|
|
4169
|
+
},
|
|
4170
|
+
"java": {
|
|
4171
|
+
"package": "software.amazon.awscdk.services.thinclient"
|
|
4172
|
+
},
|
|
4173
|
+
"python": {
|
|
4174
|
+
"module": "aws_cdk.aws_thinclient"
|
|
4175
|
+
}
|
|
4176
|
+
}
|
|
4177
|
+
},
|
|
4087
4178
|
"aws-cdk-lib.aws_timestream": {
|
|
4088
4179
|
"targets": {
|
|
4089
4180
|
"dotnet": {
|
|
@@ -4097,6 +4188,19 @@
|
|
|
4097
4188
|
}
|
|
4098
4189
|
}
|
|
4099
4190
|
},
|
|
4191
|
+
"aws-cdk-lib.aws_transcribe": {
|
|
4192
|
+
"targets": {
|
|
4193
|
+
"dotnet": {
|
|
4194
|
+
"namespace": "Amazon.CDK.AWS.Transcribe"
|
|
4195
|
+
},
|
|
4196
|
+
"java": {
|
|
4197
|
+
"package": "software.amazon.awscdk.services.transcribe"
|
|
4198
|
+
},
|
|
4199
|
+
"python": {
|
|
4200
|
+
"module": "aws_cdk.aws_transcribe"
|
|
4201
|
+
}
|
|
4202
|
+
}
|
|
4203
|
+
},
|
|
4100
4204
|
"aws-cdk-lib.aws_transfer": {
|
|
4101
4205
|
"targets": {
|
|
4102
4206
|
"dotnet": {
|
|
@@ -4110,6 +4214,19 @@
|
|
|
4110
4214
|
}
|
|
4111
4215
|
}
|
|
4112
4216
|
},
|
|
4217
|
+
"aws-cdk-lib.aws_usernotifications": {
|
|
4218
|
+
"targets": {
|
|
4219
|
+
"dotnet": {
|
|
4220
|
+
"namespace": "Amazon.CDK.AWS.UserNotifications"
|
|
4221
|
+
},
|
|
4222
|
+
"java": {
|
|
4223
|
+
"package": "software.amazon.awscdk.services.usernotifications"
|
|
4224
|
+
},
|
|
4225
|
+
"python": {
|
|
4226
|
+
"module": "aws_cdk.aws_usernotifications"
|
|
4227
|
+
}
|
|
4228
|
+
}
|
|
4229
|
+
},
|
|
4113
4230
|
"aws-cdk-lib.aws_uxc": {
|
|
4114
4231
|
"targets": {
|
|
4115
4232
|
"dotnet": {
|
|
@@ -4201,6 +4318,19 @@
|
|
|
4201
4318
|
}
|
|
4202
4319
|
}
|
|
4203
4320
|
},
|
|
4321
|
+
"aws-cdk-lib.aws_wellarchitected": {
|
|
4322
|
+
"targets": {
|
|
4323
|
+
"dotnet": {
|
|
4324
|
+
"namespace": "Amazon.CDK.AWS.WellArchitected"
|
|
4325
|
+
},
|
|
4326
|
+
"java": {
|
|
4327
|
+
"package": "software.amazon.awscdk.services.wellarchitected"
|
|
4328
|
+
},
|
|
4329
|
+
"python": {
|
|
4330
|
+
"module": "aws_cdk.aws_wellarchitected"
|
|
4331
|
+
}
|
|
4332
|
+
}
|
|
4333
|
+
},
|
|
4204
4334
|
"aws-cdk-lib.aws_wisdom": {
|
|
4205
4335
|
"targets": {
|
|
4206
4336
|
"dotnet": {
|
|
@@ -4703,6 +4833,22 @@
|
|
|
4703
4833
|
}
|
|
4704
4834
|
}
|
|
4705
4835
|
},
|
|
4836
|
+
"aws-cdk-lib.interfaces.aws_artifact": {
|
|
4837
|
+
"targets": {
|
|
4838
|
+
"dotnet": {
|
|
4839
|
+
"namespace": "Amazon.CDK.Interfaces.Artifact"
|
|
4840
|
+
},
|
|
4841
|
+
"go": {
|
|
4842
|
+
"packageName": "interfacesawsartifact"
|
|
4843
|
+
},
|
|
4844
|
+
"java": {
|
|
4845
|
+
"package": "software.amazon.awscdk.interfaces.artifact"
|
|
4846
|
+
},
|
|
4847
|
+
"python": {
|
|
4848
|
+
"module": "aws_cdk.interfaces.aws_artifact"
|
|
4849
|
+
}
|
|
4850
|
+
}
|
|
4851
|
+
},
|
|
4706
4852
|
"aws-cdk-lib.interfaces.aws_athena": {
|
|
4707
4853
|
"targets": {
|
|
4708
4854
|
"dotnet": {
|
|
@@ -4831,6 +4977,22 @@
|
|
|
4831
4977
|
}
|
|
4832
4978
|
}
|
|
4833
4979
|
},
|
|
4980
|
+
"aws-cdk-lib.interfaces.aws_backupsearch": {
|
|
4981
|
+
"targets": {
|
|
4982
|
+
"dotnet": {
|
|
4983
|
+
"namespace": "Amazon.CDK.Interfaces.BackupSearch"
|
|
4984
|
+
},
|
|
4985
|
+
"go": {
|
|
4986
|
+
"packageName": "interfacesawsbackupsearch"
|
|
4987
|
+
},
|
|
4988
|
+
"java": {
|
|
4989
|
+
"package": "software.amazon.awscdk.interfaces.backupsearch"
|
|
4990
|
+
},
|
|
4991
|
+
"python": {
|
|
4992
|
+
"module": "aws_cdk.interfaces.aws_backupsearch"
|
|
4993
|
+
}
|
|
4994
|
+
}
|
|
4995
|
+
},
|
|
4834
4996
|
"aws-cdk-lib.interfaces.aws_batch": {
|
|
4835
4997
|
"targets": {
|
|
4836
4998
|
"dotnet": {
|
|
@@ -5407,6 +5569,22 @@
|
|
|
5407
5569
|
}
|
|
5408
5570
|
}
|
|
5409
5571
|
},
|
|
5572
|
+
"aws-cdk-lib.interfaces.aws_cognitosync": {
|
|
5573
|
+
"targets": {
|
|
5574
|
+
"dotnet": {
|
|
5575
|
+
"namespace": "Amazon.CDK.Interfaces.CognitoSync"
|
|
5576
|
+
},
|
|
5577
|
+
"go": {
|
|
5578
|
+
"packageName": "interfacesawscognitosync"
|
|
5579
|
+
},
|
|
5580
|
+
"java": {
|
|
5581
|
+
"package": "software.amazon.awscdk.interfaces.cognitosync"
|
|
5582
|
+
},
|
|
5583
|
+
"python": {
|
|
5584
|
+
"module": "aws_cdk.interfaces.aws_cognitosync"
|
|
5585
|
+
}
|
|
5586
|
+
}
|
|
5587
|
+
},
|
|
5410
5588
|
"aws-cdk-lib.interfaces.aws_comprehend": {
|
|
5411
5589
|
"targets": {
|
|
5412
5590
|
"dotnet": {
|
|
@@ -5583,22 +5761,6 @@
|
|
|
5583
5761
|
}
|
|
5584
5762
|
}
|
|
5585
5763
|
},
|
|
5586
|
-
"aws-cdk-lib.interfaces.aws_dataexchange": {
|
|
5587
|
-
"targets": {
|
|
5588
|
-
"dotnet": {
|
|
5589
|
-
"namespace": "Amazon.CDK.Interfaces.DataExchange"
|
|
5590
|
-
},
|
|
5591
|
-
"go": {
|
|
5592
|
-
"packageName": "interfacesawsdataexchange"
|
|
5593
|
-
},
|
|
5594
|
-
"java": {
|
|
5595
|
-
"package": "software.amazon.awscdk.interfaces.dataexchange"
|
|
5596
|
-
},
|
|
5597
|
-
"python": {
|
|
5598
|
-
"module": "aws_cdk.interfaces.aws_dataexchange"
|
|
5599
|
-
}
|
|
5600
|
-
}
|
|
5601
|
-
},
|
|
5602
5764
|
"aws-cdk-lib.interfaces.aws_datapipeline": {
|
|
5603
5765
|
"targets": {
|
|
5604
5766
|
"dotnet": {
|
|
@@ -7375,6 +7537,22 @@
|
|
|
7375
7537
|
}
|
|
7376
7538
|
}
|
|
7377
7539
|
},
|
|
7540
|
+
"aws-cdk-lib.interfaces.aws_networkflowmonitor": {
|
|
7541
|
+
"targets": {
|
|
7542
|
+
"dotnet": {
|
|
7543
|
+
"namespace": "Amazon.CDK.Interfaces.NetworkFlowMonitor"
|
|
7544
|
+
},
|
|
7545
|
+
"go": {
|
|
7546
|
+
"packageName": "interfacesawsnetworkflowmonitor"
|
|
7547
|
+
},
|
|
7548
|
+
"java": {
|
|
7549
|
+
"package": "software.amazon.awscdk.interfaces.networkflowmonitor"
|
|
7550
|
+
},
|
|
7551
|
+
"python": {
|
|
7552
|
+
"module": "aws_cdk.interfaces.aws_networkflowmonitor"
|
|
7553
|
+
}
|
|
7554
|
+
}
|
|
7555
|
+
},
|
|
7378
7556
|
"aws-cdk-lib.interfaces.aws_networkmanager": {
|
|
7379
7557
|
"targets": {
|
|
7380
7558
|
"dotnet": {
|
|
@@ -8335,6 +8513,22 @@
|
|
|
8335
8513
|
}
|
|
8336
8514
|
}
|
|
8337
8515
|
},
|
|
8516
|
+
"aws-cdk-lib.interfaces.aws_scn": {
|
|
8517
|
+
"targets": {
|
|
8518
|
+
"dotnet": {
|
|
8519
|
+
"namespace": "Amazon.CDK.Interfaces.SCN"
|
|
8520
|
+
},
|
|
8521
|
+
"go": {
|
|
8522
|
+
"packageName": "interfacesawsscn"
|
|
8523
|
+
},
|
|
8524
|
+
"java": {
|
|
8525
|
+
"package": "software.amazon.awscdk.interfaces.scn"
|
|
8526
|
+
},
|
|
8527
|
+
"python": {
|
|
8528
|
+
"module": "aws_cdk.interfaces.aws_scn"
|
|
8529
|
+
}
|
|
8530
|
+
}
|
|
8531
|
+
},
|
|
8338
8532
|
"aws-cdk-lib.interfaces.aws_sdb": {
|
|
8339
8533
|
"targets": {
|
|
8340
8534
|
"dotnet": {
|
|
@@ -8671,6 +8865,22 @@
|
|
|
8671
8865
|
}
|
|
8672
8866
|
}
|
|
8673
8867
|
},
|
|
8868
|
+
"aws-cdk-lib.interfaces.aws_states": {
|
|
8869
|
+
"targets": {
|
|
8870
|
+
"dotnet": {
|
|
8871
|
+
"namespace": "Amazon.CDK.Interfaces.States"
|
|
8872
|
+
},
|
|
8873
|
+
"go": {
|
|
8874
|
+
"packageName": "interfacesawsstates"
|
|
8875
|
+
},
|
|
8876
|
+
"java": {
|
|
8877
|
+
"package": "software.amazon.awscdk.interfaces.states"
|
|
8878
|
+
},
|
|
8879
|
+
"python": {
|
|
8880
|
+
"module": "aws_cdk.interfaces.aws_states"
|
|
8881
|
+
}
|
|
8882
|
+
}
|
|
8883
|
+
},
|
|
8674
8884
|
"aws-cdk-lib.interfaces.aws_stepfunctions": {
|
|
8675
8885
|
"targets": {
|
|
8676
8886
|
"dotnet": {
|
|
@@ -8687,6 +8897,22 @@
|
|
|
8687
8897
|
}
|
|
8688
8898
|
}
|
|
8689
8899
|
},
|
|
8900
|
+
"aws-cdk-lib.interfaces.aws_storagegateway": {
|
|
8901
|
+
"targets": {
|
|
8902
|
+
"dotnet": {
|
|
8903
|
+
"namespace": "Amazon.CDK.Interfaces.StorageGateway"
|
|
8904
|
+
},
|
|
8905
|
+
"go": {
|
|
8906
|
+
"packageName": "interfacesawsstoragegateway"
|
|
8907
|
+
},
|
|
8908
|
+
"java": {
|
|
8909
|
+
"package": "software.amazon.awscdk.interfaces.storagegateway"
|
|
8910
|
+
},
|
|
8911
|
+
"python": {
|
|
8912
|
+
"module": "aws_cdk.interfaces.aws_storagegateway"
|
|
8913
|
+
}
|
|
8914
|
+
}
|
|
8915
|
+
},
|
|
8690
8916
|
"aws-cdk-lib.interfaces.aws_supportapp": {
|
|
8691
8917
|
"targets": {
|
|
8692
8918
|
"dotnet": {
|
|
@@ -8735,6 +8961,22 @@
|
|
|
8735
8961
|
}
|
|
8736
8962
|
}
|
|
8737
8963
|
},
|
|
8964
|
+
"aws-cdk-lib.interfaces.aws_thinclient": {
|
|
8965
|
+
"targets": {
|
|
8966
|
+
"dotnet": {
|
|
8967
|
+
"namespace": "Amazon.CDK.Interfaces.ThinClient"
|
|
8968
|
+
},
|
|
8969
|
+
"go": {
|
|
8970
|
+
"packageName": "interfacesawsthinclient"
|
|
8971
|
+
},
|
|
8972
|
+
"java": {
|
|
8973
|
+
"package": "software.amazon.awscdk.interfaces.thinclient"
|
|
8974
|
+
},
|
|
8975
|
+
"python": {
|
|
8976
|
+
"module": "aws_cdk.interfaces.aws_thinclient"
|
|
8977
|
+
}
|
|
8978
|
+
}
|
|
8979
|
+
},
|
|
8738
8980
|
"aws-cdk-lib.interfaces.aws_timestream": {
|
|
8739
8981
|
"targets": {
|
|
8740
8982
|
"dotnet": {
|
|
@@ -8751,6 +8993,22 @@
|
|
|
8751
8993
|
}
|
|
8752
8994
|
}
|
|
8753
8995
|
},
|
|
8996
|
+
"aws-cdk-lib.interfaces.aws_transcribe": {
|
|
8997
|
+
"targets": {
|
|
8998
|
+
"dotnet": {
|
|
8999
|
+
"namespace": "Amazon.CDK.Interfaces.Transcribe"
|
|
9000
|
+
},
|
|
9001
|
+
"go": {
|
|
9002
|
+
"packageName": "interfacesawstranscribe"
|
|
9003
|
+
},
|
|
9004
|
+
"java": {
|
|
9005
|
+
"package": "software.amazon.awscdk.interfaces.transcribe"
|
|
9006
|
+
},
|
|
9007
|
+
"python": {
|
|
9008
|
+
"module": "aws_cdk.interfaces.aws_transcribe"
|
|
9009
|
+
}
|
|
9010
|
+
}
|
|
9011
|
+
},
|
|
8754
9012
|
"aws-cdk-lib.interfaces.aws_transfer": {
|
|
8755
9013
|
"targets": {
|
|
8756
9014
|
"dotnet": {
|
|
@@ -8767,6 +9025,22 @@
|
|
|
8767
9025
|
}
|
|
8768
9026
|
}
|
|
8769
9027
|
},
|
|
9028
|
+
"aws-cdk-lib.interfaces.aws_usernotifications": {
|
|
9029
|
+
"targets": {
|
|
9030
|
+
"dotnet": {
|
|
9031
|
+
"namespace": "Amazon.CDK.Interfaces.UserNotifications"
|
|
9032
|
+
},
|
|
9033
|
+
"go": {
|
|
9034
|
+
"packageName": "interfacesawsusernotifications"
|
|
9035
|
+
},
|
|
9036
|
+
"java": {
|
|
9037
|
+
"package": "software.amazon.awscdk.interfaces.usernotifications"
|
|
9038
|
+
},
|
|
9039
|
+
"python": {
|
|
9040
|
+
"module": "aws_cdk.interfaces.aws_usernotifications"
|
|
9041
|
+
}
|
|
9042
|
+
}
|
|
9043
|
+
},
|
|
8770
9044
|
"aws-cdk-lib.interfaces.aws_uxc": {
|
|
8771
9045
|
"targets": {
|
|
8772
9046
|
"dotnet": {
|
|
@@ -8879,6 +9153,22 @@
|
|
|
8879
9153
|
}
|
|
8880
9154
|
}
|
|
8881
9155
|
},
|
|
9156
|
+
"aws-cdk-lib.interfaces.aws_wellarchitected": {
|
|
9157
|
+
"targets": {
|
|
9158
|
+
"dotnet": {
|
|
9159
|
+
"namespace": "Amazon.CDK.Interfaces.WellArchitected"
|
|
9160
|
+
},
|
|
9161
|
+
"go": {
|
|
9162
|
+
"packageName": "interfacesawswellarchitected"
|
|
9163
|
+
},
|
|
9164
|
+
"java": {
|
|
9165
|
+
"package": "software.amazon.awscdk.interfaces.wellarchitected"
|
|
9166
|
+
},
|
|
9167
|
+
"python": {
|
|
9168
|
+
"module": "aws_cdk.interfaces.aws_wellarchitected"
|
|
9169
|
+
}
|
|
9170
|
+
}
|
|
9171
|
+
},
|
|
8882
9172
|
"aws-cdk-lib.interfaces.aws_wisdom": {
|
|
8883
9173
|
"targets": {
|
|
8884
9174
|
"dotnet": {
|
|
@@ -9098,7 +9388,7 @@
|
|
|
9098
9388
|
"stability": "experimental"
|
|
9099
9389
|
},
|
|
9100
9390
|
"homepage": "https://github.com/aws/aws-cdk",
|
|
9101
|
-
"jsiiVersion": "5.9.
|
|
9391
|
+
"jsiiVersion": "5.9.52 (build c132e73)",
|
|
9102
9392
|
"keywords": [
|
|
9103
9393
|
"aws",
|
|
9104
9394
|
"cdk",
|
|
@@ -9119,7 +9409,7 @@
|
|
|
9119
9409
|
},
|
|
9120
9410
|
"name": "@aws-cdk/aws-glue-alpha",
|
|
9121
9411
|
"readme": {
|
|
9122
|
-
"markdown": "# AWS Glue Construct Library\n<!--BEGIN STABILITY BANNER-->\n\n---\n\n\n\n> The APIs of higher level constructs in this module are experimental and under active development.\n> They are subject to non-backward compatible changes or removal in any future version. These are\n> not subject to the [Semantic Versioning](https://semver.org/) model and breaking changes will be\n> announced in the release notes. This means that while you may use them, you may need to update\n> your source code when upgrading to a newer version of this package.\n\n---\n\n<!--END STABILITY BANNER-->\n\nThis module is part of the [AWS Cloud Development Kit](https://github.com/aws/aws-cdk) project.\n\n## README\n\n[AWS Glue](https://aws.amazon.com/glue/) is a serverless data integration\nservice that makes it easier to discover, prepare, move, and integrate data\nfrom multiple sources for analytics, machine learning (ML), and application\ndevelopment.\n\nThe Glue L2 construct has convenience methods working backwards from common\nuse cases and sets required parameters to defaults that align with recommended\nbest practices for each job type. It also provides customers with a balance\nbetween flexibility via optional parameter overrides, and opinionated\ninterfaces that discouraging anti-patterns, resulting in reduced time to develop\nand deploy new resources.\n\n### References\n\n* [Glue Launch Announcement](https://aws.amazon.com/blogs/aws/launch-aws-glue-now-generally-available/)\n* [Glue Documentation](https://docs.aws.amazon.com/glue/index.html)\n* [Glue L1 (CloudFormation) Constructs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_Glue.html)\n* Prior version of the [@aws-cdk/aws-glue-alpha module](https://github.com/aws/aws-cdk/blob/v2.51.1/packages/%40aws-cdk/aws-glue/README.md)\n\n## Create a Glue Job\n\nA Job encapsulates a script that connects to data sources, processes\nthem, and then writes output to a data target. There are four types of Glue\nJobs: Spark (ETL and Streaming), Python Shell, and Flex Jobs. Most\nof the required parameters for these jobs are common across all types,\nbut there are a few differences depending on the languages supported\nand features provided by each type. For all job types, the L2 defaults\nto AWS best practice recommendations, such as:\n\n* Use of Secrets Manager for Connection JDBC strings\n* Glue job autoscaling\n* Default parameter values for Glue job creation\n\nThis iteration of the L2 construct introduces breaking changes to\nthe existing glue-alpha-module, but these changes streamline the developer\nexperience, introduce new constants for defaults, and replacing synth-time\nvalidations with interface contracts for enforcement of the parameter combinations\nthat Glue supports. As an opinionated construct, the Glue L2 construct does\nnot allow developers to create resources that use non-current versions\nof Glue or deprecated language dependencies (e.g. deprecated versions of Python).\nAs always, L1s allow you to specify a wider range of parameters if you need\nor want to use alternative configurations.\n\nOptional and required parameters for each job are enforced via interface\nrather than validation; see [Glue's public documentation](https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api.html)\nfor more granular details.\n\n### Spark Jobs\n\n#### ETL Jobs\n\nETL jobs support pySpark and Scala languages, for which there are separate but\nsimilar constructors. ETL jobs default to the G2 worker type, but you can\noverride this default with other supported worker type values (G1, G2, G4\nand G8). ETL jobs defaults to Glue version 4.0, which you can override to 3.0.\nThe following ETL features are enabled by default:\n`—enable-metrics, —enable-spark-ui, —enable-continuous-cloudwatch-log.`\nYou can find more details about version, worker type and other features in\n[Glue's public documentation](https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-jobs-job.html).\n\nReference the pyspark-etl-jobs.test.ts and scalaspark-etl-jobs.test.ts unit tests\nfor examples of required-only and optional job parameters when creating these\ntypes of jobs.\n\nFor the sake of brevity, examples are shown using the pySpark job variety.\n\nExample with only required parameters:\n\n```ts\nimport * as cdk from 'aws-cdk-lib';\nimport * as iam from 'aws-cdk-lib/aws-iam';\ndeclare const stack: cdk.Stack;\ndeclare const role: iam.IRole;\ndeclare const script: glue.Code;\nnew glue.PySparkEtlJob(stack, 'PySparkETLJob', {\n role,\n script,\n jobName: 'PySparkETLJob',\n});\n```\n\nExample with optional override parameters:\n\n```ts\nimport * as cdk from 'aws-cdk-lib';\nimport * as iam from 'aws-cdk-lib/aws-iam';\ndeclare const stack: cdk.Stack;\ndeclare const role: iam.IRole;\ndeclare const script: glue.Code;\nnew glue.PySparkEtlJob(stack, 'PySparkETLJob', {\n jobName: 'PySparkETLJobCustomName',\n description: 'This is a description',\n role,\n script,\n glueVersion: glue.GlueVersion.V5_1,\n continuousLogging: { enabled: false },\n workerType: glue.WorkerType.G_2X,\n maxConcurrentRuns: 100,\n timeout: cdk.Duration.hours(2),\n connections: [glue.Connection.fromConnectionName(stack, 'Connection', 'connectionName')],\n securityConfiguration: glue.SecurityConfiguration.fromSecurityConfigurationName(stack, 'SecurityConfig', 'securityConfigName'),\n tags: {\n FirstTagName: 'FirstTagValue',\n SecondTagName: 'SecondTagValue',\n XTagName: 'XTagValue',\n },\n numberOfWorkers: 2,\n maxRetries: 2,\n});\n```\n\n#### Streaming Jobs\n\nStreaming jobs are similar to ETL jobs, except that they perform ETL on data\nstreams using the Apache Spark Structured Streaming framework. Some Spark\njob features are not available to Streaming ETL jobs. They support Scala\nand pySpark languages. PySpark streaming jobs default Python 3.9,\nwhich you can override with any non-deprecated version of Python. It\ndefaults to the G2 worker type and Glue 4.0, both of which you can override.\nThe following best practice features are enabled by default:\n`—enable-metrics, —enable-spark-ui, —enable-continuous-cloudwatch-log`.\n\nReference the pyspark-streaming-jobs.test.ts and scalaspark-streaming-jobs.test.ts\nunit tests for examples of required-only and optional job parameters when creating\nthese types of jobs.\n\nExample with only required parameters:\n\n```ts\nimport * as cdk from 'aws-cdk-lib';\nimport * as iam from 'aws-cdk-lib/aws-iam';\ndeclare const stack: cdk.Stack;\ndeclare const role: iam.IRole;\ndeclare const script: glue.Code;\nnew glue.PySparkStreamingJob(stack, 'ImportedJob', { role, script });\n```\n\nExample with optional override parameters:\n\n```ts\nimport * as cdk from 'aws-cdk-lib';\nimport * as iam from 'aws-cdk-lib/aws-iam';\ndeclare const stack: cdk.Stack;\ndeclare const role: iam.IRole;\ndeclare const script: glue.Code;\nnew glue.PySparkStreamingJob(stack, 'PySparkStreamingJob', {\n jobName: 'PySparkStreamingJobCustomName',\n description: 'This is a description',\n role,\n script,\n glueVersion: glue.GlueVersion.V5_1,\n continuousLogging: { enabled: false },\n workerType: glue.WorkerType.G_2X,\n maxConcurrentRuns: 100,\n timeout: cdk.Duration.hours(2),\n connections: [glue.Connection.fromConnectionName(stack, 'Connection', 'connectionName')],\n securityConfiguration: glue.SecurityConfiguration.fromSecurityConfigurationName(stack, 'SecurityConfig', 'securityConfigName'),\n tags: {\n FirstTagName: 'FirstTagValue',\n SecondTagName: 'SecondTagValue',\n XTagName: 'XTagValue',\n },\n numberOfWorkers: 2,\n maxRetries: 2,\n});\n```\n\n#### Flex Jobs\n\nThe flexible execution class is appropriate for non-urgent jobs such as\npre-production jobs, testing, and one-time data loads. Flexible jobs default\nto Glue version 3.0 and worker type `G_2X`. The following best practice\nfeatures are enabled by default:\n`—enable-metrics, —enable-spark-ui, —enable-continuous-cloudwatch-log`\n\nReference the pyspark-flex-etl-jobs.test.ts and scalaspark-flex-etl-jobs.test.ts\nunit tests for examples of required-only and optional job parameters when creating\nthese types of jobs.\n\nExample with only required parameters:\n\n```ts\nimport * as cdk from 'aws-cdk-lib';\nimport * as iam from 'aws-cdk-lib/aws-iam';\ndeclare const stack: cdk.Stack;\ndeclare const role: iam.IRole;\ndeclare const script: glue.Code;\nnew glue.PySparkFlexEtlJob(stack, 'ImportedJob', { role, script });\n```\n\nExample with optional override parameters:\n\n```ts\nimport * as cdk from 'aws-cdk-lib';\nimport * as iam from 'aws-cdk-lib/aws-iam';\ndeclare const stack: cdk.Stack;\ndeclare const role: iam.IRole;\ndeclare const script: glue.Code;\nnew glue.PySparkEtlJob(stack, 'pySparkEtlJob', {\n jobName: 'pySparkEtlJob',\n description: 'This is a description',\n role,\n script,\n glueVersion: glue.GlueVersion.V5_1,\n continuousLogging: { enabled: false },\n workerType: glue.WorkerType.G_2X,\n maxConcurrentRuns: 100,\n timeout: cdk.Duration.hours(2),\n connections: [glue.Connection.fromConnectionName(stack, 'Connection', 'connectionName')],\n securityConfiguration: glue.SecurityConfiguration.fromSecurityConfigurationName(stack, 'SecurityConfig', 'securityConfigName'),\n tags: {\n FirstTagName: 'FirstTagValue',\n SecondTagName: 'SecondTagValue',\n XTagName: 'XTagValue',\n },\n numberOfWorkers: 2,\n maxRetries: 2,\n});\n```\n\n### Python Shell Jobs\n\nPython shell jobs support a Python version that depends on the AWS Glue\nversion you use. These can be used to schedule and run tasks that don't\nrequire an Apache Spark environment. Python shell jobs default to\nPython 3.9 and a MaxCapacity of `0.0625`. Python 3.9 supports pre-loaded\nanalytics libraries using the `library-set=analytics` flag, which is\nenabled by default.\n\nReference the pyspark-shell-job.test.ts unit tests for examples of\nrequired-only and optional job parameters when creating these types of jobs.\n\nExample with only required parameters:\n\n```ts\nimport * as cdk from 'aws-cdk-lib';\nimport * as iam from 'aws-cdk-lib/aws-iam';\ndeclare const stack: cdk.Stack;\ndeclare const role: iam.IRole;\ndeclare const script: glue.Code;\nnew glue.PythonShellJob(stack, 'ImportedJob', { role, script });\n```\n\nExample with optional override parameters:\n\n```ts\nimport * as cdk from 'aws-cdk-lib';\nimport * as iam from 'aws-cdk-lib/aws-iam';\ndeclare const stack: cdk.Stack;\ndeclare const role: iam.IRole;\ndeclare const script: glue.Code;\ndeclare const extraPythonFile: glue.Code;\nnew glue.PythonShellJob(stack, 'PythonShellJob', {\n jobName: 'PythonShellJobCustomName',\n description: 'This is a description',\n pythonVersion: glue.PythonVersion.TWO,\n maxCapacity: glue.MaxCapacity.DPU_1,\n role,\n script,\n extraPythonFiles: [extraPythonFile],\n glueVersion: glue.GlueVersion.V2_0,\n continuousLogging: { enabled: false },\n workerType: glue.WorkerType.G_2X,\n maxConcurrentRuns: 100,\n timeout: cdk.Duration.hours(2),\n connections: [glue.Connection.fromConnectionName(stack, 'Connection', 'connectionName')],\n securityConfiguration: glue.SecurityConfiguration.fromSecurityConfigurationName(stack, 'SecurityConfig', 'securityConfigName'),\n tags: {\n FirstTagName: 'FirstTagValue',\n SecondTagName: 'SecondTagValue',\n XTagName: 'XTagValue',\n },\n numberOfWorkers: 2,\n maxRetries: 2,\n});\n```\n\n### Ray Jobs\n\n> **⚠️ DEPRECATED:** AWS Glue for Ray is closed to new customers as of April 30, 2026 and is in maintenance mode.\n> Migrate to [Amazon EKS with KubeRay Operator](https://docs.aws.amazon.com/glue/latest/dg/awsglue-ray-jobs-availability-change.html).\n\nThe `RayJob` construct, `Runtime.RAY_TWO_FOUR`, and `JobType.RAY` are deprecated and will be removed in a future release.\n\n### Metrics Control\n\nBy default, Glue jobs enable CloudWatch metrics (`--enable-metrics`) and observability metrics (`--enable-observability-metrics`) for monitoring and debugging. You can disable these metrics to reduce CloudWatch costs:\n\n```ts\nimport * as cdk from 'aws-cdk-lib';\nimport * as iam from 'aws-cdk-lib/aws-iam';\ndeclare const stack: cdk.Stack;\ndeclare const role: iam.IRole;\ndeclare const script: glue.Code;\n\n// Disable both metrics for cost optimization\nnew glue.PySparkEtlJob(stack, 'CostOptimizedJob', {\n role,\n script,\n enableMetrics: false,\n enableObservabilityMetrics: false,\n});\n\n// Selective control - keep observability, disable profiling\nnew glue.PySparkEtlJob(stack, 'SelectiveJob', {\n role,\n script,\n enableMetrics: false,\n // enableObservabilityMetrics defaults to true\n});\n```\n\nThis feature is available for all Spark job types (ETL, Streaming, Flex).\n\n### Enable Job Run Queuing\n\nAWS Glue job queuing monitors your account level quotas and limits. If quotas or limits are insufficient to start a Glue job run, AWS Glue will automatically queue the job and wait for limits to free up. Once limits become available, AWS Glue will retry the job run. Glue jobs will queue for limits like max concurrent job runs per account, max concurrent Data Processing Units (DPU), and resource unavailable due to IP address exhaustion in Amazon Virtual Private Cloud (Amazon VPC).\n\nEnable job run queuing by setting the `jobRunQueuingEnabled` property to `true`.\n\n```ts\nimport * as cdk from 'aws-cdk-lib';\nimport * as iam from 'aws-cdk-lib/aws-iam';\ndeclare const stack: cdk.Stack;\ndeclare const role: iam.IRole;\ndeclare const script: glue.Code;\nnew glue.PySparkEtlJob(stack, 'PySparkETLJob', {\n role,\n script,\n jobName: 'PySparkETLJob',\n jobRunQueuingEnabled: true\n});\n```\n\n### Uploading scripts from the CDK app repository to S3\n\nSimilar to other L2 constructs, the Glue L2 automates uploading / updating\nscripts to S3 via an optional fromAsset parameter pointing to a script\nin the local file structure. You provide the existing S3 bucket and\npath to which you'd like the script to be uploaded.\n\nReference the unit tests for examples of repo and S3 code target examples.\n\n### Workflow Triggers\n\nYou can use Glue workflows to create and visualize complex\nextract, transform, and load (ETL) activities involving multiple crawlers,\njobs, and triggers. Standalone triggers are an anti-pattern, so you must\ncreate triggers from within a workflow using the L2 construct.\n\nWithin a workflow object, there are functions to create different\ntypes of triggers with actions and predicates. You then add those triggers\nto jobs.\n\nStartOnCreation defaults to true for all trigger types, but you can\noverride it if you prefer for your trigger not to start on creation.\n\nReference the workflow-triggers.test.ts unit tests for examples of creating\nworkflows and triggers.\n\n#### **1. On-Demand Triggers**\n\nOn-demand triggers can start glue jobs or crawlers. This construct provides\nconvenience functions to create on-demand crawler or job triggers. The constructor\ntakes an optional description parameter, but abstracts the requirement of an\nactions list using the job or crawler objects using conditional types.\n\n#### **2. Scheduled Triggers**\n\nYou can create scheduled triggers using cron expressions. This construct\nprovides daily, weekly, and monthly convenience functions,\nas well as a custom function that allows you to create your own\ncustom timing using the [existing event Schedule class](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_events.Schedule.html)\nwithout having to build your own cron expressions. The L2 extracts\nthe expression that Glue requires from the Schedule object. The constructor\ntakes an optional description and a list of jobs or crawlers as actions.\n\n#### **3. Notify Event Triggers**\n\nThere are two types of notify event triggers: batching and non-batching.\nFor batching triggers, you must specify `BatchSize`. For non-batching\ntriggers, `BatchSize` defaults to 1. For both triggers, `BatchWindow`\ndefaults to 900 seconds, but you can override the window to align with\nyour workload's requirements.\n\n#### **4. Conditional Triggers**\n\nConditional triggers have a predicate and actions associated with them.\nThe trigger actions are executed when the predicateCondition is true.\n\n### Connection Properties\n\nA `Connection` allows Glue jobs, crawlers and development endpoints to access\ncertain types of data stores.\n\n* **Secrets Management**\n You must specify JDBC connection credentials in Secrets Manager and\n provide the Secrets Manager Key name as a property to the job connection.\n\n* **Networking - the CDK determines the best fit subnet for Glue connection\nconfiguration**\n The prior version of the glue-alpha-module requires the developer to\n specify the subnet of the Connection when it’s defined. Now, you can still\n specify the specific subnet you want to use, but are no longer required\n to. You are only required to provide a VPC and either a public or private\n subnet selection. Without a specific subnet provided, the L2 leverages the\n existing [EC2 Subnet Selection](https://docs.aws.amazon.com/cdk/api/v2/python/aws_cdk.aws_ec2/SubnetSelection.html)\n library to make the best choice selection for the subnet.\n\n```ts\ndeclare const securityGroup: ec2.SecurityGroup;\ndeclare const subnet: ec2.Subnet;\nnew glue.Connection(this, 'MyConnection', {\n type: glue.ConnectionType.NETWORK,\n // The security groups granting AWS Glue inbound access to the data source within the VPC\n securityGroups: [securityGroup],\n // The VPC subnet which contains the data source\n subnet,\n});\n```\n\nFor RDS `Connection` by JDBC, it is recommended to manage credentials using AWS Secrets Manager. To use Secret, specify `SECRET_ID` in `properties` like the following code. Note that in this case, the subnet must have a route to the AWS Secrets Manager VPC endpoint or to the AWS Secrets Manager endpoint through a NAT gateway.\n\n```ts\ndeclare const securityGroup: ec2.SecurityGroup;\ndeclare const subnet: ec2.Subnet;\ndeclare const db: rds.DatabaseCluster;\nnew glue.Connection(this, \"RdsConnection\", {\n type: glue.ConnectionType.JDBC,\n securityGroups: [securityGroup],\n subnet,\n properties: {\n JDBC_CONNECTION_URL: `jdbc:mysql://${db.clusterEndpoint.socketAddress}/databasename`,\n JDBC_ENFORCE_SSL: \"false\",\n SECRET_ID: db.secret!.secretName,\n },\n});\n```\n\nIf you need to use a connection type that doesn't exist as a static member on `ConnectionType`, you can instantiate a `ConnectionType` object, e.g: `new glue.ConnectionType('NEW_TYPE')`.\n\nSee [Adding a Connection to Your Data Store](https://docs.aws.amazon.com/glue/latest/dg/populate-add-connection.html) and [Connection Structure](https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-catalog-connections.html#aws-glue-api-catalog-connections-Connection) documentation for more information on the supported data stores and their configurations.\n\n## SecurityConfiguration\n\nA `SecurityConfiguration` is a set of security properties that can be used by AWS Glue to encrypt data at rest.\n\n```ts\nnew glue.SecurityConfiguration(this, 'MySecurityConfiguration', {\n cloudWatchEncryption: {\n mode: glue.CloudWatchEncryptionMode.KMS,\n },\n jobBookmarksEncryption: {\n mode: glue.JobBookmarksEncryptionMode.CLIENT_SIDE_KMS,\n },\n s3Encryption: {\n mode: glue.S3EncryptionMode.KMS,\n },\n});\n```\n\nBy default, a shared KMS key is created for use with the encryption configurations that require one. You can also supply your own key for each encryption config, for example, for CloudWatch encryption:\n\n```ts\ndeclare const key: kms.Key;\nnew glue.SecurityConfiguration(this, 'MySecurityConfiguration', {\n cloudWatchEncryption: {\n mode: glue.CloudWatchEncryptionMode.KMS,\n kmsKey: key,\n },\n});\n```\n\nSee [documentation](https://docs.aws.amazon.com/glue/latest/dg/encryption-security-configuration.html) for more info for Glue encrypting data written by Crawlers, Jobs, and Development Endpoints.\n\n## Database\n\nA `Database` is a logical grouping of `Tables` in the Glue Catalog.\n\n```ts\nnew glue.Database(this, 'MyDatabase', {\n databaseName: 'my_database',\n description: 'my_database_description',\n});\n```\n\n## Table\n\nA Glue table describes a table of data in S3: its structure (column names and types), location of data (S3 objects with a common prefix in a S3 bucket), and format for the files (Json, Avro, Parquet, etc.):\n\n```ts\ndeclare const myDatabase: glue.Database;\nnew glue.S3Table(this, 'MyTable', {\n database: myDatabase,\n columns: [{\n name: 'col1',\n type: glue.Schema.STRING,\n }, {\n name: 'col2',\n type: glue.Schema.array(glue.Schema.STRING),\n comment: 'col2 is an array of strings' // comment is optional\n }],\n dataFormat: glue.DataFormat.JSON,\n});\n```\n\nBy default, a S3 bucket will be created to store the table's data but you can manually pass the `bucket` and `s3Prefix`:\n\n```ts\ndeclare const myBucket: s3.Bucket;\ndeclare const myDatabase: glue.Database;\nnew glue.S3Table(this, 'MyTable', {\n bucket: myBucket,\n s3Prefix: 'my-table/',\n // ...\n database: myDatabase,\n columns: [{\n name: 'col1',\n type: glue.Schema.STRING,\n }],\n dataFormat: glue.DataFormat.JSON,\n});\n```\n\nGlue tables can be configured to contain user-defined properties, to describe the physical storage of table data, through the `storageParameters` property:\n\n```ts\ndeclare const myDatabase: glue.Database;\nnew glue.S3Table(this, 'MyTable', {\n storageParameters: [\n glue.StorageParameter.skipHeaderLineCount(1),\n glue.StorageParameter.compressionType(glue.CompressionType.GZIP),\n glue.StorageParameter.custom('separatorChar', ',')\n ],\n // ...\n database: myDatabase,\n columns: [{\n name: 'col1',\n type: glue.Schema.STRING,\n }],\n dataFormat: glue.DataFormat.JSON,\n});\n```\n\nGlue tables can also be configured to contain user-defined table properties through the [`parameters`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-parameters) property:\n\n```ts\ndeclare const myDatabase: glue.Database;\nnew glue.S3Table(this, 'MyTable', {\n parameters: {\n key1: 'val1',\n key2: 'val2',\n },\n database: myDatabase,\n columns: [{\n name: 'col1',\n type: glue.Schema.STRING,\n }],\n dataFormat: glue.DataFormat.JSON,\n});\n```\n\n### Partition Keys\n\nTo improve query performance, a table can specify `partitionKeys` on which data is stored and queried separately. For example, you might partition a table by `year` and `month` to optimize queries based on a time window:\n\n```ts\ndeclare const myDatabase: glue.Database;\nnew glue.S3Table(this, 'MyTable', {\n database: myDatabase,\n columns: [{\n name: 'col1',\n type: glue.Schema.STRING,\n }],\n partitionKeys: [{\n name: 'year',\n type: glue.Schema.SMALL_INT,\n }, {\n name: 'month',\n type: glue.Schema.SMALL_INT,\n }],\n dataFormat: glue.DataFormat.JSON,\n});\n```\n\n### Partition Indexes\n\nAnother way to improve query performance is to specify partition indexes. If no partition indexes are\npresent on the table, AWS Glue loads all partitions of the table and filters the loaded partitions using\nthe query expression. The query takes more time to run as the number of partitions increase. With an\nindex, the query will try to fetch a subset of the partitions instead of loading all partitions of the\ntable.\n\nThe keys of a partition index must be a subset of the partition keys of the table. You can have a\nmaximum of 3 partition indexes per table. To specify a partition index, you can use the `partitionIndexes`\nproperty:\n\n```ts\ndeclare const myDatabase: glue.Database;\nnew glue.S3Table(this, 'MyTable', {\n database: myDatabase,\n columns: [{\n name: 'col1',\n type: glue.Schema.STRING,\n }],\n partitionKeys: [{\n name: 'year',\n type: glue.Schema.SMALL_INT,\n }, {\n name: 'month',\n type: glue.Schema.SMALL_INT,\n }],\n partitionIndexes: [{\n indexName: 'my-index', // optional\n keyNames: ['year'],\n }], // supply up to 3 indexes\n dataFormat: glue.DataFormat.JSON,\n});\n```\n\nAlternatively, you can call the `addPartitionIndex()` function on a table:\n\n```ts\ndeclare const myTable: glue.Table;\nmyTable.addPartitionIndex({\n indexName: 'my-index',\n keyNames: ['year'],\n});\n```\n\n### Partition Filtering\n\nIf you have a table with a large number of partitions that grows over time, consider using AWS Glue partition indexing and filtering.\n\n```ts\ndeclare const myDatabase: glue.Database;\nnew glue.S3Table(this, 'MyTable', {\n database: myDatabase,\n columns: [{\n name: 'col1',\n type: glue.Schema.STRING,\n }],\n partitionKeys: [{\n name: 'year',\n type: glue.Schema.SMALL_INT,\n }, {\n name: 'month',\n type: glue.Schema.SMALL_INT,\n }],\n dataFormat: glue.DataFormat.JSON,\n enablePartitionFiltering: true,\n});\n```\n\n### Partition Projection\n\nPartition projection allows Athena to automatically add new partitions as new data arrives, without requiring `ALTER TABLE ADD PARTITION` statements. This improves query performance and reduces management overhead by eliminating the need to manually manage partition metadata.\n\nFor more information, see the [AWS documentation on partition projection](https://docs.aws.amazon.com/athena/latest/ug/partition-projection.html).\n\n#### INTEGER Projection\n\nFor partition keys with sequential numeric values:\n\n```ts\ndeclare const myDatabase: glue.Database;\nnew glue.S3Table(this, 'MyTable', {\n database: myDatabase,\n columns: [{\n name: 'data',\n type: glue.Schema.STRING,\n }],\n partitionKeys: [{\n name: 'year',\n type: glue.Schema.INTEGER,\n }],\n dataFormat: glue.DataFormat.JSON,\n partitionProjection: {\n year: glue.PartitionProjectionConfiguration.integer({\n min: 2020,\n max: 2023,\n interval: 1, // optional, defaults to 1\n digits: 4, // optional, pads with leading zeros\n }),\n },\n});\n```\n\n#### DATE Projection\n\nFor partition keys with date or timestamp values. Supports both fixed dates and relative dates using `NOW`:\n\n```ts\ndeclare const myDatabase: glue.Database;\nnew glue.S3Table(this, 'MyTable', {\n database: myDatabase,\n columns: [{\n name: 'data',\n type: glue.Schema.STRING,\n }],\n partitionKeys: [{\n name: 'date',\n type: glue.Schema.STRING,\n }],\n dataFormat: glue.DataFormat.JSON,\n partitionProjection: {\n date: glue.PartitionProjectionConfiguration.date({\n min: '2020-01-01',\n max: '2023-12-31',\n format: 'yyyy-MM-dd',\n interval: 1, // optional, defaults to 1\n intervalUnit: glue.DateIntervalUnit.DAYS, // optional: YEARS, MONTHS, WEEKS, DAYS, HOURS, MINUTES, SECONDS\n }),\n },\n});\n```\n\nYou can also use relative dates with `NOW`:\n\n```ts\ndeclare const myDatabase: glue.Database;\nnew glue.S3Table(this, 'MyTable', {\n database: myDatabase,\n columns: [{\n name: 'data',\n type: glue.Schema.STRING,\n }],\n partitionKeys: [{\n name: 'date',\n type: glue.Schema.STRING,\n }],\n dataFormat: glue.DataFormat.JSON,\n partitionProjection: {\n date: glue.PartitionProjectionConfiguration.date({\n min: 'NOW-3YEARS',\n max: 'NOW',\n format: 'yyyy-MM-dd',\n }),\n },\n});\n```\n\n#### ENUM Projection\n\nFor partition keys with a known set of values:\n\n```ts\ndeclare const myDatabase: glue.Database;\nnew glue.S3Table(this, 'MyTable', {\n database: myDatabase,\n columns: [{\n name: 'data',\n type: glue.Schema.STRING,\n }],\n partitionKeys: [{\n name: 'region',\n type: glue.Schema.STRING,\n }],\n dataFormat: glue.DataFormat.JSON,\n partitionProjection: {\n region: glue.PartitionProjectionConfiguration.enum({\n values: ['us-east-1', 'us-west-2', 'eu-west-1'],\n }),\n },\n});\n```\n\n#### INJECTED Projection\n\nFor custom partition values injected at query time:\n\n```ts\ndeclare const myDatabase: glue.Database;\nnew glue.S3Table(this, 'MyTable', {\n database: myDatabase,\n columns: [{\n name: 'data',\n type: glue.Schema.STRING,\n }],\n partitionKeys: [{\n name: 'custom',\n type: glue.Schema.STRING,\n }],\n dataFormat: glue.DataFormat.JSON,\n partitionProjection: {\n custom: glue.PartitionProjectionConfiguration.injected(),\n },\n});\n```\n\n#### Multiple Partition Projections\n\nYou can configure partition projection for multiple partition keys:\n\n```ts\ndeclare const myDatabase: glue.Database;\nnew glue.S3Table(this, 'MyTable', {\n database: myDatabase,\n columns: [{\n name: 'data',\n type: glue.Schema.STRING,\n }],\n partitionKeys: [\n {\n name: 'year',\n type: glue.Schema.INTEGER,\n },\n {\n name: 'month',\n type: glue.Schema.INTEGER,\n },\n {\n name: 'region',\n type: glue.Schema.STRING,\n },\n ],\n dataFormat: glue.DataFormat.JSON,\n partitionProjection: {\n year: glue.PartitionProjectionConfiguration.integer({\n min: 2020,\n max: 2023,\n }),\n month: glue.PartitionProjectionConfiguration.integer({\n min: 1,\n max: 12,\n digits: 2,\n }),\n region: glue.PartitionProjectionConfiguration.enum({\n values: ['us-east-1', 'us-west-2'],\n }),\n },\n});\n```\n\n### Glue Connections\n\nGlue connections allow external data connections to third party databases and data warehouses. However, these connections can also be assigned to Glue Tables, allowing you to query external data sources using the Glue Data Catalog.\n\nWhereas `S3Table` will point to (and if needed, create) a bucket to store the tables' data, `ExternalTable` will point to an existing table in a data source. For example, to create a table in Glue that points to a table in Redshift:\n\n```ts\ndeclare const myConnection: glue.Connection;\ndeclare const myDatabase: glue.Database;\nnew glue.ExternalTable(this, 'MyTable', {\n connection: myConnection,\n externalDataLocation: 'default_db_public_example', // A table in Redshift\n // ...\n database: myDatabase,\n columns: [{\n name: 'col1',\n type: glue.Schema.STRING,\n }],\n dataFormat: glue.DataFormat.JSON,\n});\n```\n\n## [Encryption](https://docs.aws.amazon.com/athena/latest/ug/encryption.html)\n\nYou can enable encryption on a Table's data:\n\n* [S3Managed](https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingServerSideEncryption.html) - (default) Server side encryption (`SSE-S3`) with an Amazon S3-managed key.\n\n```ts\ndeclare const myDatabase: glue.Database;\nnew glue.S3Table(this, 'MyTable', {\n encryption: glue.TableEncryption.S3_MANAGED,\n // ...\n database: myDatabase,\n columns: [{\n name: 'col1',\n type: glue.Schema.STRING,\n }],\n dataFormat: glue.DataFormat.JSON,\n});\n```\n\n* [Kms](https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingKMSEncryption.html) - Server-side encryption (`SSE-KMS`) with an AWS KMS Key managed by the account owner.\n\n```ts\ndeclare const myDatabase: glue.Database;\n// KMS key is created automatically\nnew glue.S3Table(this, 'MyTable', {\n encryption: glue.TableEncryption.KMS,\n // ...\n database: myDatabase,\n columns: [{\n name: 'col1',\n type: glue.Schema.STRING,\n }],\n dataFormat: glue.DataFormat.JSON,\n});\n\n// with an explicit KMS key\nnew glue.S3Table(this, 'MyTable', {\n encryption: glue.TableEncryption.KMS,\n encryptionKey: new kms.Key(this, 'MyKey'),\n // ...\n database: myDatabase,\n columns: [{\n name: 'col1',\n type: glue.Schema.STRING,\n }],\n dataFormat: glue.DataFormat.JSON,\n});\n```\n\n* [KmsManaged](https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingKMSEncryption.html) - Server-side encryption (`SSE-KMS`), like `Kms`, except with an AWS KMS Key managed by the AWS Key Management Service.\n\n```ts\ndeclare const myDatabase: glue.Database;\nnew glue.S3Table(this, 'MyTable', {\n encryption: glue.TableEncryption.KMS_MANAGED,\n // ...\n database: myDatabase,\n columns: [{\n name: 'col1',\n type: glue.Schema.STRING,\n }],\n dataFormat: glue.DataFormat.JSON,\n});\n```\n\n* [ClientSideKms](https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingClientSideEncryption.html#client-side-encryption-kms-managed-master-key-intro) - Client-side encryption (`CSE-KMS`) with an AWS KMS Key managed by the account owner.\n\n```ts\ndeclare const myDatabase: glue.Database;\n// KMS key is created automatically\nnew glue.S3Table(this, 'MyTable', {\n encryption: glue.TableEncryption.CLIENT_SIDE_KMS,\n // ...\n database: myDatabase,\n columns: [{\n name: 'col1',\n type: glue.Schema.STRING,\n }],\n dataFormat: glue.DataFormat.JSON,\n});\n\n// with an explicit KMS key\nnew glue.S3Table(this, 'MyTable', {\n encryption: glue.TableEncryption.CLIENT_SIDE_KMS,\n encryptionKey: new kms.Key(this, 'MyKey'),\n // ...\n database: myDatabase,\n columns: [{\n name: 'col1',\n type: glue.Schema.STRING,\n }],\n dataFormat: glue.DataFormat.JSON,\n});\n```\n\n*Note: you cannot provide a `Bucket` when creating the `S3Table` if you wish to use server-side encryption (`KMS`, `KMS_MANAGED` or `S3_MANAGED`)*.\n\n## Types\n\nA table's schema is a collection of columns, each of which have a `name` and a `type`. Types are recursive structures, consisting of primitive and complex types:\n\n```ts\ndeclare const myDatabase: glue.Database;\nnew glue.S3Table(this, 'MyTable', {\n columns: [{\n name: 'primitive_column',\n type: glue.Schema.STRING,\n }, {\n name: 'array_column',\n type: glue.Schema.array(glue.Schema.INTEGER),\n comment: 'array<integer>',\n }, {\n name: 'map_column',\n type: glue.Schema.map(\n glue.Schema.STRING,\n glue.Schema.TIMESTAMP),\n comment: 'map<string,string>',\n }, {\n name: 'struct_column',\n type: glue.Schema.struct([{\n name: 'nested_column',\n type: glue.Schema.DATE,\n comment: 'nested comment',\n }]),\n comment: \"struct<nested_column:date COMMENT 'nested comment'>\",\n }],\n // ...\n database: myDatabase,\n dataFormat: glue.DataFormat.JSON,\n});\n```\n\n## Public FAQ\n\n### What are we launching today?\n\nWe’re launching new features to an AWS CDK Glue L2 Construct to provide\nbest-practice defaults and convenience methods to create Glue Jobs, Connections,\nTriggers, Workflows, and the underlying permissions and configuration.\n\n### Why should I use this Construct?\n\nDevelopers should use this Construct to reduce the amount of boilerplate\ncode and complexity each individual has to navigate, and make it easier to\ncreate best-practice Glue resources.\n\n### What’s not in scope?\n\nGlue Crawlers and other resources that are now managed by the AWS LakeFormation\nteam are not in scope for this effort. Developers should use existing methods\nto create these resources, and the new Glue L2 construct assumes they already\nexist as inputs. While best practice is for application and infrastructure code\nto be as close as possible for teams using fully-implemented DevOps mechanisms,\nin practice these ETL scripts are likely managed by a data science team who\nknow Python or Scala and don’t necessarily own or manage their own\ninfrastructure deployments. We want to meet developers where they are, and not\nassume that all of the code resides in the same repository, Developers can\nautomate this themselves via the CDK, however, if they do own both.\n\nValidating Glue version and feature use per AWS region at synth time is also\nnot in scope. AWS’ intention is for all features to eventually be propagated to\nall Global regions, so the complexity involved in creating and updating region-\nspecific configuration to match shifting feature sets does not out-weigh the\nlikelihood that a developer will use this construct to deploy resources to a\nregion without a particular new feature to a region that doesn’t yet support\nit without researching or manually attempting to use that feature before\ndeveloping it via IaC. The developer will, of course, still get feedback from\nthe underlying Glue APIs as CloudFormation deploys the resources similar to the\ncurrent CDK L1 Glue experience.\n"
|
|
9412
|
+
"markdown": "# AWS Glue Construct Library\n<!--BEGIN STABILITY BANNER-->\n\n---\n\n\n\n> The APIs of higher level constructs in this module are experimental and under active development.\n> They are subject to non-backward compatible changes or removal in any future version. These are\n> not subject to the [Semantic Versioning](https://semver.org/) model and breaking changes will be\n> announced in the release notes. This means that while you may use them, you may need to update\n> your source code when upgrading to a newer version of this package.\n\n---\n\n<!--END STABILITY BANNER-->\n\nThis module is part of the [AWS Cloud Development Kit](https://github.com/aws/aws-cdk) project.\n\n## README\n\n[AWS Glue](https://aws.amazon.com/glue/) is a serverless data integration\nservice that makes it easier to discover, prepare, move, and integrate data\nfrom multiple sources for analytics, machine learning (ML), and application\ndevelopment.\n\nThe Glue L2 construct has convenience methods working backwards from common\nuse cases and sets required parameters to defaults that align with recommended\nbest practices for each job type. It also provides customers with a balance\nbetween flexibility via optional parameter overrides, and opinionated\ninterfaces that discouraging anti-patterns, resulting in reduced time to develop\nand deploy new resources.\n\n### References\n\n* [Glue Launch Announcement](https://aws.amazon.com/blogs/aws/launch-aws-glue-now-generally-available/)\n* [Glue Documentation](https://docs.aws.amazon.com/glue/index.html)\n* [Glue L1 (CloudFormation) Constructs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_Glue.html)\n* Prior version of the [@aws-cdk/aws-glue-alpha module](https://github.com/aws/aws-cdk/blob/v2.51.1/packages/%40aws-cdk/aws-glue/README.md)\n\n## Create a Glue Job\n\nA Job encapsulates a script that connects to data sources, processes\nthem, and then writes output to a data target. There are four types of Glue\nJobs: Spark (ETL and Streaming), Python Shell, and Flex Jobs. Most\nof the required parameters for these jobs are common across all types,\nbut there are a few differences depending on the languages supported\nand features provided by each type. For all job types, the L2 defaults\nto AWS best practice recommendations, such as:\n\n* Use of Secrets Manager for Connection JDBC strings\n* Glue job autoscaling\n* Default parameter values for Glue job creation\n\nThis iteration of the L2 construct introduces breaking changes to\nthe existing glue-alpha-module, but these changes streamline the developer\nexperience, introduce new constants for defaults, and replacing synth-time\nvalidations with interface contracts for enforcement of the parameter combinations\nthat Glue supports. As an opinionated construct, the Glue L2 construct does\nnot allow developers to create resources that use non-current versions\nof Glue or deprecated language dependencies (e.g. deprecated versions of Python).\nAs always, L1s allow you to specify a wider range of parameters if you need\nor want to use alternative configurations.\n\nOptional and required parameters for each job are enforced via interface\nrather than validation; see [Glue's public documentation](https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api.html)\nfor more granular details.\n\n### Spark Jobs\n\n#### ETL Jobs\n\nETL jobs support pySpark and Scala languages, for which there are separate but\nsimilar constructors. ETL jobs default to the G2 worker type, but you can\noverride this default with other supported worker type values (G1, G2, G4\nand G8). ETL jobs defaults to Glue version 4.0, which you can override to 3.0.\nThe following ETL features are enabled by default:\n`—enable-metrics, —enable-spark-ui, —enable-continuous-cloudwatch-log.`\nYou can find more details about version, worker type and other features in\n[Glue's public documentation](https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-jobs-job.html).\n\nReference the pyspark-etl-jobs.test.ts and scalaspark-etl-jobs.test.ts unit tests\nfor examples of required-only and optional job parameters when creating these\ntypes of jobs.\n\nFor the sake of brevity, examples are shown using the pySpark job variety.\n\nExample with only required parameters:\n\n```ts\nimport * as cdk from 'aws-cdk-lib';\nimport * as iam from 'aws-cdk-lib/aws-iam';\ndeclare const stack: cdk.Stack;\ndeclare const role: iam.IRole;\ndeclare const script: glue.Code;\nnew glue.PySparkEtlJob(stack, 'PySparkETLJob', {\n role,\n script,\n jobName: 'PySparkETLJob',\n});\n```\n\nExample with optional override parameters:\n\n```ts\nimport * as cdk from 'aws-cdk-lib';\nimport * as iam from 'aws-cdk-lib/aws-iam';\ndeclare const stack: cdk.Stack;\ndeclare const role: iam.IRole;\ndeclare const script: glue.Code;\nnew glue.PySparkEtlJob(stack, 'PySparkETLJob', {\n jobName: 'PySparkETLJobCustomName',\n description: 'This is a description',\n role,\n script,\n glueVersion: glue.GlueVersion.V5_1,\n continuousLogging: { enabled: false },\n workerType: glue.WorkerType.G_2X,\n maxConcurrentRuns: 100,\n timeout: cdk.Duration.hours(2),\n connections: [glue.Connection.fromConnectionName(stack, 'Connection', 'connectionName')],\n securityConfiguration: glue.SecurityConfiguration.fromSecurityConfigurationName(stack, 'SecurityConfig', 'securityConfigName'),\n tags: {\n FirstTagName: 'FirstTagValue',\n SecondTagName: 'SecondTagValue',\n XTagName: 'XTagValue',\n },\n numberOfWorkers: 2,\n maxRetries: 2,\n});\n```\n\n#### Streaming Jobs\n\nStreaming jobs are similar to ETL jobs, except that they perform ETL on data\nstreams using the Apache Spark Structured Streaming framework. Some Spark\njob features are not available to Streaming ETL jobs. They support Scala\nand pySpark languages. PySpark streaming jobs default Python 3.9,\nwhich you can override with any non-deprecated version of Python. It\ndefaults to the G2 worker type and Glue 4.0, both of which you can override.\nThe following best practice features are enabled by default:\n`—enable-metrics, —enable-spark-ui, —enable-continuous-cloudwatch-log`.\n\nReference the pyspark-streaming-jobs.test.ts and scalaspark-streaming-jobs.test.ts\nunit tests for examples of required-only and optional job parameters when creating\nthese types of jobs.\n\nExample with only required parameters:\n\n```ts\nimport * as cdk from 'aws-cdk-lib';\nimport * as iam from 'aws-cdk-lib/aws-iam';\ndeclare const stack: cdk.Stack;\ndeclare const role: iam.IRole;\ndeclare const script: glue.Code;\nnew glue.PySparkStreamingJob(stack, 'ImportedJob', { role, script });\n```\n\nExample with optional override parameters:\n\n```ts\nimport * as cdk from 'aws-cdk-lib';\nimport * as iam from 'aws-cdk-lib/aws-iam';\ndeclare const stack: cdk.Stack;\ndeclare const role: iam.IRole;\ndeclare const script: glue.Code;\nnew glue.PySparkStreamingJob(stack, 'PySparkStreamingJob', {\n jobName: 'PySparkStreamingJobCustomName',\n description: 'This is a description',\n role,\n script,\n glueVersion: glue.GlueVersion.V5_1,\n continuousLogging: { enabled: false },\n workerType: glue.WorkerType.G_2X,\n maxConcurrentRuns: 100,\n timeout: cdk.Duration.hours(2),\n connections: [glue.Connection.fromConnectionName(stack, 'Connection', 'connectionName')],\n securityConfiguration: glue.SecurityConfiguration.fromSecurityConfigurationName(stack, 'SecurityConfig', 'securityConfigName'),\n tags: {\n FirstTagName: 'FirstTagValue',\n SecondTagName: 'SecondTagValue',\n XTagName: 'XTagValue',\n },\n numberOfWorkers: 2,\n maxRetries: 2,\n});\n```\n\n#### Flex Jobs\n\nThe flexible execution class is appropriate for non-urgent jobs such as\npre-production jobs, testing, and one-time data loads. Flexible jobs default\nto Glue version 5.0 and worker type `G_2X`. The following best practice\nfeatures are enabled by default:\n`—enable-metrics, —enable-spark-ui, —enable-continuous-cloudwatch-log`\n\nReference the pyspark-flex-etl-jobs.test.ts and scalaspark-flex-etl-jobs.test.ts\nunit tests for examples of required-only and optional job parameters when creating\nthese types of jobs.\n\nExample with only required parameters:\n\n```ts\nimport * as cdk from 'aws-cdk-lib';\nimport * as iam from 'aws-cdk-lib/aws-iam';\ndeclare const stack: cdk.Stack;\ndeclare const role: iam.IRole;\ndeclare const script: glue.Code;\nnew glue.PySparkFlexEtlJob(stack, 'ImportedJob', { role, script });\n```\n\nExample with optional override parameters:\n\n```ts\nimport * as cdk from 'aws-cdk-lib';\nimport * as iam from 'aws-cdk-lib/aws-iam';\ndeclare const stack: cdk.Stack;\ndeclare const role: iam.IRole;\ndeclare const script: glue.Code;\nnew glue.PySparkEtlJob(stack, 'pySparkEtlJob', {\n jobName: 'pySparkEtlJob',\n description: 'This is a description',\n role,\n script,\n glueVersion: glue.GlueVersion.V5_1,\n continuousLogging: { enabled: false },\n workerType: glue.WorkerType.G_2X,\n maxConcurrentRuns: 100,\n timeout: cdk.Duration.hours(2),\n connections: [glue.Connection.fromConnectionName(stack, 'Connection', 'connectionName')],\n securityConfiguration: glue.SecurityConfiguration.fromSecurityConfigurationName(stack, 'SecurityConfig', 'securityConfigName'),\n tags: {\n FirstTagName: 'FirstTagValue',\n SecondTagName: 'SecondTagValue',\n XTagName: 'XTagValue',\n },\n numberOfWorkers: 2,\n maxRetries: 2,\n});\n```\n\n### Python Shell Jobs\n\nPython shell jobs support a Python version that depends on the AWS Glue\nversion you use. These can be used to schedule and run tasks that don't\nrequire an Apache Spark environment. Python shell jobs default to\nPython 3.9 and a MaxCapacity of `0.0625`. Python 3.9 supports pre-loaded\nanalytics libraries using the `library-set=analytics` flag, which is\nenabled by default.\n\nReference the pyspark-shell-job.test.ts unit tests for examples of\nrequired-only and optional job parameters when creating these types of jobs.\n\nExample with only required parameters:\n\n```ts\nimport * as cdk from 'aws-cdk-lib';\nimport * as iam from 'aws-cdk-lib/aws-iam';\ndeclare const stack: cdk.Stack;\ndeclare const role: iam.IRole;\ndeclare const script: glue.Code;\nnew glue.PythonShellJob(stack, 'ImportedJob', { role, script });\n```\n\nExample with optional override parameters:\n\n```ts\nimport * as cdk from 'aws-cdk-lib';\nimport * as iam from 'aws-cdk-lib/aws-iam';\ndeclare const stack: cdk.Stack;\ndeclare const role: iam.IRole;\ndeclare const script: glue.Code;\ndeclare const extraPythonFile: glue.Code;\nnew glue.PythonShellJob(stack, 'PythonShellJob', {\n jobName: 'PythonShellJobCustomName',\n description: 'This is a description',\n pythonVersion: glue.PythonVersion.TWO,\n maxCapacity: glue.MaxCapacity.DPU_1,\n role,\n script,\n extraPythonFiles: [extraPythonFile],\n glueVersion: glue.GlueVersion.V2_0,\n continuousLogging: { enabled: false },\n workerType: glue.WorkerType.G_2X,\n maxConcurrentRuns: 100,\n timeout: cdk.Duration.hours(2),\n connections: [glue.Connection.fromConnectionName(stack, 'Connection', 'connectionName')],\n securityConfiguration: glue.SecurityConfiguration.fromSecurityConfigurationName(stack, 'SecurityConfig', 'securityConfigName'),\n tags: {\n FirstTagName: 'FirstTagValue',\n SecondTagName: 'SecondTagValue',\n XTagName: 'XTagValue',\n },\n numberOfWorkers: 2,\n maxRetries: 2,\n});\n```\n\n### Ray Jobs\n\n> **⚠️ DEPRECATED:** AWS Glue for Ray is closed to new customers as of April 30, 2026 and is in maintenance mode.\n> Migrate to [Amazon EKS with KubeRay Operator](https://docs.aws.amazon.com/glue/latest/dg/awsglue-ray-jobs-availability-change.html).\n\nThe `RayJob` construct, `Runtime.RAY_TWO_FOUR`, and `JobType.RAY` are deprecated and will be removed in a future release.\n\n### Metrics Control\n\nBy default, Glue jobs enable CloudWatch metrics (`--enable-metrics`) and observability metrics (`--enable-observability-metrics`) for monitoring and debugging. You can disable these metrics to reduce CloudWatch costs:\n\n```ts\nimport * as cdk from 'aws-cdk-lib';\nimport * as iam from 'aws-cdk-lib/aws-iam';\ndeclare const stack: cdk.Stack;\ndeclare const role: iam.IRole;\ndeclare const script: glue.Code;\n\n// Disable both metrics for cost optimization\nnew glue.PySparkEtlJob(stack, 'CostOptimizedJob', {\n role,\n script,\n enableMetrics: false,\n enableObservabilityMetrics: false,\n});\n\n// Selective control - keep observability, disable profiling\nnew glue.PySparkEtlJob(stack, 'SelectiveJob', {\n role,\n script,\n enableMetrics: false,\n // enableObservabilityMetrics defaults to true\n});\n```\n\nThis feature is available for all Spark job types (ETL, Streaming, Flex).\n\n### Enable Job Run Queuing\n\nAWS Glue job queuing monitors your account level quotas and limits. If quotas or limits are insufficient to start a Glue job run, AWS Glue will automatically queue the job and wait for limits to free up. Once limits become available, AWS Glue will retry the job run. Glue jobs will queue for limits like max concurrent job runs per account, max concurrent Data Processing Units (DPU), and resource unavailable due to IP address exhaustion in Amazon Virtual Private Cloud (Amazon VPC).\n\nEnable job run queuing by setting the `jobRunQueuingEnabled` property to `true`.\n\n```ts\nimport * as cdk from 'aws-cdk-lib';\nimport * as iam from 'aws-cdk-lib/aws-iam';\ndeclare const stack: cdk.Stack;\ndeclare const role: iam.IRole;\ndeclare const script: glue.Code;\nnew glue.PySparkEtlJob(stack, 'PySparkETLJob', {\n role,\n script,\n jobName: 'PySparkETLJob',\n jobRunQueuingEnabled: true\n});\n```\n\n### Uploading scripts from the CDK app repository to S3\n\nSimilar to other L2 constructs, the Glue L2 automates uploading / updating\nscripts to S3 via an optional fromAsset parameter pointing to a script\nin the local file structure. You provide the existing S3 bucket and\npath to which you'd like the script to be uploaded.\n\nReference the unit tests for examples of repo and S3 code target examples.\n\n### Workflow Triggers\n\nYou can use Glue workflows to create and visualize complex\nextract, transform, and load (ETL) activities involving multiple crawlers,\njobs, and triggers. Standalone triggers are an anti-pattern, so you must\ncreate triggers from within a workflow using the L2 construct.\n\nWithin a workflow object, there are functions to create different\ntypes of triggers with actions and predicates. You then add those triggers\nto jobs.\n\nStartOnCreation defaults to true for all trigger types, but you can\noverride it if you prefer for your trigger not to start on creation.\n\nReference the workflow-triggers.test.ts unit tests for examples of creating\nworkflows and triggers.\n\n#### **1. On-Demand Triggers**\n\nOn-demand triggers can start glue jobs or crawlers. This construct provides\nconvenience functions to create on-demand crawler or job triggers. The constructor\ntakes an optional description parameter, but abstracts the requirement of an\nactions list using the job or crawler objects using conditional types.\n\n#### **2. Scheduled Triggers**\n\nYou can create scheduled triggers using cron expressions. This construct\nprovides daily, weekly, and monthly convenience functions,\nas well as a custom function that allows you to create your own\ncustom timing using the [existing event Schedule class](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_events.Schedule.html)\nwithout having to build your own cron expressions. The L2 extracts\nthe expression that Glue requires from the Schedule object. The constructor\ntakes an optional description and a list of jobs or crawlers as actions.\n\n#### **3. Notify Event Triggers**\n\nThere are two types of notify event triggers: batching and non-batching.\nFor batching triggers, you must specify `BatchSize`. For non-batching\ntriggers, `BatchSize` defaults to 1. For both triggers, `BatchWindow`\ndefaults to 900 seconds, but you can override the window to align with\nyour workload's requirements.\n\n#### **4. Conditional Triggers**\n\nConditional triggers have a predicate and actions associated with them.\nThe trigger actions are executed when the predicateCondition is true.\n\n### Connection Properties\n\nA `Connection` allows Glue jobs, crawlers and development endpoints to access\ncertain types of data stores.\n\n* **Secrets Management**\n You must specify JDBC connection credentials in Secrets Manager and\n provide the Secrets Manager Key name as a property to the job connection.\n\n* **Networking - the CDK determines the best fit subnet for Glue connection\nconfiguration**\n The prior version of the glue-alpha-module requires the developer to\n specify the subnet of the Connection when it’s defined. Now, you can still\n specify the specific subnet you want to use, but are no longer required\n to. You are only required to provide a VPC and either a public or private\n subnet selection. Without a specific subnet provided, the L2 leverages the\n existing [EC2 Subnet Selection](https://docs.aws.amazon.com/cdk/api/v2/python/aws_cdk.aws_ec2/SubnetSelection.html)\n library to make the best choice selection for the subnet.\n\n```ts\ndeclare const securityGroup: ec2.SecurityGroup;\ndeclare const subnet: ec2.Subnet;\nnew glue.Connection(this, 'MyConnection', {\n type: glue.ConnectionType.NETWORK,\n // The security groups granting AWS Glue inbound access to the data source within the VPC\n securityGroups: [securityGroup],\n // The VPC subnet which contains the data source\n subnet,\n});\n```\n\nFor RDS `Connection` by JDBC, it is recommended to manage credentials using AWS Secrets Manager. To use Secret, specify `SECRET_ID` in `properties` like the following code. Note that in this case, the subnet must have a route to the AWS Secrets Manager VPC endpoint or to the AWS Secrets Manager endpoint through a NAT gateway.\n\n```ts\ndeclare const securityGroup: ec2.SecurityGroup;\ndeclare const subnet: ec2.Subnet;\ndeclare const db: rds.DatabaseCluster;\nnew glue.Connection(this, \"RdsConnection\", {\n type: glue.ConnectionType.JDBC,\n securityGroups: [securityGroup],\n subnet,\n properties: {\n JDBC_CONNECTION_URL: `jdbc:mysql://${db.clusterEndpoint.socketAddress}/databasename`,\n JDBC_ENFORCE_SSL: \"false\",\n SECRET_ID: db.secret!.secretName,\n },\n});\n```\n\nConnection `properties` are emitted verbatim into the CloudFormation template, so\nany credential placed there in plaintext is stored in plaintext in the template,\n`cdk.out`, and source control. Reference a Secrets Manager secret through\n`SECRET_ID` (as above) instead. If a property key looks like a credential (for\nexample `PASSWORD`, `SECRET`, or `TOKEN`) and holds a plaintext literal, the\nconstruct emits a synthesis-time warning.\n\nIf you need to use a connection type that doesn't exist as a static member on `ConnectionType`, you can instantiate a `ConnectionType` object, e.g: `new glue.ConnectionType('NEW_TYPE')`.\n\nSee [Adding a Connection to Your Data Store](https://docs.aws.amazon.com/glue/latest/dg/populate-add-connection.html) and [Connection Structure](https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-catalog-connections.html#aws-glue-api-catalog-connections-Connection) documentation for more information on the supported data stores and their configurations.\n\n## SecurityConfiguration\n\nA `SecurityConfiguration` is a set of security properties that can be used by AWS Glue to encrypt data at rest.\n\n```ts\nnew glue.SecurityConfiguration(this, 'MySecurityConfiguration', {\n cloudWatchEncryption: {\n mode: glue.CloudWatchEncryptionMode.KMS,\n },\n jobBookmarksEncryption: {\n mode: glue.JobBookmarksEncryptionMode.CLIENT_SIDE_KMS,\n },\n s3Encryption: {\n mode: glue.S3EncryptionMode.KMS,\n },\n});\n```\n\nBy default, a shared KMS key is created for use with the encryption configurations that require one. You can also supply your own key for each encryption config, for example, for CloudWatch encryption:\n\n```ts\ndeclare const key: kms.Key;\nnew glue.SecurityConfiguration(this, 'MySecurityConfiguration', {\n cloudWatchEncryption: {\n mode: glue.CloudWatchEncryptionMode.KMS,\n kmsKey: key,\n },\n});\n```\n\nSee [documentation](https://docs.aws.amazon.com/glue/latest/dg/encryption-security-configuration.html) for more info for Glue encrypting data written by Crawlers, Jobs, and Development Endpoints.\n\n## Catalog\n\nThe Glue Data Catalog is a persistent metadata store for your data assets. Every\naccount has an implicit, account-wide catalog that always exists, and you can also\ncreate additional catalogs as `AWS::Glue::Catalog` resources (for example, to\nfederate to another metastore).\n\nA catalog's encryption is fixed when the catalog is created: a catalog either\ncarries encryption settings or it does not. This keeps its configuration easy to\nreason about — there are no mutation methods that change encryption after the fact.\n\n### The account-wide catalog\n\nUse `Catalog.forAccount(scope)` to obtain the implicit account catalog. It is not\na CloudFormation resource — it always exists. Repeated calls within the same stack\nreturn the same instance:\n\n```ts\nconst catalog = glue.Catalog.forAccount(this);\n```\n\nTo configure Data Catalog encryption for the account, use\n`Catalog.encryptAccount(scope, options)`:\n\n```ts\ndeclare const key: kms.Key;\nglue.Catalog.encryptAccount(this, {\n encryptionAtRest: glue.DataCatalogEncryptionAtRest.kms(key),\n});\n```\n\nBecause encryption is fixed at construction, `encryptAccount` must be called\n*before* the account catalog is first used in the stack — before any\n`Catalog.forAccount(this)` call, and before any `Database` that uses the account\ncatalog. Calling it after the account catalog has been materialized throws.\n\nThe account catalog's encryption is an account- and region-wide setting, managed\nthrough the singleton `PutDataCatalogEncryptionSettings` API. Configure it in\nexactly one stack. Configuring it from multiple stacks in the same account and\nregion makes those stacks overwrite one another at deploy time, and the result is\norder-dependent. Unlike duplicate settings within a single stack (which\nCloudFormation rejects), this cross-stack conflict is not caught at synthesis\ntime, because each stack synthesizes to its own template.\n\n### Creating a catalog\n\nTo create a new catalog resource, use the `Catalog` constructor. Encryption is\nconfigured through the `encryptionAtRest` and `connectionPasswordEncryption` props:\n\n```ts\nnew glue.Catalog(this, 'MyCatalog', {\n catalogName: 'my-catalog',\n description: 'my catalog description',\n});\n```\n\n### Encryption at rest\n\nConfigure Data Catalog encryption at rest through the `encryptionAtRest` option\n(on `Catalog.encryptAccount`, the `Catalog` constructor, or the import factories).\nIt accepts a `DataCatalogEncryptionAtRest` describing the mode:\n\n```ts\ndeclare const key: kms.Key;\n\n// SSE-KMS with a customer-managed key\nglue.Catalog.encryptAccount(this, {\n encryptionAtRest: glue.DataCatalogEncryptionAtRest.kms(key),\n});\n\n// SSE-KMS with an AWS-managed key (omit the key)\nnew glue.Catalog(this, 'ManagedKeyCatalog', {\n catalogName: 'managed-key-catalog',\n encryptionAtRest: glue.DataCatalogEncryptionAtRest.kms(),\n});\n\n// Disable encryption at rest\nnew glue.Catalog(this, 'PlaintextCatalog', {\n catalogName: 'plaintext-catalog',\n encryptionAtRest: glue.DataCatalogEncryptionAtRest.disabled(),\n});\n```\n\nWhen you use `SSE-KMS-WITH-SERVICE-ROLE`, AWS Glue accesses the KMS key through a\nservice role you provide. If you pass a customer-managed key, the role is\nautomatically granted the permissions it needs to encrypt and decrypt catalog data:\n\n```ts\nimport * as iam from 'aws-cdk-lib/aws-iam';\ndeclare const key: kms.Key;\ndeclare const role: iam.IRole;\nglue.Catalog.encryptAccount(this, {\n encryptionAtRest: glue.DataCatalogEncryptionAtRest.kmsWithServiceRole(role, key),\n});\n```\n\nThe customer-managed key, when configured, is exposed on the catalog as\n`encryptionKey` (and the connection-password key as `connectionPasswordKey`), so\nyou can reference it to grant additional access. It is undefined when encryption is\ndisabled or an AWS-managed key is used.\n\n### Connection password encryption\n\nIndependently from encryption at rest, the Data Catalog can encrypt the passwords\nstored in connection properties. Configure it through the\n`connectionPasswordEncryption` option:\n\n```ts\ndeclare const key: kms.Key;\nglue.Catalog.encryptAccount(this, {\n connectionPasswordEncryption: {\n kmsKey: key,\n // Whether GetConnection/GetConnections return the password encrypted (default: true)\n returnConnectionPasswordEncrypted: true,\n },\n});\n```\n\nThe two encryption blocks are independent: enabling one does not require the other,\nand each may use a different KMS key. The customer-managed key for connection\npasswords is exposed as `connectionPasswordKey`.\n\n### Importing a catalog\n\nYou can import an existing catalog by ARN or by id. An imported catalog is a pure\nidentity handle — it emits no resources and does not manage the catalog's\nencryption:\n\n```ts\nconst byId = glue.Catalog.fromCatalogId(this, 'ById', 'my-catalog-id');\nconst byArn = glue.Catalog.fromCatalogArn(this, 'ByArn', 'arn:aws:glue:us-east-1:123456789012:catalog/my-catalog-id');\n```\n\nTo manage the Data Catalog encryption of a catalog you did not create in this\nstack, add a `CfnDataCatalogEncryptionSettings` resource targeting its id\ndirectly. Do this from exactly one stack: like the account catalog, a catalog has\na single encryption configuration, so two settings resources targeting the same id\nrace to overwrite one another at deploy time. Within a single stack this is caught\nby CloudFormation template validation (E3019, duplicate primary identifiers);\nacross stacks it is not, since each stack synthesizes to its own template.\n\n```ts\nimport { CfnDataCatalogEncryptionSettings } from 'aws-cdk-lib/aws-glue';\n\nnew CfnDataCatalogEncryptionSettings(this, 'Encryption', {\n catalogId: 'my-catalog-id',\n dataCatalogEncryptionSettings: {\n encryptionAtRest: { catalogEncryptionMode: 'SSE-KMS' },\n },\n});\n```\n\n## Database\n\nA `Database` is a logical grouping of `Tables` in the Glue Catalog.\n\n```ts\nnew glue.Database(this, 'MyDatabase', {\n databaseName: 'my_database',\n description: 'my_database_description',\n});\n```\n\nBecause a database is a container for tables and their metadata, it is retained\nby default when removed from the stack, to avoid accidental data loss. Set\n`removalPolicy` to `RemovalPolicy.DESTROY` to have it deleted instead:\n\n```ts\nimport { RemovalPolicy } from 'aws-cdk-lib';\n\nnew glue.Database(this, 'MyDatabase', {\n databaseName: 'my_database',\n removalPolicy: RemovalPolicy.DESTROY,\n});\n```\n\n## Table\n\nA Glue table describes a table of data in S3: its structure (column names and types), location of data (S3 objects with a common prefix in a S3 bucket), and format for the files (Json, Avro, Parquet, etc.):\n\n```ts\ndeclare const myDatabase: glue.Database;\nnew glue.S3Table(this, 'MyTable', {\n database: myDatabase,\n columns: [{\n name: 'col1',\n type: glue.Schema.STRING,\n }, {\n name: 'col2',\n type: glue.Schema.array(glue.Schema.STRING),\n comment: 'col2 is an array of strings' // comment is optional\n }],\n dataFormat: glue.DataFormat.JSON,\n});\n```\n\nBy default, a S3 bucket will be created to store the table's data but you can manually pass the `bucket` and `s3Prefix`:\n\n```ts\ndeclare const myBucket: s3.Bucket;\ndeclare const myDatabase: glue.Database;\nnew glue.S3Table(this, 'MyTable', {\n bucket: myBucket,\n s3Prefix: 'my-table/',\n // ...\n database: myDatabase,\n columns: [{\n name: 'col1',\n type: glue.Schema.STRING,\n }],\n dataFormat: glue.DataFormat.JSON,\n});\n```\n\nGlue tables can be configured to contain user-defined properties, to describe the physical storage of table data, through the `storageParameters` property:\n\n```ts\ndeclare const myDatabase: glue.Database;\nnew glue.S3Table(this, 'MyTable', {\n storageParameters: [\n glue.StorageParameter.skipHeaderLineCount(1),\n glue.StorageParameter.compressionType(glue.CompressionType.GZIP),\n glue.StorageParameter.custom('separatorChar', ',')\n ],\n // ...\n database: myDatabase,\n columns: [{\n name: 'col1',\n type: glue.Schema.STRING,\n }],\n dataFormat: glue.DataFormat.JSON,\n});\n```\n\nGlue tables can also be configured to contain user-defined table properties through the [`parameters`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-tableinput.html#cfn-glue-table-tableinput-parameters) property:\n\n```ts\ndeclare const myDatabase: glue.Database;\nnew glue.S3Table(this, 'MyTable', {\n parameters: {\n key1: 'val1',\n key2: 'val2',\n },\n database: myDatabase,\n columns: [{\n name: 'col1',\n type: glue.Schema.STRING,\n }],\n dataFormat: glue.DataFormat.JSON,\n});\n```\n\n### Partition Keys\n\nTo improve query performance, a table can specify `partitionKeys` on which data is stored and queried separately. For example, you might partition a table by `year` and `month` to optimize queries based on a time window:\n\n```ts\ndeclare const myDatabase: glue.Database;\nnew glue.S3Table(this, 'MyTable', {\n database: myDatabase,\n columns: [{\n name: 'col1',\n type: glue.Schema.STRING,\n }],\n partitionKeys: [{\n name: 'year',\n type: glue.Schema.SMALL_INT,\n }, {\n name: 'month',\n type: glue.Schema.SMALL_INT,\n }],\n dataFormat: glue.DataFormat.JSON,\n});\n```\n\n### Partition Indexes\n\nAnother way to improve query performance is to specify partition indexes. If no partition indexes are\npresent on the table, AWS Glue loads all partitions of the table and filters the loaded partitions using\nthe query expression. The query takes more time to run as the number of partitions increase. With an\nindex, the query will try to fetch a subset of the partitions instead of loading all partitions of the\ntable.\n\nThe keys of a partition index must be a subset of the partition keys of the table. You can have a\nmaximum of 3 partition indexes per table. To specify a partition index, you can use the `partitionIndexes`\nproperty:\n\n```ts\ndeclare const myDatabase: glue.Database;\nnew glue.S3Table(this, 'MyTable', {\n database: myDatabase,\n columns: [{\n name: 'col1',\n type: glue.Schema.STRING,\n }],\n partitionKeys: [{\n name: 'year',\n type: glue.Schema.SMALL_INT,\n }, {\n name: 'month',\n type: glue.Schema.SMALL_INT,\n }],\n partitionIndexes: [{\n indexName: 'my-index', // optional\n keyNames: ['year'],\n }], // supply up to 3 indexes\n dataFormat: glue.DataFormat.JSON,\n});\n```\n\nAlternatively, you can call the `addPartitionIndex()` function on a table:\n\n```ts\ndeclare const myTable: glue.Table;\nmyTable.addPartitionIndex({\n indexName: 'my-index',\n keyNames: ['year'],\n});\n```\n\n### Partition Filtering\n\nIf you have a table with a large number of partitions that grows over time, consider using AWS Glue partition indexing and filtering.\n\n```ts\ndeclare const myDatabase: glue.Database;\nnew glue.S3Table(this, 'MyTable', {\n database: myDatabase,\n columns: [{\n name: 'col1',\n type: glue.Schema.STRING,\n }],\n partitionKeys: [{\n name: 'year',\n type: glue.Schema.SMALL_INT,\n }, {\n name: 'month',\n type: glue.Schema.SMALL_INT,\n }],\n dataFormat: glue.DataFormat.JSON,\n enablePartitionFiltering: true,\n});\n```\n\n### Partition Projection\n\nPartition projection allows Athena to automatically add new partitions as new data arrives, without requiring `ALTER TABLE ADD PARTITION` statements. This improves query performance and reduces management overhead by eliminating the need to manually manage partition metadata.\n\nFor more information, see the [AWS documentation on partition projection](https://docs.aws.amazon.com/athena/latest/ug/partition-projection.html).\n\n#### INTEGER Projection\n\nFor partition keys with sequential numeric values:\n\n```ts\ndeclare const myDatabase: glue.Database;\nnew glue.S3Table(this, 'MyTable', {\n database: myDatabase,\n columns: [{\n name: 'data',\n type: glue.Schema.STRING,\n }],\n partitionKeys: [{\n name: 'year',\n type: glue.Schema.INTEGER,\n }],\n dataFormat: glue.DataFormat.JSON,\n partitionProjection: {\n year: glue.PartitionProjectionConfiguration.integer({\n min: 2020,\n max: 2023,\n interval: 1, // optional, defaults to 1\n digits: 4, // optional, pads with leading zeros\n }),\n },\n});\n```\n\n#### DATE Projection\n\nFor partition keys with date or timestamp values. Supports both fixed dates and relative dates using `NOW`:\n\n```ts\ndeclare const myDatabase: glue.Database;\nnew glue.S3Table(this, 'MyTable', {\n database: myDatabase,\n columns: [{\n name: 'data',\n type: glue.Schema.STRING,\n }],\n partitionKeys: [{\n name: 'date',\n type: glue.Schema.STRING,\n }],\n dataFormat: glue.DataFormat.JSON,\n partitionProjection: {\n date: glue.PartitionProjectionConfiguration.date({\n min: '2020-01-01',\n max: '2023-12-31',\n format: 'yyyy-MM-dd',\n interval: 1, // optional, defaults to 1\n intervalUnit: glue.DateIntervalUnit.DAYS, // optional: YEARS, MONTHS, WEEKS, DAYS, HOURS, MINUTES, SECONDS\n }),\n },\n});\n```\n\nYou can also use relative dates with `NOW`:\n\n```ts\ndeclare const myDatabase: glue.Database;\nnew glue.S3Table(this, 'MyTable', {\n database: myDatabase,\n columns: [{\n name: 'data',\n type: glue.Schema.STRING,\n }],\n partitionKeys: [{\n name: 'date',\n type: glue.Schema.STRING,\n }],\n dataFormat: glue.DataFormat.JSON,\n partitionProjection: {\n date: glue.PartitionProjectionConfiguration.date({\n min: 'NOW-3YEARS',\n max: 'NOW',\n format: 'yyyy-MM-dd',\n }),\n },\n});\n```\n\n#### ENUM Projection\n\nFor partition keys with a known set of values:\n\n```ts\ndeclare const myDatabase: glue.Database;\nnew glue.S3Table(this, 'MyTable', {\n database: myDatabase,\n columns: [{\n name: 'data',\n type: glue.Schema.STRING,\n }],\n partitionKeys: [{\n name: 'region',\n type: glue.Schema.STRING,\n }],\n dataFormat: glue.DataFormat.JSON,\n partitionProjection: {\n region: glue.PartitionProjectionConfiguration.enum({\n values: ['us-east-1', 'us-west-2', 'eu-west-1'],\n }),\n },\n});\n```\n\n#### INJECTED Projection\n\nFor custom partition values injected at query time:\n\n```ts\ndeclare const myDatabase: glue.Database;\nnew glue.S3Table(this, 'MyTable', {\n database: myDatabase,\n columns: [{\n name: 'data',\n type: glue.Schema.STRING,\n }],\n partitionKeys: [{\n name: 'custom',\n type: glue.Schema.STRING,\n }],\n dataFormat: glue.DataFormat.JSON,\n partitionProjection: {\n custom: glue.PartitionProjectionConfiguration.injected(),\n },\n});\n```\n\n#### Multiple Partition Projections\n\nYou can configure partition projection for multiple partition keys:\n\n```ts\ndeclare const myDatabase: glue.Database;\nnew glue.S3Table(this, 'MyTable', {\n database: myDatabase,\n columns: [{\n name: 'data',\n type: glue.Schema.STRING,\n }],\n partitionKeys: [\n {\n name: 'year',\n type: glue.Schema.INTEGER,\n },\n {\n name: 'month',\n type: glue.Schema.INTEGER,\n },\n {\n name: 'region',\n type: glue.Schema.STRING,\n },\n ],\n dataFormat: glue.DataFormat.JSON,\n partitionProjection: {\n year: glue.PartitionProjectionConfiguration.integer({\n min: 2020,\n max: 2023,\n }),\n month: glue.PartitionProjectionConfiguration.integer({\n min: 1,\n max: 12,\n digits: 2,\n }),\n region: glue.PartitionProjectionConfiguration.enum({\n values: ['us-east-1', 'us-west-2'],\n }),\n },\n});\n```\n\n### Glue Connections\n\nGlue connections allow external data connections to third party databases and data warehouses. However, these connections can also be assigned to Glue Tables, allowing you to query external data sources using the Glue Data Catalog.\n\nWhereas `S3Table` will point to (and if needed, create) a bucket to store the tables' data, `ExternalTable` will point to an existing table in a data source. For example, to create a table in Glue that points to a table in Redshift:\n\n```ts\ndeclare const myConnection: glue.Connection;\ndeclare const myDatabase: glue.Database;\nnew glue.ExternalTable(this, 'MyTable', {\n connection: myConnection,\n externalDataLocation: 'default_db_public_example', // A table in Redshift\n // ...\n database: myDatabase,\n columns: [{\n name: 'col1',\n type: glue.Schema.STRING,\n }],\n dataFormat: glue.DataFormat.JSON,\n});\n```\n\n## [Encryption](https://docs.aws.amazon.com/athena/latest/ug/encryption.html)\n\nWhen the table creates its own S3 bucket (i.e. you do not pass an explicit `bucket`), that bucket enforces SSL: a bucket policy denies any request made over plain HTTP. If you provide your own bucket, enabling `enforceSSL` on it is your responsibility.\n\nYou can enable encryption on a Table's data:\n\n* [S3Managed](https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingServerSideEncryption.html) - (default) Server side encryption (`SSE-S3`) with an Amazon S3-managed key.\n\n```ts\ndeclare const myDatabase: glue.Database;\nnew glue.S3Table(this, 'MyTable', {\n encryption: glue.TableEncryption.S3_MANAGED,\n // ...\n database: myDatabase,\n columns: [{\n name: 'col1',\n type: glue.Schema.STRING,\n }],\n dataFormat: glue.DataFormat.JSON,\n});\n```\n\n* [Kms](https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingKMSEncryption.html) - Server-side encryption (`SSE-KMS`) with an AWS KMS Key managed by the account owner.\n\n```ts\ndeclare const myDatabase: glue.Database;\n// KMS key is created automatically\nnew glue.S3Table(this, 'MyTable', {\n encryption: glue.TableEncryption.KMS,\n // ...\n database: myDatabase,\n columns: [{\n name: 'col1',\n type: glue.Schema.STRING,\n }],\n dataFormat: glue.DataFormat.JSON,\n});\n\n// with an explicit KMS key\nnew glue.S3Table(this, 'MyTable', {\n encryption: glue.TableEncryption.KMS,\n encryptionKey: new kms.Key(this, 'MyKey'),\n // ...\n database: myDatabase,\n columns: [{\n name: 'col1',\n type: glue.Schema.STRING,\n }],\n dataFormat: glue.DataFormat.JSON,\n});\n```\n\n* [KmsManaged](https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingKMSEncryption.html) - Server-side encryption (`SSE-KMS`), like `Kms`, except with an AWS KMS Key managed by the AWS Key Management Service.\n\n```ts\ndeclare const myDatabase: glue.Database;\nnew glue.S3Table(this, 'MyTable', {\n encryption: glue.TableEncryption.KMS_MANAGED,\n // ...\n database: myDatabase,\n columns: [{\n name: 'col1',\n type: glue.Schema.STRING,\n }],\n dataFormat: glue.DataFormat.JSON,\n});\n```\n\n* [ClientSideKms](https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingClientSideEncryption.html#client-side-encryption-kms-managed-master-key-intro) - Client-side encryption (`CSE-KMS`) with an AWS KMS Key managed by the account owner.\n\n```ts\ndeclare const myDatabase: glue.Database;\n// KMS key is created automatically\nnew glue.S3Table(this, 'MyTable', {\n encryption: glue.TableEncryption.CLIENT_SIDE_KMS,\n // ...\n database: myDatabase,\n columns: [{\n name: 'col1',\n type: glue.Schema.STRING,\n }],\n dataFormat: glue.DataFormat.JSON,\n});\n\n// with an explicit KMS key\nnew glue.S3Table(this, 'MyTable', {\n encryption: glue.TableEncryption.CLIENT_SIDE_KMS,\n encryptionKey: new kms.Key(this, 'MyKey'),\n // ...\n database: myDatabase,\n columns: [{\n name: 'col1',\n type: glue.Schema.STRING,\n }],\n dataFormat: glue.DataFormat.JSON,\n});\n```\n\n*Note: you cannot provide a `Bucket` when creating the `S3Table` if you wish to use server-side encryption (`KMS`, `KMS_MANAGED` or `S3_MANAGED`)*.\n\n## Types\n\nA table's schema is a collection of columns, each of which have a `name` and a `type`. Types are recursive structures, consisting of primitive and complex types:\n\n```ts\ndeclare const myDatabase: glue.Database;\nnew glue.S3Table(this, 'MyTable', {\n columns: [{\n name: 'primitive_column',\n type: glue.Schema.STRING,\n }, {\n name: 'array_column',\n type: glue.Schema.array(glue.Schema.INTEGER),\n comment: 'array<integer>',\n }, {\n name: 'map_column',\n type: glue.Schema.map(\n glue.Schema.STRING,\n glue.Schema.TIMESTAMP),\n comment: 'map<string,string>',\n }, {\n name: 'struct_column',\n type: glue.Schema.struct([{\n name: 'nested_column',\n type: glue.Schema.DATE,\n comment: 'nested comment',\n }]),\n comment: \"struct<nested_column:date COMMENT 'nested comment'>\",\n }],\n // ...\n database: myDatabase,\n dataFormat: glue.DataFormat.JSON,\n});\n```\n\n## Public FAQ\n\n### What are we launching today?\n\nWe’re launching new features to an AWS CDK Glue L2 Construct to provide\nbest-practice defaults and convenience methods to create Glue Jobs, Connections,\nTriggers, Workflows, and the underlying permissions and configuration.\n\n### Why should I use this Construct?\n\nDevelopers should use this Construct to reduce the amount of boilerplate\ncode and complexity each individual has to navigate, and make it easier to\ncreate best-practice Glue resources.\n\n### What’s not in scope?\n\nGlue Crawlers and other resources that are now managed by the AWS LakeFormation\nteam are not in scope for this effort. Developers should use existing methods\nto create these resources, and the new Glue L2 construct assumes they already\nexist as inputs. While best practice is for application and infrastructure code\nto be as close as possible for teams using fully-implemented DevOps mechanisms,\nin practice these ETL scripts are likely managed by a data science team who\nknow Python or Scala and don’t necessarily own or manage their own\ninfrastructure deployments. We want to meet developers where they are, and not\nassume that all of the code resides in the same repository, Developers can\nautomate this themselves via the CDK, however, if they do own both.\n\nValidating Glue version and feature use per AWS region at synth time is also\nnot in scope. AWS’ intention is for all features to eventually be propagated to\nall Global regions, so the complexity involved in creating and updating region-\nspecific configuration to match shifting feature sets does not out-weigh the\nlikelihood that a developer will use this construct to deploy resources to a\nregion without a particular new feature to a region that doesn’t yet support\nit without researching or manually attempting to use that feature before\ndeveloping it via IaC. The developer will, of course, still get feedback from\nthe underlying Glue APIs as CloudFormation deploys the resources similar to the\ncurrent CDK L1 Glue experience.\n"
|
|
9123
9413
|
},
|
|
9124
9414
|
"repository": {
|
|
9125
9415
|
"directory": "packages/@aws-cdk/aws-glue-alpha",
|
|
@@ -9355,35 +9645,591 @@
|
|
|
9355
9645
|
"name": "AssetCode",
|
|
9356
9646
|
"symbolId": "lib/code:AssetCode"
|
|
9357
9647
|
},
|
|
9358
|
-
"@aws-cdk/aws-glue-alpha.
|
|
9648
|
+
"@aws-cdk/aws-glue-alpha.Catalog": {
|
|
9359
9649
|
"assembly": "@aws-cdk/aws-glue-alpha",
|
|
9650
|
+
"base": "@aws-cdk/aws-glue-alpha.CatalogBase",
|
|
9360
9651
|
"docs": {
|
|
9361
|
-
"
|
|
9652
|
+
"remarks": "Use `Catalog.forAccount(scope)` to obtain the implicit account-wide catalog,\n`Catalog.encryptAccount(scope, options)` to configure its Data Catalog\nencryption, or `new Catalog(...)` to create an `AWS::Glue::Catalog` resource.",
|
|
9362
9653
|
"stability": "experimental",
|
|
9363
|
-
"summary": "
|
|
9364
|
-
"example": "
|
|
9654
|
+
"summary": "A Glue Data Catalog.",
|
|
9655
|
+
"example": "declare const key: kms.Key;\nglue.Catalog.encryptAccount(this, {\n encryptionAtRest: glue.DataCatalogEncryptionAtRest.kms(key),\n});",
|
|
9365
9656
|
"custom": {
|
|
9366
|
-
"exampleMetadata": "
|
|
9657
|
+
"exampleMetadata": "infused"
|
|
9367
9658
|
}
|
|
9368
9659
|
},
|
|
9369
|
-
"fqn": "@aws-cdk/aws-glue-alpha.
|
|
9660
|
+
"fqn": "@aws-cdk/aws-glue-alpha.Catalog",
|
|
9370
9661
|
"initializer": {
|
|
9371
9662
|
"docs": {
|
|
9372
9663
|
"stability": "experimental"
|
|
9373
9664
|
},
|
|
9374
9665
|
"locationInModule": {
|
|
9375
|
-
"filename": "lib/
|
|
9376
|
-
"line":
|
|
9666
|
+
"filename": "lib/catalog.ts",
|
|
9667
|
+
"line": 399
|
|
9377
9668
|
},
|
|
9378
9669
|
"parameters": [
|
|
9379
9670
|
{
|
|
9380
|
-
"name": "
|
|
9671
|
+
"name": "scope",
|
|
9381
9672
|
"type": {
|
|
9382
|
-
"
|
|
9673
|
+
"fqn": "constructs.Construct"
|
|
9383
9674
|
}
|
|
9384
|
-
}
|
|
9385
|
-
|
|
9386
|
-
|
|
9675
|
+
},
|
|
9676
|
+
{
|
|
9677
|
+
"name": "id",
|
|
9678
|
+
"type": {
|
|
9679
|
+
"primitive": "string"
|
|
9680
|
+
}
|
|
9681
|
+
},
|
|
9682
|
+
{
|
|
9683
|
+
"name": "props",
|
|
9684
|
+
"type": {
|
|
9685
|
+
"fqn": "@aws-cdk/aws-glue-alpha.CatalogProps"
|
|
9686
|
+
}
|
|
9687
|
+
}
|
|
9688
|
+
]
|
|
9689
|
+
},
|
|
9690
|
+
"kind": "class",
|
|
9691
|
+
"locationInModule": {
|
|
9692
|
+
"filename": "lib/catalog.ts",
|
|
9693
|
+
"line": 294
|
|
9694
|
+
},
|
|
9695
|
+
"methods": [
|
|
9696
|
+
{
|
|
9697
|
+
"docs": {
|
|
9698
|
+
"remarks": "The account catalog's encryption is an account/region-wide setting, managed\nthrough the singleton `PutDataCatalogEncryptionSettings` API. Because\nencryption is fixed at construction, it must be configured before the\naccount catalog is first used in the stack: calling this after the account\ncatalog has already been materialized (for example by `Catalog.forAccount`,\nor by a `Database` that uses the account catalog) throws.\n\nConfigure it in exactly one stack. Configuring it from multiple stacks in the\nsame account and region makes those stacks overwrite one another at deploy\ntime, and the result is order-dependent. Unlike duplicate settings within a\nsingle stack (which CloudFormation rejects), this cross-stack conflict is not\ncaught at synthesis time, because each stack synthesizes to its own template.",
|
|
9699
|
+
"stability": "experimental",
|
|
9700
|
+
"summary": "Configure Data Catalog encryption for the implicit, account-wide catalog and return it."
|
|
9701
|
+
},
|
|
9702
|
+
"locationInModule": {
|
|
9703
|
+
"filename": "lib/catalog.ts",
|
|
9704
|
+
"line": 334
|
|
9705
|
+
},
|
|
9706
|
+
"name": "encryptAccount",
|
|
9707
|
+
"parameters": [
|
|
9708
|
+
{
|
|
9709
|
+
"name": "scope",
|
|
9710
|
+
"type": {
|
|
9711
|
+
"fqn": "constructs.Construct"
|
|
9712
|
+
}
|
|
9713
|
+
},
|
|
9714
|
+
{
|
|
9715
|
+
"name": "options",
|
|
9716
|
+
"type": {
|
|
9717
|
+
"fqn": "@aws-cdk/aws-glue-alpha.CatalogEncryptionOptions"
|
|
9718
|
+
}
|
|
9719
|
+
}
|
|
9720
|
+
],
|
|
9721
|
+
"returns": {
|
|
9722
|
+
"type": {
|
|
9723
|
+
"fqn": "@aws-cdk/aws-glue-alpha.ICatalog"
|
|
9724
|
+
}
|
|
9725
|
+
},
|
|
9726
|
+
"static": true
|
|
9727
|
+
},
|
|
9728
|
+
{
|
|
9729
|
+
"docs": {
|
|
9730
|
+
"remarks": "The account catalog is not a CloudFormation resource; it always exists. This\nreturns a stack-scoped singleton, so repeated calls within the same stack\nreturn the same instance.\n\nThis returns the account catalog without managing its encryption. To\nconfigure Data Catalog encryption for the account, use\n`Catalog.encryptAccount(scope, options)` instead - it must be called before\nthe account catalog is first used in the stack.",
|
|
9731
|
+
"stability": "experimental",
|
|
9732
|
+
"summary": "Obtain the implicit, account-wide Data Catalog."
|
|
9733
|
+
},
|
|
9734
|
+
"locationInModule": {
|
|
9735
|
+
"filename": "lib/catalog.ts",
|
|
9736
|
+
"line": 311
|
|
9737
|
+
},
|
|
9738
|
+
"name": "forAccount",
|
|
9739
|
+
"parameters": [
|
|
9740
|
+
{
|
|
9741
|
+
"name": "scope",
|
|
9742
|
+
"type": {
|
|
9743
|
+
"fqn": "constructs.Construct"
|
|
9744
|
+
}
|
|
9745
|
+
}
|
|
9746
|
+
],
|
|
9747
|
+
"returns": {
|
|
9748
|
+
"type": {
|
|
9749
|
+
"fqn": "@aws-cdk/aws-glue-alpha.ICatalog"
|
|
9750
|
+
}
|
|
9751
|
+
},
|
|
9752
|
+
"static": true
|
|
9753
|
+
},
|
|
9754
|
+
{
|
|
9755
|
+
"docs": {
|
|
9756
|
+
"remarks": "The ARN must be a Glue catalog ARN, either the account-wide catalog\n(`arn:aws:glue:<region>:<account>:catalog`, whose id is the account) or a\nnamed catalog (`arn:aws:glue:<region>:<account>:catalog/<name>`, whose id is\nthe name).\n\nThe imported catalog is a pure identity handle and does not manage the\ncatalog's encryption. To manage an existing catalog's Data Catalog\nencryption, add a `CfnDataCatalogEncryptionSettings` resource targeting its\nid.",
|
|
9757
|
+
"stability": "experimental",
|
|
9758
|
+
"summary": "Import an existing catalog by its ARN."
|
|
9759
|
+
},
|
|
9760
|
+
"locationInModule": {
|
|
9761
|
+
"filename": "lib/catalog.ts",
|
|
9762
|
+
"line": 359
|
|
9763
|
+
},
|
|
9764
|
+
"name": "fromCatalogArn",
|
|
9765
|
+
"parameters": [
|
|
9766
|
+
{
|
|
9767
|
+
"name": "scope",
|
|
9768
|
+
"type": {
|
|
9769
|
+
"fqn": "constructs.Construct"
|
|
9770
|
+
}
|
|
9771
|
+
},
|
|
9772
|
+
{
|
|
9773
|
+
"name": "id",
|
|
9774
|
+
"type": {
|
|
9775
|
+
"primitive": "string"
|
|
9776
|
+
}
|
|
9777
|
+
},
|
|
9778
|
+
{
|
|
9779
|
+
"name": "catalogArn",
|
|
9780
|
+
"type": {
|
|
9781
|
+
"primitive": "string"
|
|
9782
|
+
}
|
|
9783
|
+
}
|
|
9784
|
+
],
|
|
9785
|
+
"returns": {
|
|
9786
|
+
"type": {
|
|
9787
|
+
"fqn": "@aws-cdk/aws-glue-alpha.ICatalog"
|
|
9788
|
+
}
|
|
9789
|
+
},
|
|
9790
|
+
"static": true
|
|
9791
|
+
},
|
|
9792
|
+
{
|
|
9793
|
+
"docs": {
|
|
9794
|
+
"remarks": "The imported catalog is a pure identity handle and does not manage the\ncatalog's encryption. To manage an existing catalog's Data Catalog\nencryption, add a `CfnDataCatalogEncryptionSettings` resource targeting its\nid.",
|
|
9795
|
+
"stability": "experimental",
|
|
9796
|
+
"summary": "Import an existing catalog by its id."
|
|
9797
|
+
},
|
|
9798
|
+
"locationInModule": {
|
|
9799
|
+
"filename": "lib/catalog.ts",
|
|
9800
|
+
"line": 388
|
|
9801
|
+
},
|
|
9802
|
+
"name": "fromCatalogId",
|
|
9803
|
+
"parameters": [
|
|
9804
|
+
{
|
|
9805
|
+
"name": "scope",
|
|
9806
|
+
"type": {
|
|
9807
|
+
"fqn": "constructs.Construct"
|
|
9808
|
+
}
|
|
9809
|
+
},
|
|
9810
|
+
{
|
|
9811
|
+
"name": "id",
|
|
9812
|
+
"type": {
|
|
9813
|
+
"primitive": "string"
|
|
9814
|
+
}
|
|
9815
|
+
},
|
|
9816
|
+
{
|
|
9817
|
+
"name": "catalogId",
|
|
9818
|
+
"type": {
|
|
9819
|
+
"primitive": "string"
|
|
9820
|
+
}
|
|
9821
|
+
}
|
|
9822
|
+
],
|
|
9823
|
+
"returns": {
|
|
9824
|
+
"type": {
|
|
9825
|
+
"fqn": "@aws-cdk/aws-glue-alpha.ICatalog"
|
|
9826
|
+
}
|
|
9827
|
+
},
|
|
9828
|
+
"static": true
|
|
9829
|
+
}
|
|
9830
|
+
],
|
|
9831
|
+
"name": "Catalog",
|
|
9832
|
+
"properties": [
|
|
9833
|
+
{
|
|
9834
|
+
"const": true,
|
|
9835
|
+
"docs": {
|
|
9836
|
+
"stability": "experimental",
|
|
9837
|
+
"summary": "Uniquely identifies this class."
|
|
9838
|
+
},
|
|
9839
|
+
"immutable": true,
|
|
9840
|
+
"locationInModule": {
|
|
9841
|
+
"filename": "lib/catalog.ts",
|
|
9842
|
+
"line": 297
|
|
9843
|
+
},
|
|
9844
|
+
"name": "PROPERTY_INJECTION_ID",
|
|
9845
|
+
"static": true,
|
|
9846
|
+
"type": {
|
|
9847
|
+
"primitive": "string"
|
|
9848
|
+
}
|
|
9849
|
+
},
|
|
9850
|
+
{
|
|
9851
|
+
"docs": {
|
|
9852
|
+
"stability": "experimental",
|
|
9853
|
+
"summary": "The ARN of the catalog."
|
|
9854
|
+
},
|
|
9855
|
+
"immutable": true,
|
|
9856
|
+
"locationInModule": {
|
|
9857
|
+
"filename": "lib/catalog.ts",
|
|
9858
|
+
"line": 395
|
|
9859
|
+
},
|
|
9860
|
+
"name": "catalogArn",
|
|
9861
|
+
"overrides": "@aws-cdk/aws-glue-alpha.CatalogBase",
|
|
9862
|
+
"type": {
|
|
9863
|
+
"primitive": "string"
|
|
9864
|
+
}
|
|
9865
|
+
},
|
|
9866
|
+
{
|
|
9867
|
+
"docs": {
|
|
9868
|
+
"stability": "experimental",
|
|
9869
|
+
"summary": "The id of the catalog (for the account-wide catalog, the AWS account id)."
|
|
9870
|
+
},
|
|
9871
|
+
"immutable": true,
|
|
9872
|
+
"locationInModule": {
|
|
9873
|
+
"filename": "lib/catalog.ts",
|
|
9874
|
+
"line": 394
|
|
9875
|
+
},
|
|
9876
|
+
"name": "catalogId",
|
|
9877
|
+
"overrides": "@aws-cdk/aws-glue-alpha.CatalogBase",
|
|
9878
|
+
"type": {
|
|
9879
|
+
"primitive": "string"
|
|
9880
|
+
}
|
|
9881
|
+
}
|
|
9882
|
+
],
|
|
9883
|
+
"symbolId": "lib/catalog:Catalog"
|
|
9884
|
+
},
|
|
9885
|
+
"@aws-cdk/aws-glue-alpha.CatalogBase": {
|
|
9886
|
+
"abstract": true,
|
|
9887
|
+
"assembly": "@aws-cdk/aws-glue-alpha",
|
|
9888
|
+
"base": "aws-cdk-lib.Resource",
|
|
9889
|
+
"docs": {
|
|
9890
|
+
"remarks": "Materializes the single\n`CfnDataCatalogEncryptionSettings` resource (targeting its own `catalogId`)\nfrom the encryption options supplied at construction. Encryption is fixed at\nconstruction, so a catalog either carries settings or it does not.",
|
|
9891
|
+
"stability": "experimental",
|
|
9892
|
+
"summary": "Base class for all `ICatalog` implementations."
|
|
9893
|
+
},
|
|
9894
|
+
"fqn": "@aws-cdk/aws-glue-alpha.CatalogBase",
|
|
9895
|
+
"initializer": {
|
|
9896
|
+
"docs": {
|
|
9897
|
+
"stability": "stable"
|
|
9898
|
+
},
|
|
9899
|
+
"locationInModule": {
|
|
9900
|
+
"filename": "core/lib/resource.ts",
|
|
9901
|
+
"line": 125
|
|
9902
|
+
},
|
|
9903
|
+
"parameters": [
|
|
9904
|
+
{
|
|
9905
|
+
"name": "scope",
|
|
9906
|
+
"type": {
|
|
9907
|
+
"fqn": "constructs.Construct"
|
|
9908
|
+
}
|
|
9909
|
+
},
|
|
9910
|
+
{
|
|
9911
|
+
"name": "id",
|
|
9912
|
+
"type": {
|
|
9913
|
+
"primitive": "string"
|
|
9914
|
+
}
|
|
9915
|
+
},
|
|
9916
|
+
{
|
|
9917
|
+
"name": "props",
|
|
9918
|
+
"optional": true,
|
|
9919
|
+
"type": {
|
|
9920
|
+
"fqn": "aws-cdk-lib.ResourceProps"
|
|
9921
|
+
}
|
|
9922
|
+
}
|
|
9923
|
+
]
|
|
9924
|
+
},
|
|
9925
|
+
"interfaces": [
|
|
9926
|
+
"@aws-cdk/aws-glue-alpha.ICatalog"
|
|
9927
|
+
],
|
|
9928
|
+
"kind": "class",
|
|
9929
|
+
"locationInModule": {
|
|
9930
|
+
"filename": "lib/catalog.ts",
|
|
9931
|
+
"line": 194
|
|
9932
|
+
},
|
|
9933
|
+
"methods": [
|
|
9934
|
+
{
|
|
9935
|
+
"docs": {
|
|
9936
|
+
"remarks": "Subclasses call this once, after `catalogId`/`catalogArn` are\nassigned. When neither block is configured, no resource is emitted, avoiding\nan empty settings resource that would reset the catalog on deploy.",
|
|
9937
|
+
"stability": "experimental",
|
|
9938
|
+
"summary": "Emit the catalog's encryption settings from the options fixed at construction."
|
|
9939
|
+
},
|
|
9940
|
+
"locationInModule": {
|
|
9941
|
+
"filename": "lib/catalog.ts",
|
|
9942
|
+
"line": 221
|
|
9943
|
+
},
|
|
9944
|
+
"name": "configureEncryption",
|
|
9945
|
+
"parameters": [
|
|
9946
|
+
{
|
|
9947
|
+
"name": "options",
|
|
9948
|
+
"type": {
|
|
9949
|
+
"fqn": "@aws-cdk/aws-glue-alpha.CatalogEncryptionOptions"
|
|
9950
|
+
}
|
|
9951
|
+
}
|
|
9952
|
+
],
|
|
9953
|
+
"protected": true
|
|
9954
|
+
}
|
|
9955
|
+
],
|
|
9956
|
+
"name": "CatalogBase",
|
|
9957
|
+
"properties": [
|
|
9958
|
+
{
|
|
9959
|
+
"abstract": true,
|
|
9960
|
+
"docs": {
|
|
9961
|
+
"stability": "experimental",
|
|
9962
|
+
"summary": "The ARN of the catalog."
|
|
9963
|
+
},
|
|
9964
|
+
"immutable": true,
|
|
9965
|
+
"locationInModule": {
|
|
9966
|
+
"filename": "lib/catalog.ts",
|
|
9967
|
+
"line": 196
|
|
9968
|
+
},
|
|
9969
|
+
"name": "catalogArn",
|
|
9970
|
+
"overrides": "@aws-cdk/aws-glue-alpha.ICatalog",
|
|
9971
|
+
"type": {
|
|
9972
|
+
"primitive": "string"
|
|
9973
|
+
}
|
|
9974
|
+
},
|
|
9975
|
+
{
|
|
9976
|
+
"abstract": true,
|
|
9977
|
+
"docs": {
|
|
9978
|
+
"stability": "experimental",
|
|
9979
|
+
"summary": "The id of the catalog (for the account-wide catalog, the AWS account id)."
|
|
9980
|
+
},
|
|
9981
|
+
"immutable": true,
|
|
9982
|
+
"locationInModule": {
|
|
9983
|
+
"filename": "lib/catalog.ts",
|
|
9984
|
+
"line": 195
|
|
9985
|
+
},
|
|
9986
|
+
"name": "catalogId",
|
|
9987
|
+
"overrides": "@aws-cdk/aws-glue-alpha.ICatalog",
|
|
9988
|
+
"type": {
|
|
9989
|
+
"primitive": "string"
|
|
9990
|
+
}
|
|
9991
|
+
},
|
|
9992
|
+
{
|
|
9993
|
+
"docs": {
|
|
9994
|
+
"stability": "experimental",
|
|
9995
|
+
"summary": "A reference to a Catalog resource."
|
|
9996
|
+
},
|
|
9997
|
+
"immutable": true,
|
|
9998
|
+
"locationInModule": {
|
|
9999
|
+
"filename": "lib/catalog.ts",
|
|
10000
|
+
"line": 209
|
|
10001
|
+
},
|
|
10002
|
+
"name": "catalogRef",
|
|
10003
|
+
"overrides": "aws-cdk-lib.interfaces.aws_glue.ICatalogRef",
|
|
10004
|
+
"type": {
|
|
10005
|
+
"fqn": "aws-cdk-lib.interfaces.aws_glue.CatalogReference"
|
|
10006
|
+
}
|
|
10007
|
+
},
|
|
10008
|
+
{
|
|
10009
|
+
"docs": {
|
|
10010
|
+
"remarks": "Undefined when password encryption uses an AWS-managed key or is not\nconfigured. Grant access to it via `KeyGrants`, e.g.\n`if (catalog.connectionPasswordKey) { KeyGrants.fromKey(catalog.connectionPasswordKey).encrypt(grantee); }`.",
|
|
10011
|
+
"stability": "experimental",
|
|
10012
|
+
"summary": "The customer-managed KMS key used to encrypt connection passwords, if one was configured."
|
|
10013
|
+
},
|
|
10014
|
+
"immutable": true,
|
|
10015
|
+
"locationInModule": {
|
|
10016
|
+
"filename": "lib/catalog.ts",
|
|
10017
|
+
"line": 205
|
|
10018
|
+
},
|
|
10019
|
+
"name": "connectionPasswordKey",
|
|
10020
|
+
"optional": true,
|
|
10021
|
+
"overrides": "@aws-cdk/aws-glue-alpha.ICatalog",
|
|
10022
|
+
"type": {
|
|
10023
|
+
"fqn": "aws-cdk-lib.interfaces.aws_kms.IKeyRef"
|
|
10024
|
+
}
|
|
10025
|
+
},
|
|
10026
|
+
{
|
|
10027
|
+
"docs": {
|
|
10028
|
+
"remarks": "Undefined when encryption is disabled or an AWS-managed key is used. Grant\naccess to it via `KeyGrants`, e.g.\n`if (catalog.encryptionKey) { KeyGrants.fromKey(catalog.encryptionKey).encrypt(grantee); }`.",
|
|
10029
|
+
"stability": "experimental",
|
|
10030
|
+
"summary": "The customer-managed KMS key used for the catalog's encryption at rest, if one was configured."
|
|
10031
|
+
},
|
|
10032
|
+
"immutable": true,
|
|
10033
|
+
"locationInModule": {
|
|
10034
|
+
"filename": "lib/catalog.ts",
|
|
10035
|
+
"line": 201
|
|
10036
|
+
},
|
|
10037
|
+
"name": "encryptionKey",
|
|
10038
|
+
"optional": true,
|
|
10039
|
+
"overrides": "@aws-cdk/aws-glue-alpha.ICatalog",
|
|
10040
|
+
"type": {
|
|
10041
|
+
"fqn": "aws-cdk-lib.interfaces.aws_kms.IKeyRef"
|
|
10042
|
+
}
|
|
10043
|
+
}
|
|
10044
|
+
],
|
|
10045
|
+
"symbolId": "lib/catalog:CatalogBase"
|
|
10046
|
+
},
|
|
10047
|
+
"@aws-cdk/aws-glue-alpha.CatalogEncryptionMode": {
|
|
10048
|
+
"assembly": "@aws-cdk/aws-glue-alpha",
|
|
10049
|
+
"docs": {
|
|
10050
|
+
"see": "https://docs.aws.amazon.com/glue/latest/webapi/API_EncryptionAtRest.html#Glue-Type-EncryptionAtRest-CatalogEncryptionMode",
|
|
10051
|
+
"stability": "experimental",
|
|
10052
|
+
"summary": "The encryption-at-rest mode for a Glue Data Catalog."
|
|
10053
|
+
},
|
|
10054
|
+
"fqn": "@aws-cdk/aws-glue-alpha.CatalogEncryptionMode",
|
|
10055
|
+
"kind": "enum",
|
|
10056
|
+
"locationInModule": {
|
|
10057
|
+
"filename": "lib/catalog.ts",
|
|
10058
|
+
"line": 18
|
|
10059
|
+
},
|
|
10060
|
+
"members": [
|
|
10061
|
+
{
|
|
10062
|
+
"docs": {
|
|
10063
|
+
"stability": "experimental",
|
|
10064
|
+
"summary": "Encryption at rest is disabled."
|
|
10065
|
+
},
|
|
10066
|
+
"name": "DISABLED"
|
|
10067
|
+
},
|
|
10068
|
+
{
|
|
10069
|
+
"docs": {
|
|
10070
|
+
"stability": "experimental",
|
|
10071
|
+
"summary": "Server-side encryption (SSE) with an AWS KMS key."
|
|
10072
|
+
},
|
|
10073
|
+
"name": "SSE_KMS"
|
|
10074
|
+
},
|
|
10075
|
+
{
|
|
10076
|
+
"docs": {
|
|
10077
|
+
"stability": "experimental",
|
|
10078
|
+
"summary": "Server-side encryption (SSE) with an AWS KMS key, using a service role that AWS Glue assumes to access the key on your behalf."
|
|
10079
|
+
},
|
|
10080
|
+
"name": "SSE_KMS_WITH_SERVICE_ROLE"
|
|
10081
|
+
}
|
|
10082
|
+
],
|
|
10083
|
+
"name": "CatalogEncryptionMode",
|
|
10084
|
+
"symbolId": "lib/catalog:CatalogEncryptionMode"
|
|
10085
|
+
},
|
|
10086
|
+
"@aws-cdk/aws-glue-alpha.CatalogEncryptionOptions": {
|
|
10087
|
+
"assembly": "@aws-cdk/aws-glue-alpha",
|
|
10088
|
+
"datatype": true,
|
|
10089
|
+
"docs": {
|
|
10090
|
+
"remarks": "Encryption is fixed at construction: a catalog either carries encryption\nsettings or it does not, which keeps its configuration easy to reason about\nand avoids order-dependent mutation after the catalog is created.",
|
|
10091
|
+
"stability": "experimental",
|
|
10092
|
+
"summary": "Encryption configuration for a Glue Data Catalog.",
|
|
10093
|
+
"example": "import * as iam from 'aws-cdk-lib/aws-iam';\ndeclare const key: kms.Key;\ndeclare const role: iam.IRole;\nglue.Catalog.encryptAccount(this, {\n encryptionAtRest: glue.DataCatalogEncryptionAtRest.kmsWithServiceRole(role, key),\n});",
|
|
10094
|
+
"custom": {
|
|
10095
|
+
"exampleMetadata": "infused"
|
|
10096
|
+
}
|
|
10097
|
+
},
|
|
10098
|
+
"fqn": "@aws-cdk/aws-glue-alpha.CatalogEncryptionOptions",
|
|
10099
|
+
"kind": "interface",
|
|
10100
|
+
"locationInModule": {
|
|
10101
|
+
"filename": "lib/catalog.ts",
|
|
10102
|
+
"line": 134
|
|
10103
|
+
},
|
|
10104
|
+
"name": "CatalogEncryptionOptions",
|
|
10105
|
+
"properties": [
|
|
10106
|
+
{
|
|
10107
|
+
"abstract": true,
|
|
10108
|
+
"docs": {
|
|
10109
|
+
"default": "- connection-password encryption is not managed by CDK",
|
|
10110
|
+
"stability": "experimental",
|
|
10111
|
+
"summary": "Connection-password encryption configuration for the catalog."
|
|
10112
|
+
},
|
|
10113
|
+
"immutable": true,
|
|
10114
|
+
"locationInModule": {
|
|
10115
|
+
"filename": "lib/catalog.ts",
|
|
10116
|
+
"line": 147
|
|
10117
|
+
},
|
|
10118
|
+
"name": "connectionPasswordEncryption",
|
|
10119
|
+
"optional": true,
|
|
10120
|
+
"type": {
|
|
10121
|
+
"fqn": "@aws-cdk/aws-glue-alpha.ConnectionPasswordEncryption"
|
|
10122
|
+
}
|
|
10123
|
+
},
|
|
10124
|
+
{
|
|
10125
|
+
"abstract": true,
|
|
10126
|
+
"docs": {
|
|
10127
|
+
"default": "- encryption at rest is not managed by CDK (the catalog default applies)",
|
|
10128
|
+
"stability": "experimental",
|
|
10129
|
+
"summary": "Encryption-at-rest configuration for the catalog."
|
|
10130
|
+
},
|
|
10131
|
+
"immutable": true,
|
|
10132
|
+
"locationInModule": {
|
|
10133
|
+
"filename": "lib/catalog.ts",
|
|
10134
|
+
"line": 140
|
|
10135
|
+
},
|
|
10136
|
+
"name": "encryptionAtRest",
|
|
10137
|
+
"optional": true,
|
|
10138
|
+
"type": {
|
|
10139
|
+
"fqn": "@aws-cdk/aws-glue-alpha.DataCatalogEncryptionAtRest"
|
|
10140
|
+
}
|
|
10141
|
+
}
|
|
10142
|
+
],
|
|
10143
|
+
"symbolId": "lib/catalog:CatalogEncryptionOptions"
|
|
10144
|
+
},
|
|
10145
|
+
"@aws-cdk/aws-glue-alpha.CatalogProps": {
|
|
10146
|
+
"assembly": "@aws-cdk/aws-glue-alpha",
|
|
10147
|
+
"datatype": true,
|
|
10148
|
+
"docs": {
|
|
10149
|
+
"stability": "experimental",
|
|
10150
|
+
"summary": "Construction properties for a `Catalog`.",
|
|
10151
|
+
"example": "new glue.Catalog(this, 'MyCatalog', {\n catalogName: 'my-catalog',\n description: 'my catalog description',\n});",
|
|
10152
|
+
"custom": {
|
|
10153
|
+
"exampleMetadata": "infused"
|
|
10154
|
+
}
|
|
10155
|
+
},
|
|
10156
|
+
"fqn": "@aws-cdk/aws-glue-alpha.CatalogProps",
|
|
10157
|
+
"interfaces": [
|
|
10158
|
+
"@aws-cdk/aws-glue-alpha.CatalogEncryptionOptions"
|
|
10159
|
+
],
|
|
10160
|
+
"kind": "interface",
|
|
10161
|
+
"locationInModule": {
|
|
10162
|
+
"filename": "lib/catalog.ts",
|
|
10163
|
+
"line": 268
|
|
10164
|
+
},
|
|
10165
|
+
"name": "CatalogProps",
|
|
10166
|
+
"properties": [
|
|
10167
|
+
{
|
|
10168
|
+
"abstract": true,
|
|
10169
|
+
"docs": {
|
|
10170
|
+
"stability": "experimental",
|
|
10171
|
+
"summary": "The name of the catalog."
|
|
10172
|
+
},
|
|
10173
|
+
"immutable": true,
|
|
10174
|
+
"locationInModule": {
|
|
10175
|
+
"filename": "lib/catalog.ts",
|
|
10176
|
+
"line": 272
|
|
10177
|
+
},
|
|
10178
|
+
"name": "catalogName",
|
|
10179
|
+
"type": {
|
|
10180
|
+
"primitive": "string"
|
|
10181
|
+
}
|
|
10182
|
+
},
|
|
10183
|
+
{
|
|
10184
|
+
"abstract": true,
|
|
10185
|
+
"docs": {
|
|
10186
|
+
"default": "- no description",
|
|
10187
|
+
"stability": "experimental",
|
|
10188
|
+
"summary": "A description of the catalog."
|
|
10189
|
+
},
|
|
10190
|
+
"immutable": true,
|
|
10191
|
+
"locationInModule": {
|
|
10192
|
+
"filename": "lib/catalog.ts",
|
|
10193
|
+
"line": 279
|
|
10194
|
+
},
|
|
10195
|
+
"name": "description",
|
|
10196
|
+
"optional": true,
|
|
10197
|
+
"type": {
|
|
10198
|
+
"primitive": "string"
|
|
10199
|
+
}
|
|
10200
|
+
}
|
|
10201
|
+
],
|
|
10202
|
+
"symbolId": "lib/catalog:CatalogProps"
|
|
10203
|
+
},
|
|
10204
|
+
"@aws-cdk/aws-glue-alpha.ClassificationString": {
|
|
10205
|
+
"assembly": "@aws-cdk/aws-glue-alpha",
|
|
10206
|
+
"docs": {
|
|
10207
|
+
"see": "https://docs.aws.amazon.com/glue/latest/dg/add-classifier.html#classifier-built-in",
|
|
10208
|
+
"stability": "experimental",
|
|
10209
|
+
"summary": "Classification string given to tables with this data format.",
|
|
10210
|
+
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as glue_alpha from '@aws-cdk/aws-glue-alpha';\nconst classificationString = glue_alpha.ClassificationString.AVRO;",
|
|
10211
|
+
"custom": {
|
|
10212
|
+
"exampleMetadata": "fixture=_generated"
|
|
10213
|
+
}
|
|
10214
|
+
},
|
|
10215
|
+
"fqn": "@aws-cdk/aws-glue-alpha.ClassificationString",
|
|
10216
|
+
"initializer": {
|
|
10217
|
+
"docs": {
|
|
10218
|
+
"stability": "experimental"
|
|
10219
|
+
},
|
|
10220
|
+
"locationInModule": {
|
|
10221
|
+
"filename": "lib/data-format.ts",
|
|
10222
|
+
"line": 176
|
|
10223
|
+
},
|
|
10224
|
+
"parameters": [
|
|
10225
|
+
{
|
|
10226
|
+
"name": "value",
|
|
10227
|
+
"type": {
|
|
10228
|
+
"primitive": "string"
|
|
10229
|
+
}
|
|
10230
|
+
}
|
|
10231
|
+
]
|
|
10232
|
+
},
|
|
9387
10233
|
"kind": "class",
|
|
9388
10234
|
"locationInModule": {
|
|
9389
10235
|
"filename": "lib/data-format.ts",
|
|
@@ -10128,7 +10974,7 @@
|
|
|
10128
10974
|
},
|
|
10129
10975
|
"locationInModule": {
|
|
10130
10976
|
"filename": "lib/connection.ts",
|
|
10131
|
-
"line":
|
|
10977
|
+
"line": 359
|
|
10132
10978
|
},
|
|
10133
10979
|
"parameters": [
|
|
10134
10980
|
{
|
|
@@ -10157,7 +11003,7 @@
|
|
|
10157
11003
|
"kind": "class",
|
|
10158
11004
|
"locationInModule": {
|
|
10159
11005
|
"filename": "lib/connection.ts",
|
|
10160
|
-
"line":
|
|
11006
|
+
"line": 311
|
|
10161
11007
|
},
|
|
10162
11008
|
"methods": [
|
|
10163
11009
|
{
|
|
@@ -10167,7 +11013,7 @@
|
|
|
10167
11013
|
},
|
|
10168
11014
|
"locationInModule": {
|
|
10169
11015
|
"filename": "lib/connection.ts",
|
|
10170
|
-
"line":
|
|
11016
|
+
"line": 323
|
|
10171
11017
|
},
|
|
10172
11018
|
"name": "fromConnectionArn",
|
|
10173
11019
|
"parameters": [
|
|
@@ -10213,7 +11059,7 @@
|
|
|
10213
11059
|
},
|
|
10214
11060
|
"locationInModule": {
|
|
10215
11061
|
"filename": "lib/connection.ts",
|
|
10216
|
-
"line":
|
|
11062
|
+
"line": 339
|
|
10217
11063
|
},
|
|
10218
11064
|
"name": "fromConnectionName",
|
|
10219
11065
|
"parameters": [
|
|
@@ -10259,7 +11105,7 @@
|
|
|
10259
11105
|
},
|
|
10260
11106
|
"locationInModule": {
|
|
10261
11107
|
"filename": "lib/connection.ts",
|
|
10262
|
-
"line":
|
|
11108
|
+
"line": 420
|
|
10263
11109
|
},
|
|
10264
11110
|
"name": "addProperty",
|
|
10265
11111
|
"parameters": [
|
|
@@ -10295,7 +11141,7 @@
|
|
|
10295
11141
|
"immutable": true,
|
|
10296
11142
|
"locationInModule": {
|
|
10297
11143
|
"filename": "lib/connection.ts",
|
|
10298
|
-
"line":
|
|
11144
|
+
"line": 314
|
|
10299
11145
|
},
|
|
10300
11146
|
"name": "PROPERTY_INJECTION_ID",
|
|
10301
11147
|
"static": true,
|
|
@@ -10311,7 +11157,7 @@
|
|
|
10311
11157
|
"immutable": true,
|
|
10312
11158
|
"locationInModule": {
|
|
10313
11159
|
"filename": "lib/connection.ts",
|
|
10314
|
-
"line":
|
|
11160
|
+
"line": 410
|
|
10315
11161
|
},
|
|
10316
11162
|
"name": "connectionArn",
|
|
10317
11163
|
"overrides": "@aws-cdk/aws-glue-alpha.IConnection",
|
|
@@ -10327,7 +11173,7 @@
|
|
|
10327
11173
|
"immutable": true,
|
|
10328
11174
|
"locationInModule": {
|
|
10329
11175
|
"filename": "lib/connection.ts",
|
|
10330
|
-
"line":
|
|
11176
|
+
"line": 402
|
|
10331
11177
|
},
|
|
10332
11178
|
"name": "connectionName",
|
|
10333
11179
|
"overrides": "@aws-cdk/aws-glue-alpha.IConnection",
|
|
@@ -10353,7 +11199,7 @@
|
|
|
10353
11199
|
"kind": "interface",
|
|
10354
11200
|
"locationInModule": {
|
|
10355
11201
|
"filename": "lib/connection.ts",
|
|
10356
|
-
"line":
|
|
11202
|
+
"line": 258
|
|
10357
11203
|
},
|
|
10358
11204
|
"name": "ConnectionOptions",
|
|
10359
11205
|
"properties": [
|
|
@@ -10367,7 +11213,7 @@
|
|
|
10367
11213
|
"immutable": true,
|
|
10368
11214
|
"locationInModule": {
|
|
10369
11215
|
"filename": "lib/connection.ts",
|
|
10370
|
-
"line":
|
|
11216
|
+
"line": 263
|
|
10371
11217
|
},
|
|
10372
11218
|
"name": "connectionName",
|
|
10373
11219
|
"optional": true,
|
|
@@ -10385,7 +11231,7 @@
|
|
|
10385
11231
|
"immutable": true,
|
|
10386
11232
|
"locationInModule": {
|
|
10387
11233
|
"filename": "lib/connection.ts",
|
|
10388
|
-
"line":
|
|
11234
|
+
"line": 269
|
|
10389
11235
|
},
|
|
10390
11236
|
"name": "description",
|
|
10391
11237
|
"optional": true,
|
|
@@ -10404,7 +11250,7 @@
|
|
|
10404
11250
|
"immutable": true,
|
|
10405
11251
|
"locationInModule": {
|
|
10406
11252
|
"filename": "lib/connection.ts",
|
|
10407
|
-
"line":
|
|
11253
|
+
"line": 283
|
|
10408
11254
|
},
|
|
10409
11255
|
"name": "matchCriteria",
|
|
10410
11256
|
"optional": true,
|
|
@@ -10428,7 +11274,7 @@
|
|
|
10428
11274
|
"immutable": true,
|
|
10429
11275
|
"locationInModule": {
|
|
10430
11276
|
"filename": "lib/connection.ts",
|
|
10431
|
-
"line":
|
|
11277
|
+
"line": 276
|
|
10432
11278
|
},
|
|
10433
11279
|
"name": "properties",
|
|
10434
11280
|
"optional": true,
|
|
@@ -10451,7 +11297,7 @@
|
|
|
10451
11297
|
"immutable": true,
|
|
10452
11298
|
"locationInModule": {
|
|
10453
11299
|
"filename": "lib/connection.ts",
|
|
10454
|
-
"line":
|
|
11300
|
+
"line": 289
|
|
10455
11301
|
},
|
|
10456
11302
|
"name": "securityGroups",
|
|
10457
11303
|
"optional": true,
|
|
@@ -10475,7 +11321,7 @@
|
|
|
10475
11321
|
"immutable": true,
|
|
10476
11322
|
"locationInModule": {
|
|
10477
11323
|
"filename": "lib/connection.ts",
|
|
10478
|
-
"line":
|
|
11324
|
+
"line": 295
|
|
10479
11325
|
},
|
|
10480
11326
|
"name": "subnet",
|
|
10481
11327
|
"optional": true,
|
|
@@ -10486,6 +11332,67 @@
|
|
|
10486
11332
|
],
|
|
10487
11333
|
"symbolId": "lib/connection:ConnectionOptions"
|
|
10488
11334
|
},
|
|
11335
|
+
"@aws-cdk/aws-glue-alpha.ConnectionPasswordEncryption": {
|
|
11336
|
+
"assembly": "@aws-cdk/aws-glue-alpha",
|
|
11337
|
+
"datatype": true,
|
|
11338
|
+
"docs": {
|
|
11339
|
+
"remarks": "When enabled, the Data Catalog encrypts the password as part of\n`CreateConnection` or `UpdateConnection` and stores it in the\n`ENCRYPTED_PASSWORD` field of the connection properties. This is independent\nfrom catalog encryption at rest, and may use a different KMS key.",
|
|
11340
|
+
"see": "https://docs.aws.amazon.com/glue/latest/webapi/API_ConnectionPasswordEncryption.html",
|
|
11341
|
+
"stability": "experimental",
|
|
11342
|
+
"summary": "Connection-password encryption configuration for a Glue Data Catalog.",
|
|
11343
|
+
"example": "declare const key: kms.Key;\nglue.Catalog.encryptAccount(this, {\n connectionPasswordEncryption: {\n kmsKey: key,\n // Whether GetConnection/GetConnections return the password encrypted (default: true)\n returnConnectionPasswordEncrypted: true,\n },\n});",
|
|
11344
|
+
"custom": {
|
|
11345
|
+
"exampleMetadata": "infused"
|
|
11346
|
+
}
|
|
11347
|
+
},
|
|
11348
|
+
"fqn": "@aws-cdk/aws-glue-alpha.ConnectionPasswordEncryption",
|
|
11349
|
+
"kind": "interface",
|
|
11350
|
+
"locationInModule": {
|
|
11351
|
+
"filename": "lib/catalog.ts",
|
|
11352
|
+
"line": 110
|
|
11353
|
+
},
|
|
11354
|
+
"name": "ConnectionPasswordEncryption",
|
|
11355
|
+
"properties": [
|
|
11356
|
+
{
|
|
11357
|
+
"abstract": true,
|
|
11358
|
+
"docs": {
|
|
11359
|
+
"default": "- an AWS-managed key is used and the key is not exposed as a grantable resource.",
|
|
11360
|
+
"stability": "experimental",
|
|
11361
|
+
"summary": "The KMS key used to encrypt connection passwords."
|
|
11362
|
+
},
|
|
11363
|
+
"immutable": true,
|
|
11364
|
+
"locationInModule": {
|
|
11365
|
+
"filename": "lib/catalog.ts",
|
|
11366
|
+
"line": 116
|
|
11367
|
+
},
|
|
11368
|
+
"name": "kmsKey",
|
|
11369
|
+
"optional": true,
|
|
11370
|
+
"type": {
|
|
11371
|
+
"fqn": "aws-cdk-lib.interfaces.aws_kms.IKeyRef"
|
|
11372
|
+
}
|
|
11373
|
+
},
|
|
11374
|
+
{
|
|
11375
|
+
"abstract": true,
|
|
11376
|
+
"docs": {
|
|
11377
|
+
"default": "true",
|
|
11378
|
+
"remarks": "This takes effect independently from catalog encryption.",
|
|
11379
|
+
"stability": "experimental",
|
|
11380
|
+
"summary": "Whether passwords remain encrypted in the responses of `GetConnection` and `GetConnections`."
|
|
11381
|
+
},
|
|
11382
|
+
"immutable": true,
|
|
11383
|
+
"locationInModule": {
|
|
11384
|
+
"filename": "lib/catalog.ts",
|
|
11385
|
+
"line": 124
|
|
11386
|
+
},
|
|
11387
|
+
"name": "returnConnectionPasswordEncrypted",
|
|
11388
|
+
"optional": true,
|
|
11389
|
+
"type": {
|
|
11390
|
+
"primitive": "boolean"
|
|
11391
|
+
}
|
|
11392
|
+
}
|
|
11393
|
+
],
|
|
11394
|
+
"symbolId": "lib/catalog:ConnectionPasswordEncryption"
|
|
11395
|
+
},
|
|
10489
11396
|
"@aws-cdk/aws-glue-alpha.ConnectionProps": {
|
|
10490
11397
|
"assembly": "@aws-cdk/aws-glue-alpha",
|
|
10491
11398
|
"datatype": true,
|
|
@@ -10504,7 +11411,7 @@
|
|
|
10504
11411
|
"kind": "interface",
|
|
10505
11412
|
"locationInModule": {
|
|
10506
11413
|
"filename": "lib/connection.ts",
|
|
10507
|
-
"line":
|
|
11414
|
+
"line": 301
|
|
10508
11415
|
},
|
|
10509
11416
|
"name": "ConnectionProps",
|
|
10510
11417
|
"properties": [
|
|
@@ -10517,7 +11424,7 @@
|
|
|
10517
11424
|
"immutable": true,
|
|
10518
11425
|
"locationInModule": {
|
|
10519
11426
|
"filename": "lib/connection.ts",
|
|
10520
|
-
"line":
|
|
11427
|
+
"line": 305
|
|
10521
11428
|
},
|
|
10522
11429
|
"name": "type",
|
|
10523
11430
|
"type": {
|
|
@@ -10546,7 +11453,7 @@
|
|
|
10546
11453
|
},
|
|
10547
11454
|
"locationInModule": {
|
|
10548
11455
|
"filename": "lib/connection.ts",
|
|
10549
|
-
"line":
|
|
11456
|
+
"line": 226
|
|
10550
11457
|
},
|
|
10551
11458
|
"parameters": [
|
|
10552
11459
|
{
|
|
@@ -10560,7 +11467,7 @@
|
|
|
10560
11467
|
"kind": "class",
|
|
10561
11468
|
"locationInModule": {
|
|
10562
11469
|
"filename": "lib/connection.ts",
|
|
10563
|
-
"line":
|
|
11470
|
+
"line": 18
|
|
10564
11471
|
},
|
|
10565
11472
|
"methods": [
|
|
10566
11473
|
{
|
|
@@ -10570,7 +11477,7 @@
|
|
|
10570
11477
|
},
|
|
10571
11478
|
"locationInModule": {
|
|
10572
11479
|
"filename": "lib/connection.ts",
|
|
10573
|
-
"line":
|
|
11480
|
+
"line": 233
|
|
10574
11481
|
},
|
|
10575
11482
|
"name": "toString",
|
|
10576
11483
|
"returns": {
|
|
@@ -10591,7 +11498,7 @@
|
|
|
10591
11498
|
"immutable": true,
|
|
10592
11499
|
"locationInModule": {
|
|
10593
11500
|
"filename": "lib/connection.ts",
|
|
10594
|
-
"line":
|
|
11501
|
+
"line": 174
|
|
10595
11502
|
},
|
|
10596
11503
|
"name": "AZURECOSMOS",
|
|
10597
11504
|
"static": true,
|
|
@@ -10608,7 +11515,7 @@
|
|
|
10608
11515
|
"immutable": true,
|
|
10609
11516
|
"locationInModule": {
|
|
10610
11517
|
"filename": "lib/connection.ts",
|
|
10611
|
-
"line":
|
|
11518
|
+
"line": 169
|
|
10612
11519
|
},
|
|
10613
11520
|
"name": "AZURESQL",
|
|
10614
11521
|
"static": true,
|
|
@@ -10625,7 +11532,7 @@
|
|
|
10625
11532
|
"immutable": true,
|
|
10626
11533
|
"locationInModule": {
|
|
10627
11534
|
"filename": "lib/connection.ts",
|
|
10628
|
-
"line":
|
|
11535
|
+
"line": 164
|
|
10629
11536
|
},
|
|
10630
11537
|
"name": "BIGQUERY",
|
|
10631
11538
|
"static": true,
|
|
@@ -10642,7 +11549,7 @@
|
|
|
10642
11549
|
"immutable": true,
|
|
10643
11550
|
"locationInModule": {
|
|
10644
11551
|
"filename": "lib/connection.ts",
|
|
10645
|
-
"line":
|
|
11552
|
+
"line": 59
|
|
10646
11553
|
},
|
|
10647
11554
|
"name": "CUSTOM",
|
|
10648
11555
|
"static": true,
|
|
@@ -10659,7 +11566,7 @@
|
|
|
10659
11566
|
"immutable": true,
|
|
10660
11567
|
"locationInModule": {
|
|
10661
11568
|
"filename": "lib/connection.ts",
|
|
10662
|
-
"line":
|
|
11569
|
+
"line": 219
|
|
10663
11570
|
},
|
|
10664
11571
|
"name": "DYNAMODB",
|
|
10665
11572
|
"static": true,
|
|
@@ -10676,7 +11583,7 @@
|
|
|
10676
11583
|
"immutable": true,
|
|
10677
11584
|
"locationInModule": {
|
|
10678
11585
|
"filename": "lib/connection.ts",
|
|
10679
|
-
"line":
|
|
11586
|
+
"line": 64
|
|
10680
11587
|
},
|
|
10681
11588
|
"name": "FACEBOOKADS",
|
|
10682
11589
|
"static": true,
|
|
@@ -10693,7 +11600,7 @@
|
|
|
10693
11600
|
"immutable": true,
|
|
10694
11601
|
"locationInModule": {
|
|
10695
11602
|
"filename": "lib/connection.ts",
|
|
10696
|
-
"line":
|
|
11603
|
+
"line": 69
|
|
10697
11604
|
},
|
|
10698
11605
|
"name": "GOOGLEADS",
|
|
10699
11606
|
"static": true,
|
|
@@ -10710,7 +11617,7 @@
|
|
|
10710
11617
|
"immutable": true,
|
|
10711
11618
|
"locationInModule": {
|
|
10712
11619
|
"filename": "lib/connection.ts",
|
|
10713
|
-
"line":
|
|
11620
|
+
"line": 79
|
|
10714
11621
|
},
|
|
10715
11622
|
"name": "GOOGLEANALYTICS4",
|
|
10716
11623
|
"static": true,
|
|
@@ -10727,7 +11634,7 @@
|
|
|
10727
11634
|
"immutable": true,
|
|
10728
11635
|
"locationInModule": {
|
|
10729
11636
|
"filename": "lib/connection.ts",
|
|
10730
|
-
"line":
|
|
11637
|
+
"line": 74
|
|
10731
11638
|
},
|
|
10732
11639
|
"name": "GOOGLESHEETS",
|
|
10733
11640
|
"static": true,
|
|
@@ -10744,7 +11651,7 @@
|
|
|
10744
11651
|
"immutable": true,
|
|
10745
11652
|
"locationInModule": {
|
|
10746
11653
|
"filename": "lib/connection.ts",
|
|
10747
|
-
"line":
|
|
11654
|
+
"line": 84
|
|
10748
11655
|
},
|
|
10749
11656
|
"name": "HUBSPOT",
|
|
10750
11657
|
"static": true,
|
|
@@ -10761,7 +11668,7 @@
|
|
|
10761
11668
|
"immutable": true,
|
|
10762
11669
|
"locationInModule": {
|
|
10763
11670
|
"filename": "lib/connection.ts",
|
|
10764
|
-
"line":
|
|
11671
|
+
"line": 89
|
|
10765
11672
|
},
|
|
10766
11673
|
"name": "INSTAGRAMADS",
|
|
10767
11674
|
"static": true,
|
|
@@ -10778,7 +11685,7 @@
|
|
|
10778
11685
|
"immutable": true,
|
|
10779
11686
|
"locationInModule": {
|
|
10780
11687
|
"filename": "lib/connection.ts",
|
|
10781
|
-
"line":
|
|
11688
|
+
"line": 94
|
|
10782
11689
|
},
|
|
10783
11690
|
"name": "INTERCOM",
|
|
10784
11691
|
"static": true,
|
|
@@ -10795,7 +11702,7 @@
|
|
|
10795
11702
|
"immutable": true,
|
|
10796
11703
|
"locationInModule": {
|
|
10797
11704
|
"filename": "lib/connection.ts",
|
|
10798
|
-
"line":
|
|
11705
|
+
"line": 22
|
|
10799
11706
|
},
|
|
10800
11707
|
"name": "JDBC",
|
|
10801
11708
|
"static": true,
|
|
@@ -10812,7 +11719,7 @@
|
|
|
10812
11719
|
"immutable": true,
|
|
10813
11720
|
"locationInModule": {
|
|
10814
11721
|
"filename": "lib/connection.ts",
|
|
10815
|
-
"line":
|
|
11722
|
+
"line": 99
|
|
10816
11723
|
},
|
|
10817
11724
|
"name": "JIRACLOUD",
|
|
10818
11725
|
"static": true,
|
|
@@ -10829,7 +11736,7 @@
|
|
|
10829
11736
|
"immutable": true,
|
|
10830
11737
|
"locationInModule": {
|
|
10831
11738
|
"filename": "lib/connection.ts",
|
|
10832
|
-
"line":
|
|
11739
|
+
"line": 27
|
|
10833
11740
|
},
|
|
10834
11741
|
"name": "KAFKA",
|
|
10835
11742
|
"static": true,
|
|
@@ -10846,7 +11753,7 @@
|
|
|
10846
11753
|
"immutable": true,
|
|
10847
11754
|
"locationInModule": {
|
|
10848
11755
|
"filename": "lib/connection.ts",
|
|
10849
|
-
"line":
|
|
11756
|
+
"line": 104
|
|
10850
11757
|
},
|
|
10851
11758
|
"name": "MARKETO",
|
|
10852
11759
|
"static": true,
|
|
@@ -10863,7 +11770,7 @@
|
|
|
10863
11770
|
"immutable": true,
|
|
10864
11771
|
"locationInModule": {
|
|
10865
11772
|
"filename": "lib/connection.ts",
|
|
10866
|
-
"line":
|
|
11773
|
+
"line": 53
|
|
10867
11774
|
},
|
|
10868
11775
|
"name": "MARKETPLACE",
|
|
10869
11776
|
"static": true,
|
|
@@ -10880,7 +11787,7 @@
|
|
|
10880
11787
|
"immutable": true,
|
|
10881
11788
|
"locationInModule": {
|
|
10882
11789
|
"filename": "lib/connection.ts",
|
|
10883
|
-
"line":
|
|
11790
|
+
"line": 32
|
|
10884
11791
|
},
|
|
10885
11792
|
"name": "MONGODB",
|
|
10886
11793
|
"static": true,
|
|
@@ -10897,7 +11804,7 @@
|
|
|
10897
11804
|
"immutable": true,
|
|
10898
11805
|
"locationInModule": {
|
|
10899
11806
|
"filename": "lib/connection.ts",
|
|
10900
|
-
"line":
|
|
11807
|
+
"line": 184
|
|
10901
11808
|
},
|
|
10902
11809
|
"name": "MYSQL",
|
|
10903
11810
|
"static": true,
|
|
@@ -10914,7 +11821,7 @@
|
|
|
10914
11821
|
"immutable": true,
|
|
10915
11822
|
"locationInModule": {
|
|
10916
11823
|
"filename": "lib/connection.ts",
|
|
10917
|
-
"line":
|
|
11824
|
+
"line": 109
|
|
10918
11825
|
},
|
|
10919
11826
|
"name": "NETSUITEERP",
|
|
10920
11827
|
"static": true,
|
|
@@ -10931,7 +11838,7 @@
|
|
|
10931
11838
|
"immutable": true,
|
|
10932
11839
|
"locationInModule": {
|
|
10933
11840
|
"filename": "lib/connection.ts",
|
|
10934
|
-
"line":
|
|
11841
|
+
"line": 47
|
|
10935
11842
|
},
|
|
10936
11843
|
"name": "NETWORK",
|
|
10937
11844
|
"static": true,
|
|
@@ -10948,7 +11855,7 @@
|
|
|
10948
11855
|
"immutable": true,
|
|
10949
11856
|
"locationInModule": {
|
|
10950
11857
|
"filename": "lib/connection.ts",
|
|
10951
|
-
"line":
|
|
11858
|
+
"line": 179
|
|
10952
11859
|
},
|
|
10953
11860
|
"name": "OPENSEARCH",
|
|
10954
11861
|
"static": true,
|
|
@@ -10965,7 +11872,7 @@
|
|
|
10965
11872
|
"immutable": true,
|
|
10966
11873
|
"locationInModule": {
|
|
10967
11874
|
"filename": "lib/connection.ts",
|
|
10968
|
-
"line":
|
|
11875
|
+
"line": 194
|
|
10969
11876
|
},
|
|
10970
11877
|
"name": "ORACLE",
|
|
10971
11878
|
"static": true,
|
|
@@ -10982,7 +11889,7 @@
|
|
|
10982
11889
|
"immutable": true,
|
|
10983
11890
|
"locationInModule": {
|
|
10984
11891
|
"filename": "lib/connection.ts",
|
|
10985
|
-
"line":
|
|
11892
|
+
"line": 189
|
|
10986
11893
|
},
|
|
10987
11894
|
"name": "POSTGRESQL",
|
|
10988
11895
|
"static": true,
|
|
@@ -10999,7 +11906,7 @@
|
|
|
10999
11906
|
"immutable": true,
|
|
11000
11907
|
"locationInModule": {
|
|
11001
11908
|
"filename": "lib/connection.ts",
|
|
11002
|
-
"line":
|
|
11909
|
+
"line": 114
|
|
11003
11910
|
},
|
|
11004
11911
|
"name": "SALESFORCE",
|
|
11005
11912
|
"static": true,
|
|
@@ -11016,7 +11923,7 @@
|
|
|
11016
11923
|
"immutable": true,
|
|
11017
11924
|
"locationInModule": {
|
|
11018
11925
|
"filename": "lib/connection.ts",
|
|
11019
|
-
"line":
|
|
11926
|
+
"line": 119
|
|
11020
11927
|
},
|
|
11021
11928
|
"name": "SALESFORCEMARKETINGCLOUD",
|
|
11022
11929
|
"static": true,
|
|
@@ -11033,7 +11940,7 @@
|
|
|
11033
11940
|
"immutable": true,
|
|
11034
11941
|
"locationInModule": {
|
|
11035
11942
|
"filename": "lib/connection.ts",
|
|
11036
|
-
"line":
|
|
11943
|
+
"line": 124
|
|
11037
11944
|
},
|
|
11038
11945
|
"name": "SALESFORCEPARDOT",
|
|
11039
11946
|
"static": true,
|
|
@@ -11050,7 +11957,7 @@
|
|
|
11050
11957
|
"immutable": true,
|
|
11051
11958
|
"locationInModule": {
|
|
11052
11959
|
"filename": "lib/connection.ts",
|
|
11053
|
-
"line":
|
|
11960
|
+
"line": 204
|
|
11054
11961
|
},
|
|
11055
11962
|
"name": "SAPHANA",
|
|
11056
11963
|
"static": true,
|
|
@@ -11067,7 +11974,7 @@
|
|
|
11067
11974
|
"immutable": true,
|
|
11068
11975
|
"locationInModule": {
|
|
11069
11976
|
"filename": "lib/connection.ts",
|
|
11070
|
-
"line":
|
|
11977
|
+
"line": 129
|
|
11071
11978
|
},
|
|
11072
11979
|
"name": "SAPODATA",
|
|
11073
11980
|
"static": true,
|
|
@@ -11084,7 +11991,7 @@
|
|
|
11084
11991
|
"immutable": true,
|
|
11085
11992
|
"locationInModule": {
|
|
11086
11993
|
"filename": "lib/connection.ts",
|
|
11087
|
-
"line":
|
|
11994
|
+
"line": 134
|
|
11088
11995
|
},
|
|
11089
11996
|
"name": "SERVICENOW",
|
|
11090
11997
|
"static": true,
|
|
@@ -11101,7 +12008,7 @@
|
|
|
11101
12008
|
"immutable": true,
|
|
11102
12009
|
"locationInModule": {
|
|
11103
12010
|
"filename": "lib/connection.ts",
|
|
11104
|
-
"line":
|
|
12011
|
+
"line": 139
|
|
11105
12012
|
},
|
|
11106
12013
|
"name": "SLACK",
|
|
11107
12014
|
"static": true,
|
|
@@ -11118,7 +12025,7 @@
|
|
|
11118
12025
|
"immutable": true,
|
|
11119
12026
|
"locationInModule": {
|
|
11120
12027
|
"filename": "lib/connection.ts",
|
|
11121
|
-
"line":
|
|
12028
|
+
"line": 144
|
|
11122
12029
|
},
|
|
11123
12030
|
"name": "SNAPCHATADS",
|
|
11124
12031
|
"static": true,
|
|
@@ -11135,7 +12042,7 @@
|
|
|
11135
12042
|
"immutable": true,
|
|
11136
12043
|
"locationInModule": {
|
|
11137
12044
|
"filename": "lib/connection.ts",
|
|
11138
|
-
"line":
|
|
12045
|
+
"line": 199
|
|
11139
12046
|
},
|
|
11140
12047
|
"name": "SQLSERVER",
|
|
11141
12048
|
"static": true,
|
|
@@ -11152,7 +12059,7 @@
|
|
|
11152
12059
|
"immutable": true,
|
|
11153
12060
|
"locationInModule": {
|
|
11154
12061
|
"filename": "lib/connection.ts",
|
|
11155
|
-
"line":
|
|
12062
|
+
"line": 149
|
|
11156
12063
|
},
|
|
11157
12064
|
"name": "STRIPE",
|
|
11158
12065
|
"static": true,
|
|
@@ -11169,7 +12076,7 @@
|
|
|
11169
12076
|
"immutable": true,
|
|
11170
12077
|
"locationInModule": {
|
|
11171
12078
|
"filename": "lib/connection.ts",
|
|
11172
|
-
"line":
|
|
12079
|
+
"line": 209
|
|
11173
12080
|
},
|
|
11174
12081
|
"name": "TERADATA",
|
|
11175
12082
|
"static": true,
|
|
@@ -11186,7 +12093,7 @@
|
|
|
11186
12093
|
"immutable": true,
|
|
11187
12094
|
"locationInModule": {
|
|
11188
12095
|
"filename": "lib/connection.ts",
|
|
11189
|
-
"line":
|
|
12096
|
+
"line": 214
|
|
11190
12097
|
},
|
|
11191
12098
|
"name": "VERTICA",
|
|
11192
12099
|
"static": true,
|
|
@@ -11203,7 +12110,7 @@
|
|
|
11203
12110
|
"immutable": true,
|
|
11204
12111
|
"locationInModule": {
|
|
11205
12112
|
"filename": "lib/connection.ts",
|
|
11206
|
-
"line":
|
|
12113
|
+
"line": 42
|
|
11207
12114
|
},
|
|
11208
12115
|
"name": "VIEW_VALIDATION_ATHENA",
|
|
11209
12116
|
"static": true,
|
|
@@ -11220,7 +12127,7 @@
|
|
|
11220
12127
|
"immutable": true,
|
|
11221
12128
|
"locationInModule": {
|
|
11222
12129
|
"filename": "lib/connection.ts",
|
|
11223
|
-
"line":
|
|
12130
|
+
"line": 37
|
|
11224
12131
|
},
|
|
11225
12132
|
"name": "VIEW_VALIDATION_REDSHIFT",
|
|
11226
12133
|
"static": true,
|
|
@@ -11237,7 +12144,7 @@
|
|
|
11237
12144
|
"immutable": true,
|
|
11238
12145
|
"locationInModule": {
|
|
11239
12146
|
"filename": "lib/connection.ts",
|
|
11240
|
-
"line":
|
|
12147
|
+
"line": 154
|
|
11241
12148
|
},
|
|
11242
12149
|
"name": "ZENDESK",
|
|
11243
12150
|
"static": true,
|
|
@@ -11254,7 +12161,7 @@
|
|
|
11254
12161
|
"immutable": true,
|
|
11255
12162
|
"locationInModule": {
|
|
11256
12163
|
"filename": "lib/connection.ts",
|
|
11257
|
-
"line":
|
|
12164
|
+
"line": 159
|
|
11258
12165
|
},
|
|
11259
12166
|
"name": "ZOHOCRM",
|
|
11260
12167
|
"static": true,
|
|
@@ -11270,7 +12177,7 @@
|
|
|
11270
12177
|
"immutable": true,
|
|
11271
12178
|
"locationInModule": {
|
|
11272
12179
|
"filename": "lib/connection.ts",
|
|
11273
|
-
"line":
|
|
12180
|
+
"line": 224
|
|
11274
12181
|
},
|
|
11275
12182
|
"name": "name",
|
|
11276
12183
|
"type": {
|
|
@@ -11296,7 +12203,7 @@
|
|
|
11296
12203
|
"kind": "interface",
|
|
11297
12204
|
"locationInModule": {
|
|
11298
12205
|
"filename": "lib/jobs/job.ts",
|
|
11299
|
-
"line":
|
|
12206
|
+
"line": 92
|
|
11300
12207
|
},
|
|
11301
12208
|
"name": "ContinuousLoggingProps",
|
|
11302
12209
|
"properties": [
|
|
@@ -11309,7 +12216,7 @@
|
|
|
11309
12216
|
"immutable": true,
|
|
11310
12217
|
"locationInModule": {
|
|
11311
12218
|
"filename": "lib/jobs/job.ts",
|
|
11312
|
-
"line":
|
|
12219
|
+
"line": 96
|
|
11313
12220
|
},
|
|
11314
12221
|
"name": "enabled",
|
|
11315
12222
|
"type": {
|
|
@@ -11327,7 +12234,7 @@
|
|
|
11327
12234
|
"immutable": true,
|
|
11328
12235
|
"locationInModule": {
|
|
11329
12236
|
"filename": "lib/jobs/job.ts",
|
|
11330
|
-
"line":
|
|
12237
|
+
"line": 126
|
|
11331
12238
|
},
|
|
11332
12239
|
"name": "conversionPattern",
|
|
11333
12240
|
"optional": true,
|
|
@@ -11345,7 +12252,7 @@
|
|
|
11345
12252
|
"immutable": true,
|
|
11346
12253
|
"locationInModule": {
|
|
11347
12254
|
"filename": "lib/jobs/job.ts",
|
|
11348
|
-
"line":
|
|
12255
|
+
"line": 103
|
|
11349
12256
|
},
|
|
11350
12257
|
"name": "logGroup",
|
|
11351
12258
|
"optional": true,
|
|
@@ -11363,7 +12270,7 @@
|
|
|
11363
12270
|
"immutable": true,
|
|
11364
12271
|
"locationInModule": {
|
|
11365
12272
|
"filename": "lib/jobs/job.ts",
|
|
11366
|
-
"line":
|
|
12273
|
+
"line": 110
|
|
11367
12274
|
},
|
|
11368
12275
|
"name": "logStreamPrefix",
|
|
11369
12276
|
"optional": true,
|
|
@@ -11381,7 +12288,7 @@
|
|
|
11381
12288
|
"immutable": true,
|
|
11382
12289
|
"locationInModule": {
|
|
11383
12290
|
"filename": "lib/jobs/job.ts",
|
|
11384
|
-
"line":
|
|
12291
|
+
"line": 117
|
|
11385
12292
|
},
|
|
11386
12293
|
"name": "quiet",
|
|
11387
12294
|
"optional": true,
|
|
@@ -11535,6 +12442,165 @@
|
|
|
11535
12442
|
],
|
|
11536
12443
|
"symbolId": "lib/triggers/trigger-options:DailyScheduleTriggerOptions"
|
|
11537
12444
|
},
|
|
12445
|
+
"@aws-cdk/aws-glue-alpha.DataCatalogEncryptionAtRest": {
|
|
12446
|
+
"assembly": "@aws-cdk/aws-glue-alpha",
|
|
12447
|
+
"docs": {
|
|
12448
|
+
"remarks": "The Data Catalog encryption at rest and the connection password encryption\nare independent: enabling one does not require the other, and each may use a\ndifferent KMS key.",
|
|
12449
|
+
"see": "https://docs.aws.amazon.com/glue/latest/webapi/API_EncryptionAtRest.html",
|
|
12450
|
+
"stability": "experimental",
|
|
12451
|
+
"summary": "Encryption-at-rest configuration for a Glue Data Catalog.",
|
|
12452
|
+
"example": "import * as iam from 'aws-cdk-lib/aws-iam';\ndeclare const key: kms.Key;\ndeclare const role: iam.IRole;\nglue.Catalog.encryptAccount(this, {\n encryptionAtRest: glue.DataCatalogEncryptionAtRest.kmsWithServiceRole(role, key),\n});",
|
|
12453
|
+
"custom": {
|
|
12454
|
+
"exampleMetadata": "infused"
|
|
12455
|
+
}
|
|
12456
|
+
},
|
|
12457
|
+
"fqn": "@aws-cdk/aws-glue-alpha.DataCatalogEncryptionAtRest",
|
|
12458
|
+
"kind": "class",
|
|
12459
|
+
"locationInModule": {
|
|
12460
|
+
"filename": "lib/catalog.ts",
|
|
12461
|
+
"line": 45
|
|
12462
|
+
},
|
|
12463
|
+
"methods": [
|
|
12464
|
+
{
|
|
12465
|
+
"docs": {
|
|
12466
|
+
"stability": "experimental",
|
|
12467
|
+
"summary": "Disable encryption at rest for the Data Catalog."
|
|
12468
|
+
},
|
|
12469
|
+
"locationInModule": {
|
|
12470
|
+
"filename": "lib/catalog.ts",
|
|
12471
|
+
"line": 49
|
|
12472
|
+
},
|
|
12473
|
+
"name": "disabled",
|
|
12474
|
+
"returns": {
|
|
12475
|
+
"type": {
|
|
12476
|
+
"fqn": "@aws-cdk/aws-glue-alpha.DataCatalogEncryptionAtRest"
|
|
12477
|
+
}
|
|
12478
|
+
},
|
|
12479
|
+
"static": true
|
|
12480
|
+
},
|
|
12481
|
+
{
|
|
12482
|
+
"docs": {
|
|
12483
|
+
"stability": "experimental",
|
|
12484
|
+
"summary": "Encrypt the Data Catalog at rest with an AWS KMS key."
|
|
12485
|
+
},
|
|
12486
|
+
"locationInModule": {
|
|
12487
|
+
"filename": "lib/catalog.ts",
|
|
12488
|
+
"line": 59
|
|
12489
|
+
},
|
|
12490
|
+
"name": "kms",
|
|
12491
|
+
"parameters": [
|
|
12492
|
+
{
|
|
12493
|
+
"docs": {
|
|
12494
|
+
"remarks": "If omitted, an AWS-managed key is used and\nthe key is not exposed as a grantable resource.",
|
|
12495
|
+
"summary": "the KMS key to use."
|
|
12496
|
+
},
|
|
12497
|
+
"name": "key",
|
|
12498
|
+
"optional": true,
|
|
12499
|
+
"type": {
|
|
12500
|
+
"fqn": "aws-cdk-lib.aws_kms.IKey"
|
|
12501
|
+
}
|
|
12502
|
+
}
|
|
12503
|
+
],
|
|
12504
|
+
"returns": {
|
|
12505
|
+
"type": {
|
|
12506
|
+
"fqn": "@aws-cdk/aws-glue-alpha.DataCatalogEncryptionAtRest"
|
|
12507
|
+
}
|
|
12508
|
+
},
|
|
12509
|
+
"static": true
|
|
12510
|
+
},
|
|
12511
|
+
{
|
|
12512
|
+
"docs": {
|
|
12513
|
+
"remarks": "When a customer-managed `key` is provided, the `role` is automatically\ngranted `kms:Encrypt`/`kms:Decrypt`/`kms:GenerateDataKey*` on it.",
|
|
12514
|
+
"stability": "experimental",
|
|
12515
|
+
"summary": "Encrypt the Data Catalog at rest with an AWS KMS key, accessed through a service role that AWS Glue assumes on your behalf."
|
|
12516
|
+
},
|
|
12517
|
+
"locationInModule": {
|
|
12518
|
+
"filename": "lib/catalog.ts",
|
|
12519
|
+
"line": 74
|
|
12520
|
+
},
|
|
12521
|
+
"name": "kmsWithServiceRole",
|
|
12522
|
+
"parameters": [
|
|
12523
|
+
{
|
|
12524
|
+
"docs": {
|
|
12525
|
+
"summary": "the service role that AWS Glue assumes to access the key."
|
|
12526
|
+
},
|
|
12527
|
+
"name": "role",
|
|
12528
|
+
"type": {
|
|
12529
|
+
"fqn": "aws-cdk-lib.aws_iam.IRole"
|
|
12530
|
+
}
|
|
12531
|
+
},
|
|
12532
|
+
{
|
|
12533
|
+
"docs": {
|
|
12534
|
+
"remarks": "If omitted, an AWS-managed key is used and\nthe key is not exposed as a grantable resource.",
|
|
12535
|
+
"summary": "the KMS key to use."
|
|
12536
|
+
},
|
|
12537
|
+
"name": "key",
|
|
12538
|
+
"optional": true,
|
|
12539
|
+
"type": {
|
|
12540
|
+
"fqn": "aws-cdk-lib.aws_kms.IKey"
|
|
12541
|
+
}
|
|
12542
|
+
}
|
|
12543
|
+
],
|
|
12544
|
+
"returns": {
|
|
12545
|
+
"type": {
|
|
12546
|
+
"fqn": "@aws-cdk/aws-glue-alpha.DataCatalogEncryptionAtRest"
|
|
12547
|
+
}
|
|
12548
|
+
},
|
|
12549
|
+
"static": true
|
|
12550
|
+
}
|
|
12551
|
+
],
|
|
12552
|
+
"name": "DataCatalogEncryptionAtRest",
|
|
12553
|
+
"properties": [
|
|
12554
|
+
{
|
|
12555
|
+
"docs": {
|
|
12556
|
+
"stability": "experimental",
|
|
12557
|
+
"summary": "The encryption mode."
|
|
12558
|
+
},
|
|
12559
|
+
"immutable": true,
|
|
12560
|
+
"locationInModule": {
|
|
12561
|
+
"filename": "lib/catalog.ts",
|
|
12562
|
+
"line": 81
|
|
12563
|
+
},
|
|
12564
|
+
"name": "mode",
|
|
12565
|
+
"type": {
|
|
12566
|
+
"fqn": "@aws-cdk/aws-glue-alpha.CatalogEncryptionMode"
|
|
12567
|
+
}
|
|
12568
|
+
},
|
|
12569
|
+
{
|
|
12570
|
+
"docs": {
|
|
12571
|
+
"stability": "experimental",
|
|
12572
|
+
"summary": "The customer-managed KMS key used for encryption at rest, if any."
|
|
12573
|
+
},
|
|
12574
|
+
"immutable": true,
|
|
12575
|
+
"locationInModule": {
|
|
12576
|
+
"filename": "lib/catalog.ts",
|
|
12577
|
+
"line": 86
|
|
12578
|
+
},
|
|
12579
|
+
"name": "kmsKey",
|
|
12580
|
+
"optional": true,
|
|
12581
|
+
"type": {
|
|
12582
|
+
"fqn": "aws-cdk-lib.interfaces.aws_kms.IKeyRef"
|
|
12583
|
+
}
|
|
12584
|
+
},
|
|
12585
|
+
{
|
|
12586
|
+
"docs": {
|
|
12587
|
+
"stability": "experimental",
|
|
12588
|
+
"summary": "The service role that AWS Glue assumes to access the KMS key, if any."
|
|
12589
|
+
},
|
|
12590
|
+
"immutable": true,
|
|
12591
|
+
"locationInModule": {
|
|
12592
|
+
"filename": "lib/catalog.ts",
|
|
12593
|
+
"line": 91
|
|
12594
|
+
},
|
|
12595
|
+
"name": "serviceRole",
|
|
12596
|
+
"optional": true,
|
|
12597
|
+
"type": {
|
|
12598
|
+
"fqn": "aws-cdk-lib.aws_iam.IRole"
|
|
12599
|
+
}
|
|
12600
|
+
}
|
|
12601
|
+
],
|
|
12602
|
+
"symbolId": "lib/catalog:DataCatalogEncryptionAtRest"
|
|
12603
|
+
},
|
|
11538
12604
|
"@aws-cdk/aws-glue-alpha.DataFormat": {
|
|
11539
12605
|
"assembly": "@aws-cdk/aws-glue-alpha",
|
|
11540
12606
|
"docs": {
|
|
@@ -11892,7 +12958,7 @@
|
|
|
11892
12958
|
"docs": {
|
|
11893
12959
|
"stability": "experimental",
|
|
11894
12960
|
"summary": "A Glue Data Quality ruleset.",
|
|
11895
|
-
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as glue_alpha from '@aws-cdk/aws-glue-alpha';\n\ndeclare const dataQualityTargetTable: glue_alpha.DataQualityTargetTable;\nconst dataQualityRuleset = new glue_alpha.DataQualityRuleset(this, 'MyDataQualityRuleset', {\n rulesetDqdl: 'rulesetDqdl',\n targetTable: dataQualityTargetTable,\n\n // the properties below are optional\n clientToken: 'clientToken',\n description: 'description',\n rulesetName: 'rulesetName',\n tags: {\n tagsKey: 'tags',\n },\n});",
|
|
12961
|
+
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as glue_alpha from '@aws-cdk/aws-glue-alpha';\nimport * as cdk from 'aws-cdk-lib';\n\ndeclare const dataQualityTargetTable: glue_alpha.DataQualityTargetTable;\nconst dataQualityRuleset = new glue_alpha.DataQualityRuleset(this, 'MyDataQualityRuleset', {\n rulesetDqdl: 'rulesetDqdl',\n targetTable: dataQualityTargetTable,\n\n // the properties below are optional\n clientToken: 'clientToken',\n description: 'description',\n removalPolicy: cdk.RemovalPolicy.DESTROY,\n rulesetName: 'rulesetName',\n tags: {\n tagsKey: 'tags',\n },\n});",
|
|
11896
12962
|
"custom": {
|
|
11897
12963
|
"exampleMetadata": "fixture=_generated"
|
|
11898
12964
|
}
|
|
@@ -11904,7 +12970,7 @@
|
|
|
11904
12970
|
},
|
|
11905
12971
|
"locationInModule": {
|
|
11906
12972
|
"filename": "lib/data-quality-ruleset.ts",
|
|
11907
|
-
"line":
|
|
12973
|
+
"line": 128
|
|
11908
12974
|
},
|
|
11909
12975
|
"parameters": [
|
|
11910
12976
|
{
|
|
@@ -11933,7 +12999,7 @@
|
|
|
11933
12999
|
"kind": "class",
|
|
11934
13000
|
"locationInModule": {
|
|
11935
13001
|
"filename": "lib/data-quality-ruleset.ts",
|
|
11936
|
-
"line":
|
|
13002
|
+
"line": 95
|
|
11937
13003
|
},
|
|
11938
13004
|
"methods": [
|
|
11939
13005
|
{
|
|
@@ -11942,7 +13008,7 @@
|
|
|
11942
13008
|
},
|
|
11943
13009
|
"locationInModule": {
|
|
11944
13010
|
"filename": "lib/data-quality-ruleset.ts",
|
|
11945
|
-
"line":
|
|
13011
|
+
"line": 100
|
|
11946
13012
|
},
|
|
11947
13013
|
"name": "fromRulesetArn",
|
|
11948
13014
|
"parameters": [
|
|
@@ -11978,7 +13044,7 @@
|
|
|
11978
13044
|
},
|
|
11979
13045
|
"locationInModule": {
|
|
11980
13046
|
"filename": "lib/data-quality-ruleset.ts",
|
|
11981
|
-
"line":
|
|
13047
|
+
"line": 109
|
|
11982
13048
|
},
|
|
11983
13049
|
"name": "fromRulesetName",
|
|
11984
13050
|
"parameters": [
|
|
@@ -12020,7 +13086,7 @@
|
|
|
12020
13086
|
"immutable": true,
|
|
12021
13087
|
"locationInModule": {
|
|
12022
13088
|
"filename": "lib/data-quality-ruleset.ts",
|
|
12023
|
-
"line":
|
|
13089
|
+
"line": 98
|
|
12024
13090
|
},
|
|
12025
13091
|
"name": "PROPERTY_INJECTION_ID",
|
|
12026
13092
|
"static": true,
|
|
@@ -12036,7 +13102,7 @@
|
|
|
12036
13102
|
"immutable": true,
|
|
12037
13103
|
"locationInModule": {
|
|
12038
13104
|
"filename": "lib/data-quality-ruleset.ts",
|
|
12039
|
-
"line":
|
|
13105
|
+
"line": 158
|
|
12040
13106
|
},
|
|
12041
13107
|
"name": "rulesetArn",
|
|
12042
13108
|
"overrides": "@aws-cdk/aws-glue-alpha.IDataQualityRuleset",
|
|
@@ -12052,7 +13118,7 @@
|
|
|
12052
13118
|
"immutable": true,
|
|
12053
13119
|
"locationInModule": {
|
|
12054
13120
|
"filename": "lib/data-quality-ruleset.ts",
|
|
12055
|
-
"line":
|
|
13121
|
+
"line": 150
|
|
12056
13122
|
},
|
|
12057
13123
|
"name": "rulesetName",
|
|
12058
13124
|
"overrides": "@aws-cdk/aws-glue-alpha.IDataQualityRuleset",
|
|
@@ -12069,7 +13135,7 @@
|
|
|
12069
13135
|
"docs": {
|
|
12070
13136
|
"stability": "experimental",
|
|
12071
13137
|
"summary": "Construction properties for `DataQualityRuleset`.",
|
|
12072
|
-
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as glue_alpha from '@aws-cdk/aws-glue-alpha';\n\ndeclare const dataQualityTargetTable: glue_alpha.DataQualityTargetTable;\nconst dataQualityRulesetProps: glue_alpha.DataQualityRulesetProps = {\n rulesetDqdl: 'rulesetDqdl',\n targetTable: dataQualityTargetTable,\n\n // the properties below are optional\n clientToken: 'clientToken',\n description: 'description',\n rulesetName: 'rulesetName',\n tags: {\n tagsKey: 'tags',\n },\n};",
|
|
13138
|
+
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as glue_alpha from '@aws-cdk/aws-glue-alpha';\nimport * as cdk from 'aws-cdk-lib';\n\ndeclare const dataQualityTargetTable: glue_alpha.DataQualityTargetTable;\nconst dataQualityRulesetProps: glue_alpha.DataQualityRulesetProps = {\n rulesetDqdl: 'rulesetDqdl',\n targetTable: dataQualityTargetTable,\n\n // the properties below are optional\n clientToken: 'clientToken',\n description: 'description',\n removalPolicy: cdk.RemovalPolicy.DESTROY,\n rulesetName: 'rulesetName',\n tags: {\n tagsKey: 'tags',\n },\n};",
|
|
12073
13139
|
"custom": {
|
|
12074
13140
|
"exampleMetadata": "fixture=_generated"
|
|
12075
13141
|
}
|
|
@@ -12160,6 +13226,24 @@
|
|
|
12160
13226
|
"primitive": "string"
|
|
12161
13227
|
}
|
|
12162
13228
|
},
|
|
13229
|
+
{
|
|
13230
|
+
"abstract": true,
|
|
13231
|
+
"docs": {
|
|
13232
|
+
"default": "- resource will be destroyed",
|
|
13233
|
+
"stability": "experimental",
|
|
13234
|
+
"summary": "Policy to apply when the ruleset is removed from the stack."
|
|
13235
|
+
},
|
|
13236
|
+
"immutable": true,
|
|
13237
|
+
"locationInModule": {
|
|
13238
|
+
"filename": "lib/data-quality-ruleset.ts",
|
|
13239
|
+
"line": 89
|
|
13240
|
+
},
|
|
13241
|
+
"name": "removalPolicy",
|
|
13242
|
+
"optional": true,
|
|
13243
|
+
"type": {
|
|
13244
|
+
"fqn": "aws-cdk-lib.RemovalPolicy"
|
|
13245
|
+
}
|
|
13246
|
+
},
|
|
12163
13247
|
{
|
|
12164
13248
|
"abstract": true,
|
|
12165
13249
|
"docs": {
|
|
@@ -12284,7 +13368,7 @@
|
|
|
12284
13368
|
"docs": {
|
|
12285
13369
|
"stability": "experimental",
|
|
12286
13370
|
"summary": "A Glue database.",
|
|
12287
|
-
"example": "import
|
|
13371
|
+
"example": "import { RemovalPolicy } from 'aws-cdk-lib';\n\nnew glue.Database(this, 'MyDatabase', {\n databaseName: 'my_database',\n removalPolicy: RemovalPolicy.DESTROY,\n});",
|
|
12288
13372
|
"custom": {
|
|
12289
13373
|
"exampleMetadata": "infused"
|
|
12290
13374
|
}
|
|
@@ -12296,7 +13380,7 @@
|
|
|
12296
13380
|
},
|
|
12297
13381
|
"locationInModule": {
|
|
12298
13382
|
"filename": "lib/database.ts",
|
|
12299
|
-
"line":
|
|
13383
|
+
"line": 109
|
|
12300
13384
|
},
|
|
12301
13385
|
"parameters": [
|
|
12302
13386
|
{
|
|
@@ -12326,7 +13410,7 @@
|
|
|
12326
13410
|
"kind": "class",
|
|
12327
13411
|
"locationInModule": {
|
|
12328
13412
|
"filename": "lib/database.ts",
|
|
12329
|
-
"line":
|
|
13413
|
+
"line": 77
|
|
12330
13414
|
},
|
|
12331
13415
|
"methods": [
|
|
12332
13416
|
{
|
|
@@ -12335,7 +13419,7 @@
|
|
|
12335
13419
|
},
|
|
12336
13420
|
"locationInModule": {
|
|
12337
13421
|
"filename": "lib/database.ts",
|
|
12338
|
-
"line":
|
|
13422
|
+
"line": 82
|
|
12339
13423
|
},
|
|
12340
13424
|
"name": "fromDatabaseArn",
|
|
12341
13425
|
"parameters": [
|
|
@@ -12377,7 +13461,7 @@
|
|
|
12377
13461
|
"immutable": true,
|
|
12378
13462
|
"locationInModule": {
|
|
12379
13463
|
"filename": "lib/database.ts",
|
|
12380
|
-
"line":
|
|
13464
|
+
"line": 80
|
|
12381
13465
|
},
|
|
12382
13466
|
"name": "PROPERTY_INJECTION_ID",
|
|
12383
13467
|
"static": true,
|
|
@@ -12387,34 +13471,19 @@
|
|
|
12387
13471
|
},
|
|
12388
13472
|
{
|
|
12389
13473
|
"docs": {
|
|
13474
|
+
"remarks": "Defaults to the implicit, account-wide catalog, materialized on first\naccess.",
|
|
12390
13475
|
"stability": "experimental",
|
|
12391
|
-
"summary": "
|
|
12392
|
-
},
|
|
12393
|
-
"immutable": true,
|
|
12394
|
-
"locationInModule": {
|
|
12395
|
-
"filename": "lib/database.ts",
|
|
12396
|
-
"line": 83
|
|
12397
|
-
},
|
|
12398
|
-
"name": "catalogArn",
|
|
12399
|
-
"overrides": "@aws-cdk/aws-glue-alpha.IDatabase",
|
|
12400
|
-
"type": {
|
|
12401
|
-
"primitive": "string"
|
|
12402
|
-
}
|
|
12403
|
-
},
|
|
12404
|
-
{
|
|
12405
|
-
"docs": {
|
|
12406
|
-
"stability": "experimental",
|
|
12407
|
-
"summary": "The catalog id of the database (usually, the AWS account id)."
|
|
13476
|
+
"summary": "The catalog this database belongs to."
|
|
12408
13477
|
},
|
|
12409
13478
|
"immutable": true,
|
|
12410
13479
|
"locationInModule": {
|
|
12411
13480
|
"filename": "lib/database.ts",
|
|
12412
|
-
"line":
|
|
13481
|
+
"line": 159
|
|
12413
13482
|
},
|
|
12414
|
-
"name": "
|
|
13483
|
+
"name": "catalog",
|
|
12415
13484
|
"overrides": "@aws-cdk/aws-glue-alpha.IDatabase",
|
|
12416
13485
|
"type": {
|
|
12417
|
-
"
|
|
13486
|
+
"fqn": "@aws-cdk/aws-glue-alpha.ICatalog"
|
|
12418
13487
|
}
|
|
12419
13488
|
},
|
|
12420
13489
|
{
|
|
@@ -12425,7 +13494,7 @@
|
|
|
12425
13494
|
"immutable": true,
|
|
12426
13495
|
"locationInModule": {
|
|
12427
13496
|
"filename": "lib/database.ts",
|
|
12428
|
-
"line":
|
|
13497
|
+
"line": 169
|
|
12429
13498
|
},
|
|
12430
13499
|
"name": "databaseArn",
|
|
12431
13500
|
"overrides": "@aws-cdk/aws-glue-alpha.IDatabase",
|
|
@@ -12441,7 +13510,7 @@
|
|
|
12441
13510
|
"immutable": true,
|
|
12442
13511
|
"locationInModule": {
|
|
12443
13512
|
"filename": "lib/database.ts",
|
|
12444
|
-
"line":
|
|
13513
|
+
"line": 164
|
|
12445
13514
|
},
|
|
12446
13515
|
"name": "databaseName",
|
|
12447
13516
|
"overrides": "@aws-cdk/aws-glue-alpha.IDatabase",
|
|
@@ -12456,7 +13525,7 @@
|
|
|
12456
13525
|
},
|
|
12457
13526
|
"locationInModule": {
|
|
12458
13527
|
"filename": "lib/database.ts",
|
|
12459
|
-
"line":
|
|
13528
|
+
"line": 103
|
|
12460
13529
|
},
|
|
12461
13530
|
"name": "locationUri",
|
|
12462
13531
|
"optional": true,
|
|
@@ -12481,10 +13550,28 @@
|
|
|
12481
13550
|
"kind": "interface",
|
|
12482
13551
|
"locationInModule": {
|
|
12483
13552
|
"filename": "lib/database.ts",
|
|
12484
|
-
"line":
|
|
13553
|
+
"line": 33
|
|
12485
13554
|
},
|
|
12486
13555
|
"name": "DatabaseProps",
|
|
12487
13556
|
"properties": [
|
|
13557
|
+
{
|
|
13558
|
+
"abstract": true,
|
|
13559
|
+
"docs": {
|
|
13560
|
+
"default": "The default, account-wide catalog.",
|
|
13561
|
+
"stability": "experimental",
|
|
13562
|
+
"summary": "The catalog in which the database will be placed."
|
|
13563
|
+
},
|
|
13564
|
+
"immutable": true,
|
|
13565
|
+
"locationInModule": {
|
|
13566
|
+
"filename": "lib/database.ts",
|
|
13567
|
+
"line": 61
|
|
13568
|
+
},
|
|
13569
|
+
"name": "catalog",
|
|
13570
|
+
"optional": true,
|
|
13571
|
+
"type": {
|
|
13572
|
+
"fqn": "@aws-cdk/aws-glue-alpha.ICatalog"
|
|
13573
|
+
}
|
|
13574
|
+
},
|
|
12488
13575
|
{
|
|
12489
13576
|
"abstract": true,
|
|
12490
13577
|
"docs": {
|
|
@@ -12495,7 +13582,7 @@
|
|
|
12495
13582
|
"immutable": true,
|
|
12496
13583
|
"locationInModule": {
|
|
12497
13584
|
"filename": "lib/database.ts",
|
|
12498
|
-
"line":
|
|
13585
|
+
"line": 39
|
|
12499
13586
|
},
|
|
12500
13587
|
"name": "databaseName",
|
|
12501
13588
|
"optional": true,
|
|
@@ -12513,7 +13600,7 @@
|
|
|
12513
13600
|
"immutable": true,
|
|
12514
13601
|
"locationInModule": {
|
|
12515
13602
|
"filename": "lib/database.ts",
|
|
12516
|
-
"line":
|
|
13603
|
+
"line": 54
|
|
12517
13604
|
},
|
|
12518
13605
|
"name": "description",
|
|
12519
13606
|
"optional": true,
|
|
@@ -12532,13 +13619,32 @@
|
|
|
12532
13619
|
"immutable": true,
|
|
12533
13620
|
"locationInModule": {
|
|
12534
13621
|
"filename": "lib/database.ts",
|
|
12535
|
-
"line":
|
|
13622
|
+
"line": 47
|
|
12536
13623
|
},
|
|
12537
13624
|
"name": "locationUri",
|
|
12538
13625
|
"optional": true,
|
|
12539
13626
|
"type": {
|
|
12540
13627
|
"primitive": "string"
|
|
12541
13628
|
}
|
|
13629
|
+
},
|
|
13630
|
+
{
|
|
13631
|
+
"abstract": true,
|
|
13632
|
+
"docs": {
|
|
13633
|
+
"default": "RemovalPolicy.RETAIN",
|
|
13634
|
+
"remarks": "A database is a container for tables and their metadata, so it is retained\nby default to avoid accidental data loss when it is removed from a stack.",
|
|
13635
|
+
"stability": "experimental",
|
|
13636
|
+
"summary": "Policy to apply when the database is removed from the stack."
|
|
13637
|
+
},
|
|
13638
|
+
"immutable": true,
|
|
13639
|
+
"locationInModule": {
|
|
13640
|
+
"filename": "lib/database.ts",
|
|
13641
|
+
"line": 71
|
|
13642
|
+
},
|
|
13643
|
+
"name": "removalPolicy",
|
|
13644
|
+
"optional": true,
|
|
13645
|
+
"type": {
|
|
13646
|
+
"fqn": "aws-cdk-lib.RemovalPolicy"
|
|
13647
|
+
}
|
|
12542
13648
|
}
|
|
12543
13649
|
],
|
|
12544
13650
|
"symbolId": "lib/database:DatabaseProps"
|
|
@@ -13193,41 +14299,136 @@
|
|
|
13193
14299
|
{
|
|
13194
14300
|
"docs": {
|
|
13195
14301
|
"stability": "experimental",
|
|
13196
|
-
"summary": "Glue version using Spark 2.4.3 and Python 3.7."
|
|
14302
|
+
"summary": "Glue version using Spark 2.4.3 and Python 3.7."
|
|
14303
|
+
},
|
|
14304
|
+
"name": "V2_0"
|
|
14305
|
+
},
|
|
14306
|
+
{
|
|
14307
|
+
"docs": {
|
|
14308
|
+
"stability": "experimental",
|
|
14309
|
+
"summary": "Glue version using Spark 3.1.1 and Python 3.7."
|
|
14310
|
+
},
|
|
14311
|
+
"name": "V3_0"
|
|
14312
|
+
},
|
|
14313
|
+
{
|
|
14314
|
+
"docs": {
|
|
14315
|
+
"stability": "experimental",
|
|
14316
|
+
"summary": "Glue version using Spark 3.3.0 and Python 3.10."
|
|
14317
|
+
},
|
|
14318
|
+
"name": "V4_0"
|
|
14319
|
+
},
|
|
14320
|
+
{
|
|
14321
|
+
"docs": {
|
|
14322
|
+
"stability": "experimental",
|
|
14323
|
+
"summary": "Glue version using Spark 3.5.4, Python 3.11, and Scala 2.12.18."
|
|
14324
|
+
},
|
|
14325
|
+
"name": "V5_0"
|
|
14326
|
+
},
|
|
14327
|
+
{
|
|
14328
|
+
"docs": {
|
|
14329
|
+
"stability": "experimental",
|
|
14330
|
+
"summary": "Glue version using Spark 3.5.6, Python 3.11, and Scala 2.12.18."
|
|
13197
14331
|
},
|
|
13198
|
-
"name": "
|
|
13199
|
-
}
|
|
14332
|
+
"name": "V5_1"
|
|
14333
|
+
}
|
|
14334
|
+
],
|
|
14335
|
+
"name": "GlueVersion",
|
|
14336
|
+
"symbolId": "lib/constants:GlueVersion"
|
|
14337
|
+
},
|
|
14338
|
+
"@aws-cdk/aws-glue-alpha.ICatalog": {
|
|
14339
|
+
"assembly": "@aws-cdk/aws-glue-alpha",
|
|
14340
|
+
"docs": {
|
|
14341
|
+
"stability": "experimental",
|
|
14342
|
+
"summary": "A Glue Data Catalog, either the implicit account-wide catalog or one created as an `AWS::Glue::Catalog` resource."
|
|
14343
|
+
},
|
|
14344
|
+
"fqn": "@aws-cdk/aws-glue-alpha.ICatalog",
|
|
14345
|
+
"interfaces": [
|
|
14346
|
+
"aws-cdk-lib.IResource",
|
|
14347
|
+
"aws-cdk-lib.interfaces.aws_glue.ICatalogRef"
|
|
14348
|
+
],
|
|
14349
|
+
"kind": "interface",
|
|
14350
|
+
"locationInModule": {
|
|
14351
|
+
"filename": "lib/catalog.ts",
|
|
14352
|
+
"line": 154
|
|
14353
|
+
},
|
|
14354
|
+
"name": "ICatalog",
|
|
14355
|
+
"properties": [
|
|
13200
14356
|
{
|
|
14357
|
+
"abstract": true,
|
|
13201
14358
|
"docs": {
|
|
14359
|
+
"custom": {
|
|
14360
|
+
"attribute": "true"
|
|
14361
|
+
},
|
|
13202
14362
|
"stability": "experimental",
|
|
13203
|
-
"summary": "
|
|
14363
|
+
"summary": "The ARN of the catalog."
|
|
13204
14364
|
},
|
|
13205
|
-
"
|
|
14365
|
+
"immutable": true,
|
|
14366
|
+
"locationInModule": {
|
|
14367
|
+
"filename": "lib/catalog.ts",
|
|
14368
|
+
"line": 165
|
|
14369
|
+
},
|
|
14370
|
+
"name": "catalogArn",
|
|
14371
|
+
"type": {
|
|
14372
|
+
"primitive": "string"
|
|
14373
|
+
}
|
|
13206
14374
|
},
|
|
13207
14375
|
{
|
|
14376
|
+
"abstract": true,
|
|
13208
14377
|
"docs": {
|
|
14378
|
+
"custom": {
|
|
14379
|
+
"attribute": "true"
|
|
14380
|
+
},
|
|
13209
14381
|
"stability": "experimental",
|
|
13210
|
-
"summary": "
|
|
14382
|
+
"summary": "The id of the catalog (for the account-wide catalog, the AWS account id)."
|
|
13211
14383
|
},
|
|
13212
|
-
"
|
|
14384
|
+
"immutable": true,
|
|
14385
|
+
"locationInModule": {
|
|
14386
|
+
"filename": "lib/catalog.ts",
|
|
14387
|
+
"line": 159
|
|
14388
|
+
},
|
|
14389
|
+
"name": "catalogId",
|
|
14390
|
+
"type": {
|
|
14391
|
+
"primitive": "string"
|
|
14392
|
+
}
|
|
13213
14393
|
},
|
|
13214
14394
|
{
|
|
14395
|
+
"abstract": true,
|
|
13215
14396
|
"docs": {
|
|
14397
|
+
"remarks": "Undefined when password encryption uses an AWS-managed key or is not\nconfigured. Grant access to it via `KeyGrants`, e.g.\n`if (catalog.connectionPasswordKey) { KeyGrants.fromKey(catalog.connectionPasswordKey).encrypt(grantee); }`.",
|
|
13216
14398
|
"stability": "experimental",
|
|
13217
|
-
"summary": "
|
|
14399
|
+
"summary": "The customer-managed KMS key used to encrypt connection passwords, if one was configured."
|
|
13218
14400
|
},
|
|
13219
|
-
"
|
|
14401
|
+
"immutable": true,
|
|
14402
|
+
"locationInModule": {
|
|
14403
|
+
"filename": "lib/catalog.ts",
|
|
14404
|
+
"line": 185
|
|
14405
|
+
},
|
|
14406
|
+
"name": "connectionPasswordKey",
|
|
14407
|
+
"optional": true,
|
|
14408
|
+
"type": {
|
|
14409
|
+
"fqn": "aws-cdk-lib.interfaces.aws_kms.IKeyRef"
|
|
14410
|
+
}
|
|
13220
14411
|
},
|
|
13221
14412
|
{
|
|
14413
|
+
"abstract": true,
|
|
13222
14414
|
"docs": {
|
|
14415
|
+
"remarks": "Undefined when encryption is disabled or an AWS-managed key is used. Grant\naccess to it via `KeyGrants`, e.g.\n`if (catalog.encryptionKey) { KeyGrants.fromKey(catalog.encryptionKey).encrypt(grantee); }`.",
|
|
13223
14416
|
"stability": "experimental",
|
|
13224
|
-
"summary": "
|
|
14417
|
+
"summary": "The customer-managed KMS key used for the catalog's encryption at rest, if one was configured."
|
|
13225
14418
|
},
|
|
13226
|
-
"
|
|
14419
|
+
"immutable": true,
|
|
14420
|
+
"locationInModule": {
|
|
14421
|
+
"filename": "lib/catalog.ts",
|
|
14422
|
+
"line": 175
|
|
14423
|
+
},
|
|
14424
|
+
"name": "encryptionKey",
|
|
14425
|
+
"optional": true,
|
|
14426
|
+
"type": {
|
|
14427
|
+
"fqn": "aws-cdk-lib.interfaces.aws_kms.IKeyRef"
|
|
14428
|
+
}
|
|
13227
14429
|
}
|
|
13228
14430
|
],
|
|
13229
|
-
"
|
|
13230
|
-
"symbolId": "lib/constants:GlueVersion"
|
|
14431
|
+
"symbolId": "lib/catalog:ICatalog"
|
|
13231
14432
|
},
|
|
13232
14433
|
"@aws-cdk/aws-glue-alpha.IConnection": {
|
|
13233
14434
|
"assembly": "@aws-cdk/aws-glue-alpha",
|
|
@@ -13242,7 +14443,7 @@
|
|
|
13242
14443
|
"kind": "interface",
|
|
13243
14444
|
"locationInModule": {
|
|
13244
14445
|
"filename": "lib/connection.ts",
|
|
13245
|
-
"line":
|
|
14446
|
+
"line": 241
|
|
13246
14447
|
},
|
|
13247
14448
|
"name": "IConnection",
|
|
13248
14449
|
"properties": [
|
|
@@ -13258,7 +14459,7 @@
|
|
|
13258
14459
|
"immutable": true,
|
|
13259
14460
|
"locationInModule": {
|
|
13260
14461
|
"filename": "lib/connection.ts",
|
|
13261
|
-
"line":
|
|
14462
|
+
"line": 252
|
|
13262
14463
|
},
|
|
13263
14464
|
"name": "connectionArn",
|
|
13264
14465
|
"type": {
|
|
@@ -13277,7 +14478,7 @@
|
|
|
13277
14478
|
"immutable": true,
|
|
13278
14479
|
"locationInModule": {
|
|
13279
14480
|
"filename": "lib/connection.ts",
|
|
13280
|
-
"line":
|
|
14481
|
+
"line": 246
|
|
13281
14482
|
},
|
|
13282
14483
|
"name": "connectionName",
|
|
13283
14484
|
"type": {
|
|
@@ -13356,7 +14557,7 @@
|
|
|
13356
14557
|
"kind": "interface",
|
|
13357
14558
|
"locationInModule": {
|
|
13358
14559
|
"filename": "lib/database.ts",
|
|
13359
|
-
"line":
|
|
14560
|
+
"line": 11
|
|
13360
14561
|
},
|
|
13361
14562
|
"name": "IDatabase",
|
|
13362
14563
|
"properties": [
|
|
@@ -13364,32 +14565,16 @@
|
|
|
13364
14565
|
"abstract": true,
|
|
13365
14566
|
"docs": {
|
|
13366
14567
|
"stability": "experimental",
|
|
13367
|
-
"summary": "The
|
|
13368
|
-
},
|
|
13369
|
-
"immutable": true,
|
|
13370
|
-
"locationInModule": {
|
|
13371
|
-
"filename": "lib/database.ts",
|
|
13372
|
-
"line": 13
|
|
13373
|
-
},
|
|
13374
|
-
"name": "catalogArn",
|
|
13375
|
-
"type": {
|
|
13376
|
-
"primitive": "string"
|
|
13377
|
-
}
|
|
13378
|
-
},
|
|
13379
|
-
{
|
|
13380
|
-
"abstract": true,
|
|
13381
|
-
"docs": {
|
|
13382
|
-
"stability": "experimental",
|
|
13383
|
-
"summary": "The catalog id of the database (usually, the AWS account id)."
|
|
14568
|
+
"summary": "The catalog this database belongs to."
|
|
13384
14569
|
},
|
|
13385
14570
|
"immutable": true,
|
|
13386
14571
|
"locationInModule": {
|
|
13387
14572
|
"filename": "lib/database.ts",
|
|
13388
|
-
"line":
|
|
14573
|
+
"line": 16
|
|
13389
14574
|
},
|
|
13390
|
-
"name": "
|
|
14575
|
+
"name": "catalog",
|
|
13391
14576
|
"type": {
|
|
13392
|
-
"
|
|
14577
|
+
"fqn": "@aws-cdk/aws-glue-alpha.ICatalog"
|
|
13393
14578
|
}
|
|
13394
14579
|
},
|
|
13395
14580
|
{
|
|
@@ -13404,7 +14589,7 @@
|
|
|
13404
14589
|
"immutable": true,
|
|
13405
14590
|
"locationInModule": {
|
|
13406
14591
|
"filename": "lib/database.ts",
|
|
13407
|
-
"line":
|
|
14592
|
+
"line": 23
|
|
13408
14593
|
},
|
|
13409
14594
|
"name": "databaseArn",
|
|
13410
14595
|
"type": {
|
|
@@ -13423,7 +14608,7 @@
|
|
|
13423
14608
|
"immutable": true,
|
|
13424
14609
|
"locationInModule": {
|
|
13425
14610
|
"filename": "lib/database.ts",
|
|
13426
|
-
"line":
|
|
14611
|
+
"line": 30
|
|
13427
14612
|
},
|
|
13428
14613
|
"name": "databaseName",
|
|
13429
14614
|
"type": {
|
|
@@ -13447,7 +14632,7 @@
|
|
|
13447
14632
|
"kind": "interface",
|
|
13448
14633
|
"locationInModule": {
|
|
13449
14634
|
"filename": "lib/jobs/job.ts",
|
|
13450
|
-
"line":
|
|
14635
|
+
"line": 18
|
|
13451
14636
|
},
|
|
13452
14637
|
"methods": [
|
|
13453
14638
|
{
|
|
@@ -13459,7 +14644,7 @@
|
|
|
13459
14644
|
},
|
|
13460
14645
|
"locationInModule": {
|
|
13461
14646
|
"filename": "lib/jobs/job.ts",
|
|
13462
|
-
"line":
|
|
14647
|
+
"line": 68
|
|
13463
14648
|
},
|
|
13464
14649
|
"name": "metric",
|
|
13465
14650
|
"parameters": [
|
|
@@ -13506,7 +14691,7 @@
|
|
|
13506
14691
|
},
|
|
13507
14692
|
"locationInModule": {
|
|
13508
14693
|
"filename": "lib/jobs/job.ts",
|
|
13509
|
-
"line":
|
|
14694
|
+
"line": 78
|
|
13510
14695
|
},
|
|
13511
14696
|
"name": "metricFailure",
|
|
13512
14697
|
"parameters": [
|
|
@@ -13532,7 +14717,7 @@
|
|
|
13532
14717
|
},
|
|
13533
14718
|
"locationInModule": {
|
|
13534
14719
|
"filename": "lib/jobs/job.ts",
|
|
13535
|
-
"line":
|
|
14720
|
+
"line": 73
|
|
13536
14721
|
},
|
|
13537
14722
|
"name": "metricSuccess",
|
|
13538
14723
|
"parameters": [
|
|
@@ -13558,7 +14743,7 @@
|
|
|
13558
14743
|
},
|
|
13559
14744
|
"locationInModule": {
|
|
13560
14745
|
"filename": "lib/jobs/job.ts",
|
|
13561
|
-
"line":
|
|
14746
|
+
"line": 83
|
|
13562
14747
|
},
|
|
13563
14748
|
"name": "metricTimeout",
|
|
13564
14749
|
"parameters": [
|
|
@@ -13585,7 +14770,7 @@
|
|
|
13585
14770
|
},
|
|
13586
14771
|
"locationInModule": {
|
|
13587
14772
|
"filename": "lib/jobs/job.ts",
|
|
13588
|
-
"line":
|
|
14773
|
+
"line": 36
|
|
13589
14774
|
},
|
|
13590
14775
|
"name": "onEvent",
|
|
13591
14776
|
"parameters": [
|
|
@@ -13618,7 +14803,7 @@
|
|
|
13618
14803
|
},
|
|
13619
14804
|
"locationInModule": {
|
|
13620
14805
|
"filename": "lib/jobs/job.ts",
|
|
13621
|
-
"line":
|
|
14806
|
+
"line": 50
|
|
13622
14807
|
},
|
|
13623
14808
|
"name": "onFailure",
|
|
13624
14809
|
"parameters": [
|
|
@@ -13651,7 +14836,7 @@
|
|
|
13651
14836
|
},
|
|
13652
14837
|
"locationInModule": {
|
|
13653
14838
|
"filename": "lib/jobs/job.ts",
|
|
13654
|
-
"line":
|
|
14839
|
+
"line": 43
|
|
13655
14840
|
},
|
|
13656
14841
|
"name": "onSuccess",
|
|
13657
14842
|
"parameters": [
|
|
@@ -13684,7 +14869,7 @@
|
|
|
13684
14869
|
},
|
|
13685
14870
|
"locationInModule": {
|
|
13686
14871
|
"filename": "lib/jobs/job.ts",
|
|
13687
|
-
"line":
|
|
14872
|
+
"line": 57
|
|
13688
14873
|
},
|
|
13689
14874
|
"name": "onTimeout",
|
|
13690
14875
|
"parameters": [
|
|
@@ -13723,7 +14908,7 @@
|
|
|
13723
14908
|
"immutable": true,
|
|
13724
14909
|
"locationInModule": {
|
|
13725
14910
|
"filename": "lib/jobs/job.ts",
|
|
13726
|
-
"line":
|
|
14911
|
+
"line": 29
|
|
13727
14912
|
},
|
|
13728
14913
|
"name": "jobArn",
|
|
13729
14914
|
"type": {
|
|
@@ -13742,7 +14927,7 @@
|
|
|
13742
14927
|
"immutable": true,
|
|
13743
14928
|
"locationInModule": {
|
|
13744
14929
|
"filename": "lib/jobs/job.ts",
|
|
13745
|
-
"line":
|
|
14930
|
+
"line": 23
|
|
13746
14931
|
},
|
|
13747
14932
|
"name": "jobName",
|
|
13748
14933
|
"type": {
|
|
@@ -13803,7 +14988,7 @@
|
|
|
13803
14988
|
"kind": "interface",
|
|
13804
14989
|
"locationInModule": {
|
|
13805
14990
|
"filename": "lib/table-base.ts",
|
|
13806
|
-
"line":
|
|
14991
|
+
"line": 35
|
|
13807
14992
|
},
|
|
13808
14993
|
"name": "ITable",
|
|
13809
14994
|
"properties": [
|
|
@@ -13818,7 +15003,7 @@
|
|
|
13818
15003
|
"immutable": true,
|
|
13819
15004
|
"locationInModule": {
|
|
13820
15005
|
"filename": "lib/table-base.ts",
|
|
13821
|
-
"line":
|
|
15006
|
+
"line": 39
|
|
13822
15007
|
},
|
|
13823
15008
|
"name": "tableArn",
|
|
13824
15009
|
"type": {
|
|
@@ -13836,7 +15021,7 @@
|
|
|
13836
15021
|
"immutable": true,
|
|
13837
15022
|
"locationInModule": {
|
|
13838
15023
|
"filename": "lib/table-base.ts",
|
|
13839
|
-
"line":
|
|
15024
|
+
"line": 44
|
|
13840
15025
|
},
|
|
13841
15026
|
"name": "tableName",
|
|
13842
15027
|
"type": {
|
|
@@ -14365,7 +15550,7 @@
|
|
|
14365
15550
|
"kind": "class",
|
|
14366
15551
|
"locationInModule": {
|
|
14367
15552
|
"filename": "lib/jobs/job.ts",
|
|
14368
|
-
"line":
|
|
15553
|
+
"line": 465
|
|
14369
15554
|
},
|
|
14370
15555
|
"methods": [
|
|
14371
15556
|
{
|
|
@@ -14375,7 +15560,7 @@
|
|
|
14375
15560
|
},
|
|
14376
15561
|
"locationInModule": {
|
|
14377
15562
|
"filename": "lib/jobs/job.ts",
|
|
14378
|
-
"line":
|
|
15563
|
+
"line": 474
|
|
14379
15564
|
},
|
|
14380
15565
|
"name": "fromJobAttributes",
|
|
14381
15566
|
"parameters": [
|
|
@@ -14422,7 +15607,7 @@
|
|
|
14422
15607
|
},
|
|
14423
15608
|
"locationInModule": {
|
|
14424
15609
|
"filename": "lib/jobs/job.ts",
|
|
14425
|
-
"line":
|
|
15610
|
+
"line": 494
|
|
14426
15611
|
},
|
|
14427
15612
|
"name": "checkNoReservedArgs",
|
|
14428
15613
|
"parameters": [
|
|
@@ -14458,7 +15643,7 @@
|
|
|
14458
15643
|
},
|
|
14459
15644
|
"locationInModule": {
|
|
14460
15645
|
"filename": "lib/jobs/job.ts",
|
|
14461
|
-
"line":
|
|
15646
|
+
"line": 550
|
|
14462
15647
|
},
|
|
14463
15648
|
"name": "codeS3ObjectUrl",
|
|
14464
15649
|
"parameters": [
|
|
@@ -14484,7 +15669,7 @@
|
|
|
14484
15669
|
},
|
|
14485
15670
|
"locationInModule": {
|
|
14486
15671
|
"filename": "lib/jobs/job.ts",
|
|
14487
|
-
"line":
|
|
15672
|
+
"line": 518
|
|
14488
15673
|
},
|
|
14489
15674
|
"name": "setupContinuousLogging",
|
|
14490
15675
|
"parameters": [
|
|
@@ -14527,7 +15712,7 @@
|
|
|
14527
15712
|
"immutable": true,
|
|
14528
15713
|
"locationInModule": {
|
|
14529
15714
|
"filename": "lib/jobs/job.ts",
|
|
14530
|
-
"line":
|
|
15715
|
+
"line": 487
|
|
14531
15716
|
},
|
|
14532
15717
|
"name": "role",
|
|
14533
15718
|
"type": {
|
|
@@ -14553,7 +15738,7 @@
|
|
|
14553
15738
|
"kind": "interface",
|
|
14554
15739
|
"locationInModule": {
|
|
14555
15740
|
"filename": "lib/jobs/job.ts",
|
|
14556
|
-
"line":
|
|
15741
|
+
"line": 291
|
|
14557
15742
|
},
|
|
14558
15743
|
"name": "JobAttributes",
|
|
14559
15744
|
"properties": [
|
|
@@ -14566,7 +15751,7 @@
|
|
|
14566
15751
|
"immutable": true,
|
|
14567
15752
|
"locationInModule": {
|
|
14568
15753
|
"filename": "lib/jobs/job.ts",
|
|
14569
|
-
"line":
|
|
15754
|
+
"line": 295
|
|
14570
15755
|
},
|
|
14571
15756
|
"name": "jobName",
|
|
14572
15757
|
"type": {
|
|
@@ -14583,7 +15768,7 @@
|
|
|
14583
15768
|
"immutable": true,
|
|
14584
15769
|
"locationInModule": {
|
|
14585
15770
|
"filename": "lib/jobs/job.ts",
|
|
14586
|
-
"line":
|
|
15771
|
+
"line": 302
|
|
14587
15772
|
},
|
|
14588
15773
|
"name": "role",
|
|
14589
15774
|
"optional": true,
|
|
@@ -14640,7 +15825,7 @@
|
|
|
14640
15825
|
"kind": "class",
|
|
14641
15826
|
"locationInModule": {
|
|
14642
15827
|
"filename": "lib/jobs/job.ts",
|
|
14643
|
-
"line":
|
|
15828
|
+
"line": 136
|
|
14644
15829
|
},
|
|
14645
15830
|
"methods": [
|
|
14646
15831
|
{
|
|
@@ -14650,7 +15835,7 @@
|
|
|
14650
15835
|
},
|
|
14651
15836
|
"locationInModule": {
|
|
14652
15837
|
"filename": "lib/jobs/job.ts",
|
|
14653
|
-
"line":
|
|
15838
|
+
"line": 277
|
|
14654
15839
|
},
|
|
14655
15840
|
"name": "buildJobArn",
|
|
14656
15841
|
"parameters": [
|
|
@@ -14682,7 +15867,7 @@
|
|
|
14682
15867
|
},
|
|
14683
15868
|
"locationInModule": {
|
|
14684
15869
|
"filename": "lib/jobs/job.ts",
|
|
14685
|
-
"line":
|
|
15870
|
+
"line": 224
|
|
14686
15871
|
},
|
|
14687
15872
|
"name": "metric",
|
|
14688
15873
|
"overrides": "@aws-cdk/aws-glue-alpha.IJob",
|
|
@@ -14730,7 +15915,7 @@
|
|
|
14730
15915
|
},
|
|
14731
15916
|
"locationInModule": {
|
|
14732
15917
|
"filename": "lib/jobs/job.ts",
|
|
14733
|
-
"line":
|
|
15918
|
+
"line": 251
|
|
14734
15919
|
},
|
|
14735
15920
|
"name": "metricFailure",
|
|
14736
15921
|
"overrides": "@aws-cdk/aws-glue-alpha.IJob",
|
|
@@ -14757,7 +15942,7 @@
|
|
|
14757
15942
|
},
|
|
14758
15943
|
"locationInModule": {
|
|
14759
15944
|
"filename": "lib/jobs/job.ts",
|
|
14760
|
-
"line":
|
|
15945
|
+
"line": 242
|
|
14761
15946
|
},
|
|
14762
15947
|
"name": "metricSuccess",
|
|
14763
15948
|
"overrides": "@aws-cdk/aws-glue-alpha.IJob",
|
|
@@ -14784,7 +15969,7 @@
|
|
|
14784
15969
|
},
|
|
14785
15970
|
"locationInModule": {
|
|
14786
15971
|
"filename": "lib/jobs/job.ts",
|
|
14787
|
-
"line":
|
|
15972
|
+
"line": 260
|
|
14788
15973
|
},
|
|
14789
15974
|
"name": "metricTimeout",
|
|
14790
15975
|
"overrides": "@aws-cdk/aws-glue-alpha.IJob",
|
|
@@ -14811,7 +15996,7 @@
|
|
|
14811
15996
|
},
|
|
14812
15997
|
"locationInModule": {
|
|
14813
15998
|
"filename": "lib/jobs/job.ts",
|
|
14814
|
-
"line":
|
|
15999
|
+
"line": 152
|
|
14815
16000
|
},
|
|
14816
16001
|
"name": "onEvent",
|
|
14817
16002
|
"overrides": "@aws-cdk/aws-glue-alpha.IJob",
|
|
@@ -14850,7 +16035,7 @@
|
|
|
14850
16035
|
},
|
|
14851
16036
|
"locationInModule": {
|
|
14852
16037
|
"filename": "lib/jobs/job.ts",
|
|
14853
|
-
"line":
|
|
16038
|
+
"line": 201
|
|
14854
16039
|
},
|
|
14855
16040
|
"name": "onFailure",
|
|
14856
16041
|
"overrides": "@aws-cdk/aws-glue-alpha.IJob",
|
|
@@ -14889,7 +16074,7 @@
|
|
|
14889
16074
|
},
|
|
14890
16075
|
"locationInModule": {
|
|
14891
16076
|
"filename": "lib/jobs/job.ts",
|
|
14892
|
-
"line":
|
|
16077
|
+
"line": 172
|
|
14893
16078
|
},
|
|
14894
16079
|
"name": "onStateChange",
|
|
14895
16080
|
"parameters": [
|
|
@@ -14936,7 +16121,7 @@
|
|
|
14936
16121
|
},
|
|
14937
16122
|
"locationInModule": {
|
|
14938
16123
|
"filename": "lib/jobs/job.ts",
|
|
14939
|
-
"line":
|
|
16124
|
+
"line": 191
|
|
14940
16125
|
},
|
|
14941
16126
|
"name": "onSuccess",
|
|
14942
16127
|
"overrides": "@aws-cdk/aws-glue-alpha.IJob",
|
|
@@ -14975,7 +16160,7 @@
|
|
|
14975
16160
|
},
|
|
14976
16161
|
"locationInModule": {
|
|
14977
16162
|
"filename": "lib/jobs/job.ts",
|
|
14978
|
-
"line":
|
|
16163
|
+
"line": 211
|
|
14979
16164
|
},
|
|
14980
16165
|
"name": "onTimeout",
|
|
14981
16166
|
"overrides": "@aws-cdk/aws-glue-alpha.IJob",
|
|
@@ -15019,7 +16204,7 @@
|
|
|
15019
16204
|
"immutable": true,
|
|
15020
16205
|
"locationInModule": {
|
|
15021
16206
|
"filename": "lib/jobs/job.ts",
|
|
15022
|
-
"line":
|
|
16207
|
+
"line": 139
|
|
15023
16208
|
},
|
|
15024
16209
|
"name": "grantPrincipal",
|
|
15025
16210
|
"overrides": "aws-cdk-lib.aws_iam.IGrantable",
|
|
@@ -15036,7 +16221,7 @@
|
|
|
15036
16221
|
"immutable": true,
|
|
15037
16222
|
"locationInModule": {
|
|
15038
16223
|
"filename": "lib/jobs/job.ts",
|
|
15039
|
-
"line":
|
|
16224
|
+
"line": 137
|
|
15040
16225
|
},
|
|
15041
16226
|
"name": "jobArn",
|
|
15042
16227
|
"overrides": "@aws-cdk/aws-glue-alpha.IJob",
|
|
@@ -15053,7 +16238,7 @@
|
|
|
15053
16238
|
"immutable": true,
|
|
15054
16239
|
"locationInModule": {
|
|
15055
16240
|
"filename": "lib/jobs/job.ts",
|
|
15056
|
-
"line":
|
|
16241
|
+
"line": 138
|
|
15057
16242
|
},
|
|
15058
16243
|
"name": "jobName",
|
|
15059
16244
|
"overrides": "@aws-cdk/aws-glue-alpha.IJob",
|
|
@@ -15196,7 +16381,7 @@
|
|
|
15196
16381
|
"kind": "interface",
|
|
15197
16382
|
"locationInModule": {
|
|
15198
16383
|
"filename": "lib/jobs/job.ts",
|
|
15199
|
-
"line":
|
|
16384
|
+
"line": 309
|
|
15200
16385
|
},
|
|
15201
16386
|
"name": "JobProps",
|
|
15202
16387
|
"properties": [
|
|
@@ -15210,7 +16395,7 @@
|
|
|
15210
16395
|
"immutable": true,
|
|
15211
16396
|
"locationInModule": {
|
|
15212
16397
|
"filename": "lib/jobs/job.ts",
|
|
15213
|
-
"line":
|
|
16398
|
+
"line": 328
|
|
15214
16399
|
},
|
|
15215
16400
|
"name": "role",
|
|
15216
16401
|
"type": {
|
|
@@ -15227,7 +16412,7 @@
|
|
|
15227
16412
|
"immutable": true,
|
|
15228
16413
|
"locationInModule": {
|
|
15229
16414
|
"filename": "lib/jobs/job.ts",
|
|
15230
|
-
"line":
|
|
16415
|
+
"line": 316
|
|
15231
16416
|
},
|
|
15232
16417
|
"name": "script",
|
|
15233
16418
|
"type": {
|
|
@@ -15244,7 +16429,7 @@
|
|
|
15244
16429
|
"immutable": true,
|
|
15245
16430
|
"locationInModule": {
|
|
15246
16431
|
"filename": "lib/jobs/job.ts",
|
|
15247
|
-
"line":
|
|
16432
|
+
"line": 397
|
|
15248
16433
|
},
|
|
15249
16434
|
"name": "connections",
|
|
15250
16435
|
"optional": true,
|
|
@@ -15268,7 +16453,7 @@
|
|
|
15268
16453
|
"immutable": true,
|
|
15269
16454
|
"locationInModule": {
|
|
15270
16455
|
"filename": "lib/jobs/job.ts",
|
|
15271
|
-
"line":
|
|
16456
|
+
"line": 458
|
|
15272
16457
|
},
|
|
15273
16458
|
"name": "continuousLogging",
|
|
15274
16459
|
"optional": true,
|
|
@@ -15280,6 +16465,7 @@
|
|
|
15280
16465
|
"abstract": true,
|
|
15281
16466
|
"docs": {
|
|
15282
16467
|
"default": "- no arguments",
|
|
16468
|
+
"remarks": "These are emitted verbatim into the CloudFormation template, so avoid\nplacing secrets here in plaintext. Pass secrets to the job at runtime\nthrough AWS Secrets Manager instead. A synthesis-time warning is emitted\nwhen an argument key looks like a credential and holds a plaintext literal.",
|
|
15283
16469
|
"see": "https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-etl-glue-arguments.html\nfor a list of reserved parameters",
|
|
15284
16470
|
"stability": "experimental",
|
|
15285
16471
|
"summary": "Default Arguments (optional) The default arguments for every run of this Glue job, specified as name-value pairs."
|
|
@@ -15287,7 +16473,7 @@
|
|
|
15287
16473
|
"immutable": true,
|
|
15288
16474
|
"locationInModule": {
|
|
15289
16475
|
"filename": "lib/jobs/job.ts",
|
|
15290
|
-
"line":
|
|
16476
|
+
"line": 388
|
|
15291
16477
|
},
|
|
15292
16478
|
"name": "defaultArguments",
|
|
15293
16479
|
"optional": true,
|
|
@@ -15310,7 +16496,7 @@
|
|
|
15310
16496
|
"immutable": true,
|
|
15311
16497
|
"locationInModule": {
|
|
15312
16498
|
"filename": "lib/jobs/job.ts",
|
|
15313
|
-
"line":
|
|
16499
|
+
"line": 344
|
|
15314
16500
|
},
|
|
15315
16501
|
"name": "description",
|
|
15316
16502
|
"optional": true,
|
|
@@ -15329,7 +16515,7 @@
|
|
|
15329
16515
|
"immutable": true,
|
|
15330
16516
|
"locationInModule": {
|
|
15331
16517
|
"filename": "lib/jobs/job.ts",
|
|
15332
|
-
"line":
|
|
16518
|
+
"line": 448
|
|
15333
16519
|
},
|
|
15334
16520
|
"name": "enableProfilingMetrics",
|
|
15335
16521
|
"optional": true,
|
|
@@ -15347,7 +16533,7 @@
|
|
|
15347
16533
|
"immutable": true,
|
|
15348
16534
|
"locationInModule": {
|
|
15349
16535
|
"filename": "lib/jobs/job.ts",
|
|
15350
|
-
"line":
|
|
16536
|
+
"line": 439
|
|
15351
16537
|
},
|
|
15352
16538
|
"name": "glueVersion",
|
|
15353
16539
|
"optional": true,
|
|
@@ -15365,7 +16551,7 @@
|
|
|
15365
16551
|
"immutable": true,
|
|
15366
16552
|
"locationInModule": {
|
|
15367
16553
|
"filename": "lib/jobs/job.ts",
|
|
15368
|
-
"line":
|
|
16554
|
+
"line": 336
|
|
15369
16555
|
},
|
|
15370
16556
|
"name": "jobName",
|
|
15371
16557
|
"optional": true,
|
|
@@ -15384,7 +16570,7 @@
|
|
|
15384
16570
|
"immutable": true,
|
|
15385
16571
|
"locationInModule": {
|
|
15386
16572
|
"filename": "lib/jobs/job.ts",
|
|
15387
|
-
"line":
|
|
16573
|
+
"line": 372
|
|
15388
16574
|
},
|
|
15389
16575
|
"name": "maxConcurrentRuns",
|
|
15390
16576
|
"optional": true,
|
|
@@ -15402,7 +16588,7 @@
|
|
|
15402
16588
|
"immutable": true,
|
|
15403
16589
|
"locationInModule": {
|
|
15404
16590
|
"filename": "lib/jobs/job.ts",
|
|
15405
|
-
"line":
|
|
16591
|
+
"line": 405
|
|
15406
16592
|
},
|
|
15407
16593
|
"name": "maxRetries",
|
|
15408
16594
|
"optional": true,
|
|
@@ -15420,7 +16606,7 @@
|
|
|
15420
16606
|
"immutable": true,
|
|
15421
16607
|
"locationInModule": {
|
|
15422
16608
|
"filename": "lib/jobs/job.ts",
|
|
15423
|
-
"line":
|
|
16609
|
+
"line": 352
|
|
15424
16610
|
},
|
|
15425
16611
|
"name": "numberOfWorkers",
|
|
15426
16612
|
"optional": true,
|
|
@@ -15438,7 +16624,7 @@
|
|
|
15438
16624
|
"immutable": true,
|
|
15439
16625
|
"locationInModule": {
|
|
15440
16626
|
"filename": "lib/jobs/job.ts",
|
|
15441
|
-
"line":
|
|
16627
|
+
"line": 423
|
|
15442
16628
|
},
|
|
15443
16629
|
"name": "securityConfiguration",
|
|
15444
16630
|
"optional": true,
|
|
@@ -15456,7 +16642,7 @@
|
|
|
15456
16642
|
"immutable": true,
|
|
15457
16643
|
"locationInModule": {
|
|
15458
16644
|
"filename": "lib/jobs/job.ts",
|
|
15459
|
-
"line":
|
|
16645
|
+
"line": 431
|
|
15460
16646
|
},
|
|
15461
16647
|
"name": "tags",
|
|
15462
16648
|
"optional": true,
|
|
@@ -15480,7 +16666,7 @@
|
|
|
15480
16666
|
"immutable": true,
|
|
15481
16667
|
"locationInModule": {
|
|
15482
16668
|
"filename": "lib/jobs/job.ts",
|
|
15483
|
-
"line":
|
|
16669
|
+
"line": 415
|
|
15484
16670
|
},
|
|
15485
16671
|
"name": "timeout",
|
|
15486
16672
|
"optional": true,
|
|
@@ -15499,7 +16685,7 @@
|
|
|
15499
16685
|
"immutable": true,
|
|
15500
16686
|
"locationInModule": {
|
|
15501
16687
|
"filename": "lib/jobs/job.ts",
|
|
15502
|
-
"line":
|
|
16688
|
+
"line": 361
|
|
15503
16689
|
},
|
|
15504
16690
|
"name": "workerType",
|
|
15505
16691
|
"optional": true,
|
|
@@ -15974,7 +17160,7 @@
|
|
|
15974
17160
|
"kind": "interface",
|
|
15975
17161
|
"locationInModule": {
|
|
15976
17162
|
"filename": "lib/table-base.ts",
|
|
15977
|
-
"line":
|
|
17163
|
+
"line": 20
|
|
15978
17164
|
},
|
|
15979
17165
|
"name": "PartitionIndex",
|
|
15980
17166
|
"properties": [
|
|
@@ -15988,7 +17174,7 @@
|
|
|
15988
17174
|
"immutable": true,
|
|
15989
17175
|
"locationInModule": {
|
|
15990
17176
|
"filename": "lib/table-base.ts",
|
|
15991
|
-
"line":
|
|
17177
|
+
"line": 33
|
|
15992
17178
|
},
|
|
15993
17179
|
"name": "keyNames",
|
|
15994
17180
|
"type": {
|
|
@@ -16010,7 +17196,7 @@
|
|
|
16010
17196
|
"immutable": true,
|
|
16011
17197
|
"locationInModule": {
|
|
16012
17198
|
"filename": "lib/table-base.ts",
|
|
16013
|
-
"line":
|
|
17199
|
+
"line": 26
|
|
16014
17200
|
},
|
|
16015
17201
|
"name": "indexName",
|
|
16016
17202
|
"optional": true,
|
|
@@ -17877,7 +19063,7 @@
|
|
|
17877
19063
|
},
|
|
17878
19064
|
"locationInModule": {
|
|
17879
19065
|
"filename": "lib/s3-table.ts",
|
|
17880
|
-
"line":
|
|
19066
|
+
"line": 133
|
|
17881
19067
|
},
|
|
17882
19068
|
"parameters": [
|
|
17883
19069
|
{
|
|
@@ -17903,7 +19089,7 @@
|
|
|
17903
19089
|
"kind": "class",
|
|
17904
19090
|
"locationInModule": {
|
|
17905
19091
|
"filename": "lib/s3-table.ts",
|
|
17906
|
-
"line":
|
|
19092
|
+
"line": 92
|
|
17907
19093
|
},
|
|
17908
19094
|
"methods": [
|
|
17909
19095
|
{
|
|
@@ -17912,7 +19098,7 @@
|
|
|
17912
19098
|
},
|
|
17913
19099
|
"locationInModule": {
|
|
17914
19100
|
"filename": "lib/s3-table.ts",
|
|
17915
|
-
"line":
|
|
19101
|
+
"line": 257
|
|
17916
19102
|
},
|
|
17917
19103
|
"name": "generateS3PrefixForGrant",
|
|
17918
19104
|
"protected": true,
|
|
@@ -17930,7 +19116,7 @@
|
|
|
17930
19116
|
},
|
|
17931
19117
|
"locationInModule": {
|
|
17932
19118
|
"filename": "lib/s3-table.ts",
|
|
17933
|
-
"line":
|
|
19119
|
+
"line": 221
|
|
17934
19120
|
},
|
|
17935
19121
|
"name": "grantRead",
|
|
17936
19122
|
"overrides": "@aws-cdk/aws-glue-alpha.TableBase",
|
|
@@ -17959,7 +19145,7 @@
|
|
|
17959
19145
|
},
|
|
17960
19146
|
"locationInModule": {
|
|
17961
19147
|
"filename": "lib/s3-table.ts",
|
|
17962
|
-
"line":
|
|
19148
|
+
"line": 249
|
|
17963
19149
|
},
|
|
17964
19150
|
"name": "grantReadWrite",
|
|
17965
19151
|
"overrides": "@aws-cdk/aws-glue-alpha.TableBase",
|
|
@@ -17988,7 +19174,7 @@
|
|
|
17988
19174
|
},
|
|
17989
19175
|
"locationInModule": {
|
|
17990
19176
|
"filename": "lib/s3-table.ts",
|
|
17991
|
-
"line":
|
|
19177
|
+
"line": 235
|
|
17992
19178
|
},
|
|
17993
19179
|
"name": "grantWrite",
|
|
17994
19180
|
"overrides": "@aws-cdk/aws-glue-alpha.TableBase",
|
|
@@ -18021,7 +19207,7 @@
|
|
|
18021
19207
|
"immutable": true,
|
|
18022
19208
|
"locationInModule": {
|
|
18023
19209
|
"filename": "lib/s3-table.ts",
|
|
18024
|
-
"line":
|
|
19210
|
+
"line": 95
|
|
18025
19211
|
},
|
|
18026
19212
|
"name": "PROPERTY_INJECTION_ID",
|
|
18027
19213
|
"static": true,
|
|
@@ -18037,7 +19223,7 @@
|
|
|
18037
19223
|
"immutable": true,
|
|
18038
19224
|
"locationInModule": {
|
|
18039
19225
|
"filename": "lib/s3-table.ts",
|
|
18040
|
-
"line":
|
|
19226
|
+
"line": 102
|
|
18041
19227
|
},
|
|
18042
19228
|
"name": "bucket",
|
|
18043
19229
|
"type": {
|
|
@@ -18052,7 +19238,7 @@
|
|
|
18052
19238
|
"immutable": true,
|
|
18053
19239
|
"locationInModule": {
|
|
18054
19240
|
"filename": "lib/s3-table.ts",
|
|
18055
|
-
"line":
|
|
19241
|
+
"line": 112
|
|
18056
19242
|
},
|
|
18057
19243
|
"name": "encryption",
|
|
18058
19244
|
"type": {
|
|
@@ -18067,7 +19253,7 @@
|
|
|
18067
19253
|
"immutable": true,
|
|
18068
19254
|
"locationInModule": {
|
|
18069
19255
|
"filename": "lib/s3-table.ts",
|
|
18070
|
-
"line":
|
|
19256
|
+
"line": 107
|
|
18071
19257
|
},
|
|
18072
19258
|
"name": "s3Prefix",
|
|
18073
19259
|
"type": {
|
|
@@ -18082,7 +19268,7 @@
|
|
|
18082
19268
|
"immutable": true,
|
|
18083
19269
|
"locationInModule": {
|
|
18084
19270
|
"filename": "lib/s3-table.ts",
|
|
18085
|
-
"line":
|
|
19271
|
+
"line": 206
|
|
18086
19272
|
},
|
|
18087
19273
|
"name": "tableArn",
|
|
18088
19274
|
"overrides": "@aws-cdk/aws-glue-alpha.TableBase",
|
|
@@ -18098,7 +19284,7 @@
|
|
|
18098
19284
|
"immutable": true,
|
|
18099
19285
|
"locationInModule": {
|
|
18100
19286
|
"filename": "lib/s3-table.ts",
|
|
18101
|
-
"line":
|
|
19287
|
+
"line": 198
|
|
18102
19288
|
},
|
|
18103
19289
|
"name": "tableName",
|
|
18104
19290
|
"overrides": "@aws-cdk/aws-glue-alpha.TableBase",
|
|
@@ -18113,7 +19299,7 @@
|
|
|
18113
19299
|
"immutable": true,
|
|
18114
19300
|
"locationInModule": {
|
|
18115
19301
|
"filename": "lib/s3-table.ts",
|
|
18116
|
-
"line":
|
|
19302
|
+
"line": 124
|
|
18117
19303
|
},
|
|
18118
19304
|
"name": "tableResource",
|
|
18119
19305
|
"overrides": "@aws-cdk/aws-glue-alpha.TableBase",
|
|
@@ -18131,7 +19317,7 @@
|
|
|
18131
19317
|
"immutable": true,
|
|
18132
19318
|
"locationInModule": {
|
|
18133
19319
|
"filename": "lib/s3-table.ts",
|
|
18134
|
-
"line":
|
|
19320
|
+
"line": 117
|
|
18135
19321
|
},
|
|
18136
19322
|
"name": "encryptionKey",
|
|
18137
19323
|
"optional": true,
|
|
@@ -18147,7 +19333,7 @@
|
|
|
18147
19333
|
"immutable": true,
|
|
18148
19334
|
"locationInModule": {
|
|
18149
19335
|
"filename": "lib/s3-table.ts",
|
|
18150
|
-
"line":
|
|
19336
|
+
"line": 122
|
|
18151
19337
|
},
|
|
18152
19338
|
"name": "partitionIndexes",
|
|
18153
19339
|
"optional": true,
|
|
@@ -18214,7 +19400,7 @@
|
|
|
18214
19400
|
"immutable": true,
|
|
18215
19401
|
"locationInModule": {
|
|
18216
19402
|
"filename": "lib/s3-table.ts",
|
|
18217
|
-
"line":
|
|
19403
|
+
"line": 76
|
|
18218
19404
|
},
|
|
18219
19405
|
"name": "encryption",
|
|
18220
19406
|
"optional": true,
|
|
@@ -18233,7 +19419,7 @@
|
|
|
18233
19419
|
"immutable": true,
|
|
18234
19420
|
"locationInModule": {
|
|
18235
19421
|
"filename": "lib/s3-table.ts",
|
|
18236
|
-
"line":
|
|
19422
|
+
"line": 85
|
|
18237
19423
|
},
|
|
18238
19424
|
"name": "encryptionKey",
|
|
18239
19425
|
"optional": true,
|
|
@@ -18245,13 +19431,14 @@
|
|
|
18245
19431
|
"abstract": true,
|
|
18246
19432
|
"docs": {
|
|
18247
19433
|
"default": "- No prefix. The data will be stored under the root of the bucket.",
|
|
19434
|
+
"remarks": "When the table shares a bucket with other tables or consumers, set this so\nthat the `grant*` methods scope S3 access to this table's data. Without a\nprefix, those grants cover the entire bucket.",
|
|
18248
19435
|
"stability": "experimental",
|
|
18249
19436
|
"summary": "S3 prefix under which table objects are stored."
|
|
18250
19437
|
},
|
|
18251
19438
|
"immutable": true,
|
|
18252
19439
|
"locationInModule": {
|
|
18253
19440
|
"filename": "lib/s3-table.ts",
|
|
18254
|
-
"line":
|
|
19441
|
+
"line": 64
|
|
18255
19442
|
},
|
|
18256
19443
|
"name": "s3Prefix",
|
|
18257
19444
|
"optional": true,
|
|
@@ -19390,7 +20577,7 @@
|
|
|
19390
20577
|
},
|
|
19391
20578
|
"locationInModule": {
|
|
19392
20579
|
"filename": "lib/security-configuration.ts",
|
|
19393
|
-
"line":
|
|
20580
|
+
"line": 198
|
|
19394
20581
|
},
|
|
19395
20582
|
"parameters": [
|
|
19396
20583
|
{
|
|
@@ -19420,7 +20607,7 @@
|
|
|
19420
20607
|
"kind": "class",
|
|
19421
20608
|
"locationInModule": {
|
|
19422
20609
|
"filename": "lib/security-configuration.ts",
|
|
19423
|
-
"line":
|
|
20610
|
+
"line": 161
|
|
19424
20611
|
},
|
|
19425
20612
|
"methods": [
|
|
19426
20613
|
{
|
|
@@ -19430,7 +20617,7 @@
|
|
|
19430
20617
|
},
|
|
19431
20618
|
"locationInModule": {
|
|
19432
20619
|
"filename": "lib/security-configuration.ts",
|
|
19433
|
-
"line":
|
|
20620
|
+
"line": 173
|
|
19434
20621
|
},
|
|
19435
20622
|
"name": "fromSecurityConfigurationName",
|
|
19436
20623
|
"parameters": [
|
|
@@ -19481,7 +20668,7 @@
|
|
|
19481
20668
|
"immutable": true,
|
|
19482
20669
|
"locationInModule": {
|
|
19483
20670
|
"filename": "lib/security-configuration.ts",
|
|
19484
|
-
"line":
|
|
20671
|
+
"line": 164
|
|
19485
20672
|
},
|
|
19486
20673
|
"name": "PROPERTY_INJECTION_ID",
|
|
19487
20674
|
"static": true,
|
|
@@ -19497,7 +20684,7 @@
|
|
|
19497
20684
|
"immutable": true,
|
|
19498
20685
|
"locationInModule": {
|
|
19499
20686
|
"filename": "lib/security-configuration.ts",
|
|
19500
|
-
"line":
|
|
20687
|
+
"line": 262
|
|
19501
20688
|
},
|
|
19502
20689
|
"name": "securityConfigurationName",
|
|
19503
20690
|
"overrides": "@aws-cdk/aws-glue-alpha.ISecurityConfiguration",
|
|
@@ -19513,7 +20700,7 @@
|
|
|
19513
20700
|
"immutable": true,
|
|
19514
20701
|
"locationInModule": {
|
|
19515
20702
|
"filename": "lib/security-configuration.ts",
|
|
19516
|
-
"line":
|
|
20703
|
+
"line": 184
|
|
19517
20704
|
},
|
|
19518
20705
|
"name": "cloudWatchEncryptionKey",
|
|
19519
20706
|
"optional": true,
|
|
@@ -19529,7 +20716,7 @@
|
|
|
19529
20716
|
"immutable": true,
|
|
19530
20717
|
"locationInModule": {
|
|
19531
20718
|
"filename": "lib/security-configuration.ts",
|
|
19532
|
-
"line":
|
|
20719
|
+
"line": 189
|
|
19533
20720
|
},
|
|
19534
20721
|
"name": "jobBookmarksEncryptionKey",
|
|
19535
20722
|
"optional": true,
|
|
@@ -19545,7 +20732,7 @@
|
|
|
19545
20732
|
"immutable": true,
|
|
19546
20733
|
"locationInModule": {
|
|
19547
20734
|
"filename": "lib/security-configuration.ts",
|
|
19548
|
-
"line":
|
|
20735
|
+
"line": 194
|
|
19549
20736
|
},
|
|
19550
20737
|
"name": "s3EncryptionKey",
|
|
19551
20738
|
"optional": true,
|
|
@@ -19611,6 +20798,24 @@
|
|
|
19611
20798
|
"fqn": "@aws-cdk/aws-glue-alpha.JobBookmarksEncryption"
|
|
19612
20799
|
}
|
|
19613
20800
|
},
|
|
20801
|
+
{
|
|
20802
|
+
"abstract": true,
|
|
20803
|
+
"docs": {
|
|
20804
|
+
"default": "- resource will be destroyed",
|
|
20805
|
+
"stability": "experimental",
|
|
20806
|
+
"summary": "Policy to apply when the security configuration is removed from the stack."
|
|
20807
|
+
},
|
|
20808
|
+
"immutable": true,
|
|
20809
|
+
"locationInModule": {
|
|
20810
|
+
"filename": "lib/security-configuration.ts",
|
|
20811
|
+
"line": 149
|
|
20812
|
+
},
|
|
20813
|
+
"name": "removalPolicy",
|
|
20814
|
+
"optional": true,
|
|
20815
|
+
"type": {
|
|
20816
|
+
"fqn": "aws-cdk-lib.RemovalPolicy"
|
|
20817
|
+
}
|
|
20818
|
+
},
|
|
19614
20819
|
{
|
|
19615
20820
|
"abstract": true,
|
|
19616
20821
|
"docs": {
|
|
@@ -21106,7 +22311,7 @@
|
|
|
21106
22311
|
},
|
|
21107
22312
|
"locationInModule": {
|
|
21108
22313
|
"filename": "lib/s3-table.ts",
|
|
21109
|
-
"line":
|
|
22314
|
+
"line": 133
|
|
21110
22315
|
},
|
|
21111
22316
|
"parameters": [
|
|
21112
22317
|
{
|
|
@@ -21171,7 +22376,7 @@
|
|
|
21171
22376
|
"kind": "interface",
|
|
21172
22377
|
"locationInModule": {
|
|
21173
22378
|
"filename": "lib/table-base.ts",
|
|
21174
|
-
"line":
|
|
22379
|
+
"line": 47
|
|
21175
22380
|
},
|
|
21176
22381
|
"name": "TableAttributes",
|
|
21177
22382
|
"properties": [
|
|
@@ -21183,7 +22388,7 @@
|
|
|
21183
22388
|
"immutable": true,
|
|
21184
22389
|
"locationInModule": {
|
|
21185
22390
|
"filename": "lib/table-base.ts",
|
|
21186
|
-
"line":
|
|
22391
|
+
"line": 48
|
|
21187
22392
|
},
|
|
21188
22393
|
"name": "tableArn",
|
|
21189
22394
|
"type": {
|
|
@@ -21198,7 +22403,7 @@
|
|
|
21198
22403
|
"immutable": true,
|
|
21199
22404
|
"locationInModule": {
|
|
21200
22405
|
"filename": "lib/table-base.ts",
|
|
21201
|
-
"line":
|
|
22406
|
+
"line": 49
|
|
21202
22407
|
},
|
|
21203
22408
|
"name": "tableName",
|
|
21204
22409
|
"type": {
|
|
@@ -21227,7 +22432,7 @@
|
|
|
21227
22432
|
},
|
|
21228
22433
|
"locationInModule": {
|
|
21229
22434
|
"filename": "lib/table-base.ts",
|
|
21230
|
-
"line":
|
|
22435
|
+
"line": 261
|
|
21231
22436
|
},
|
|
21232
22437
|
"parameters": [
|
|
21233
22438
|
{
|
|
@@ -21256,7 +22461,7 @@
|
|
|
21256
22461
|
"kind": "class",
|
|
21257
22462
|
"locationInModule": {
|
|
21258
22463
|
"filename": "lib/table-base.ts",
|
|
21259
|
-
"line":
|
|
22464
|
+
"line": 182
|
|
21260
22465
|
},
|
|
21261
22466
|
"methods": [
|
|
21262
22467
|
{
|
|
@@ -21265,7 +22470,7 @@
|
|
|
21265
22470
|
},
|
|
21266
22471
|
"locationInModule": {
|
|
21267
22472
|
"filename": "lib/table-base.ts",
|
|
21268
|
-
"line":
|
|
22473
|
+
"line": 183
|
|
21269
22474
|
},
|
|
21270
22475
|
"name": "fromTableArn",
|
|
21271
22476
|
"parameters": [
|
|
@@ -21302,7 +22507,7 @@
|
|
|
21302
22507
|
},
|
|
21303
22508
|
"locationInModule": {
|
|
21304
22509
|
"filename": "lib/table-base.ts",
|
|
21305
|
-
"line":
|
|
22510
|
+
"line": 199
|
|
21306
22511
|
},
|
|
21307
22512
|
"name": "fromTableAttributes",
|
|
21308
22513
|
"parameters": [
|
|
@@ -21350,7 +22555,7 @@
|
|
|
21350
22555
|
},
|
|
21351
22556
|
"locationInModule": {
|
|
21352
22557
|
"filename": "lib/table-base.ts",
|
|
21353
|
-
"line":
|
|
22558
|
+
"line": 295
|
|
21354
22559
|
},
|
|
21355
22560
|
"name": "addPartitionIndex",
|
|
21356
22561
|
"parameters": [
|
|
@@ -21364,23 +22569,29 @@
|
|
|
21364
22569
|
},
|
|
21365
22570
|
{
|
|
21366
22571
|
"docs": {
|
|
21367
|
-
"remarks": "[disable-awslint:no-grants]",
|
|
22572
|
+
"remarks": "This is a low-level escape hatch: the `actions` are applied verbatim,\nscoped to this table's ARN. Prefer the intent-based `grantRead` /\n`grantWrite` / `grantReadWrite` methods, which grant a curated set of\nactions and also cover the underlying S3 data. Only pass the specific\nactions the grantee needs - avoid service wildcards such as `glue:*`.\n[disable-awslint:no-grants]",
|
|
21368
22573
|
"stability": "experimental",
|
|
21369
|
-
"summary": "Grant the given identity custom permissions."
|
|
22574
|
+
"summary": "Grant the given identity custom permissions on this table."
|
|
21370
22575
|
},
|
|
21371
22576
|
"locationInModule": {
|
|
21372
22577
|
"filename": "lib/table-base.ts",
|
|
21373
|
-
"line":
|
|
22578
|
+
"line": 481
|
|
21374
22579
|
},
|
|
21375
22580
|
"name": "grant",
|
|
21376
22581
|
"parameters": [
|
|
21377
22582
|
{
|
|
22583
|
+
"docs": {
|
|
22584
|
+
"summary": "the principal."
|
|
22585
|
+
},
|
|
21378
22586
|
"name": "grantee",
|
|
21379
22587
|
"type": {
|
|
21380
22588
|
"fqn": "aws-cdk-lib.aws_iam.IGrantable"
|
|
21381
22589
|
}
|
|
21382
22590
|
},
|
|
21383
22591
|
{
|
|
22592
|
+
"docs": {
|
|
22593
|
+
"summary": "the set of Glue actions to allow (for example `glue:GetTable`)."
|
|
22594
|
+
},
|
|
21384
22595
|
"name": "actions",
|
|
21385
22596
|
"type": {
|
|
21386
22597
|
"collection": {
|
|
@@ -21405,7 +22616,7 @@
|
|
|
21405
22616
|
},
|
|
21406
22617
|
"locationInModule": {
|
|
21407
22618
|
"filename": "lib/table-base.ts",
|
|
21408
|
-
"line":
|
|
22619
|
+
"line": 284
|
|
21409
22620
|
},
|
|
21410
22621
|
"name": "grantRead",
|
|
21411
22622
|
"parameters": [
|
|
@@ -21429,7 +22640,7 @@
|
|
|
21429
22640
|
},
|
|
21430
22641
|
"locationInModule": {
|
|
21431
22642
|
"filename": "lib/table-base.ts",
|
|
21432
|
-
"line":
|
|
22643
|
+
"line": 286
|
|
21433
22644
|
},
|
|
21434
22645
|
"name": "grantReadWrite",
|
|
21435
22646
|
"parameters": [
|
|
@@ -21448,23 +22659,29 @@
|
|
|
21448
22659
|
},
|
|
21449
22660
|
{
|
|
21450
22661
|
"docs": {
|
|
21451
|
-
"remarks": "
|
|
22662
|
+
"remarks": "This is a low-level escape hatch for actions (such as certain Lake\nFormation or crawler operations) that must be authorized against the\ncatalog and database in addition to the table. The `actions` are applied\nverbatim to all three ARNs (table, catalog, database), so scope them\ntightly: pass only the specific actions the grantee needs and avoid\nservice wildcards such as `glue:*`, which would grant broad access across\nevery resource in the catalog and database.\n[disable-awslint:no-grants]",
|
|
21452
22663
|
"stability": "experimental",
|
|
21453
|
-
"summary": "Grant the given identity custom permissions
|
|
22664
|
+
"summary": "Grant the given identity custom permissions on this table AND its parent catalog and database."
|
|
21454
22665
|
},
|
|
21455
22666
|
"locationInModule": {
|
|
21456
22667
|
"filename": "lib/table-base.ts",
|
|
21457
|
-
"line":
|
|
22668
|
+
"line": 505
|
|
21458
22669
|
},
|
|
21459
22670
|
"name": "grantToUnderlyingResources",
|
|
21460
22671
|
"parameters": [
|
|
21461
22672
|
{
|
|
22673
|
+
"docs": {
|
|
22674
|
+
"summary": "the principal."
|
|
22675
|
+
},
|
|
21462
22676
|
"name": "grantee",
|
|
21463
22677
|
"type": {
|
|
21464
22678
|
"fqn": "aws-cdk-lib.aws_iam.IGrantable"
|
|
21465
22679
|
}
|
|
21466
22680
|
},
|
|
21467
22681
|
{
|
|
22682
|
+
"docs": {
|
|
22683
|
+
"summary": "the set of Glue actions to allow (for example `glue:GetTable`)."
|
|
22684
|
+
},
|
|
21468
22685
|
"name": "actions",
|
|
21469
22686
|
"type": {
|
|
21470
22687
|
"collection": {
|
|
@@ -21489,7 +22706,7 @@
|
|
|
21489
22706
|
},
|
|
21490
22707
|
"locationInModule": {
|
|
21491
22708
|
"filename": "lib/table-base.ts",
|
|
21492
|
-
"line":
|
|
22709
|
+
"line": 285
|
|
21493
22710
|
},
|
|
21494
22711
|
"name": "grantWrite",
|
|
21495
22712
|
"parameters": [
|
|
@@ -21517,7 +22734,7 @@
|
|
|
21517
22734
|
"immutable": true,
|
|
21518
22735
|
"locationInModule": {
|
|
21519
22736
|
"filename": "lib/table-base.ts",
|
|
21520
|
-
"line":
|
|
22737
|
+
"line": 231
|
|
21521
22738
|
},
|
|
21522
22739
|
"name": "columns",
|
|
21523
22740
|
"type": {
|
|
@@ -21537,7 +22754,7 @@
|
|
|
21537
22754
|
"immutable": true,
|
|
21538
22755
|
"locationInModule": {
|
|
21539
22756
|
"filename": "lib/table-base.ts",
|
|
21540
|
-
"line":
|
|
22757
|
+
"line": 221
|
|
21541
22758
|
},
|
|
21542
22759
|
"name": "compressed",
|
|
21543
22760
|
"type": {
|
|
@@ -21552,7 +22769,7 @@
|
|
|
21552
22769
|
"immutable": true,
|
|
21553
22770
|
"locationInModule": {
|
|
21554
22771
|
"filename": "lib/table-base.ts",
|
|
21555
|
-
"line":
|
|
22772
|
+
"line": 216
|
|
21556
22773
|
},
|
|
21557
22774
|
"name": "database",
|
|
21558
22775
|
"type": {
|
|
@@ -21567,7 +22784,7 @@
|
|
|
21567
22784
|
"immutable": true,
|
|
21568
22785
|
"locationInModule": {
|
|
21569
22786
|
"filename": "lib/table-base.ts",
|
|
21570
|
-
"line":
|
|
22787
|
+
"line": 226
|
|
21571
22788
|
},
|
|
21572
22789
|
"name": "dataFormat",
|
|
21573
22790
|
"type": {
|
|
@@ -21583,7 +22800,7 @@
|
|
|
21583
22800
|
"immutable": true,
|
|
21584
22801
|
"locationInModule": {
|
|
21585
22802
|
"filename": "lib/table-base.ts",
|
|
21586
|
-
"line":
|
|
22803
|
+
"line": 252
|
|
21587
22804
|
},
|
|
21588
22805
|
"name": "parameters",
|
|
21589
22806
|
"protected": true,
|
|
@@ -21604,7 +22821,7 @@
|
|
|
21604
22821
|
"immutable": true,
|
|
21605
22822
|
"locationInModule": {
|
|
21606
22823
|
"filename": "lib/table-base.ts",
|
|
21607
|
-
"line":
|
|
22824
|
+
"line": 210
|
|
21608
22825
|
},
|
|
21609
22826
|
"name": "tableArn",
|
|
21610
22827
|
"overrides": "@aws-cdk/aws-glue-alpha.ITable",
|
|
@@ -21620,7 +22837,7 @@
|
|
|
21620
22837
|
"immutable": true,
|
|
21621
22838
|
"locationInModule": {
|
|
21622
22839
|
"filename": "lib/table-base.ts",
|
|
21623
|
-
"line":
|
|
22840
|
+
"line": 209
|
|
21624
22841
|
},
|
|
21625
22842
|
"name": "tableName",
|
|
21626
22843
|
"overrides": "@aws-cdk/aws-glue-alpha.ITable",
|
|
@@ -21636,7 +22853,7 @@
|
|
|
21636
22853
|
"immutable": true,
|
|
21637
22854
|
"locationInModule": {
|
|
21638
22855
|
"filename": "lib/table-base.ts",
|
|
21639
|
-
"line":
|
|
22856
|
+
"line": 208
|
|
21640
22857
|
},
|
|
21641
22858
|
"name": "tableResource",
|
|
21642
22859
|
"protected": true,
|
|
@@ -21652,7 +22869,7 @@
|
|
|
21652
22869
|
"immutable": true,
|
|
21653
22870
|
"locationInModule": {
|
|
21654
22871
|
"filename": "lib/table-base.ts",
|
|
21655
|
-
"line":
|
|
22872
|
+
"line": 211
|
|
21656
22873
|
},
|
|
21657
22874
|
"name": "partitionIndexes",
|
|
21658
22875
|
"optional": true,
|
|
@@ -21673,7 +22890,7 @@
|
|
|
21673
22890
|
"immutable": true,
|
|
21674
22891
|
"locationInModule": {
|
|
21675
22892
|
"filename": "lib/table-base.ts",
|
|
21676
|
-
"line":
|
|
22893
|
+
"line": 236
|
|
21677
22894
|
},
|
|
21678
22895
|
"name": "partitionKeys",
|
|
21679
22896
|
"optional": true,
|
|
@@ -21694,7 +22911,7 @@
|
|
|
21694
22911
|
"immutable": true,
|
|
21695
22912
|
"locationInModule": {
|
|
21696
22913
|
"filename": "lib/table-base.ts",
|
|
21697
|
-
"line":
|
|
22914
|
+
"line": 246
|
|
21698
22915
|
},
|
|
21699
22916
|
"name": "partitionProjection",
|
|
21700
22917
|
"optional": true,
|
|
@@ -21715,7 +22932,7 @@
|
|
|
21715
22932
|
"immutable": true,
|
|
21716
22933
|
"locationInModule": {
|
|
21717
22934
|
"filename": "lib/table-base.ts",
|
|
21718
|
-
"line":
|
|
22935
|
+
"line": 241
|
|
21719
22936
|
},
|
|
21720
22937
|
"name": "storageParameters",
|
|
21721
22938
|
"optional": true,
|
|
@@ -21745,7 +22962,7 @@
|
|
|
21745
22962
|
"kind": "interface",
|
|
21746
22963
|
"locationInModule": {
|
|
21747
22964
|
"filename": "lib/table-base.ts",
|
|
21748
|
-
"line":
|
|
22965
|
+
"line": 52
|
|
21749
22966
|
},
|
|
21750
22967
|
"name": "TableBaseProps",
|
|
21751
22968
|
"properties": [
|
|
@@ -21758,7 +22975,7 @@
|
|
|
21758
22975
|
"immutable": true,
|
|
21759
22976
|
"locationInModule": {
|
|
21760
22977
|
"filename": "lib/table-base.ts",
|
|
21761
|
-
"line":
|
|
22978
|
+
"line": 75
|
|
21762
22979
|
},
|
|
21763
22980
|
"name": "columns",
|
|
21764
22981
|
"type": {
|
|
@@ -21779,7 +22996,7 @@
|
|
|
21779
22996
|
"immutable": true,
|
|
21780
22997
|
"locationInModule": {
|
|
21781
22998
|
"filename": "lib/table-base.ts",
|
|
21782
|
-
"line":
|
|
22999
|
+
"line": 70
|
|
21783
23000
|
},
|
|
21784
23001
|
"name": "database",
|
|
21785
23002
|
"type": {
|
|
@@ -21795,7 +23012,7 @@
|
|
|
21795
23012
|
"immutable": true,
|
|
21796
23013
|
"locationInModule": {
|
|
21797
23014
|
"filename": "lib/table-base.ts",
|
|
21798
|
-
"line":
|
|
23015
|
+
"line": 96
|
|
21799
23016
|
},
|
|
21800
23017
|
"name": "dataFormat",
|
|
21801
23018
|
"type": {
|
|
@@ -21812,7 +23029,7 @@
|
|
|
21812
23029
|
"immutable": true,
|
|
21813
23030
|
"locationInModule": {
|
|
21814
23031
|
"filename": "lib/table-base.ts",
|
|
21815
|
-
"line":
|
|
23032
|
+
"line": 103
|
|
21816
23033
|
},
|
|
21817
23034
|
"name": "compressed",
|
|
21818
23035
|
"optional": true,
|
|
@@ -21830,7 +23047,7 @@
|
|
|
21830
23047
|
"immutable": true,
|
|
21831
23048
|
"locationInModule": {
|
|
21832
23049
|
"filename": "lib/table-base.ts",
|
|
21833
|
-
"line":
|
|
23050
|
+
"line": 65
|
|
21834
23051
|
},
|
|
21835
23052
|
"name": "description",
|
|
21836
23053
|
"optional": true,
|
|
@@ -21849,7 +23066,7 @@
|
|
|
21849
23066
|
"immutable": true,
|
|
21850
23067
|
"locationInModule": {
|
|
21851
23068
|
"filename": "lib/table-base.ts",
|
|
21852
|
-
"line":
|
|
23069
|
+
"line": 119
|
|
21853
23070
|
},
|
|
21854
23071
|
"name": "enablePartitionFiltering",
|
|
21855
23072
|
"optional": true,
|
|
@@ -21869,7 +23086,7 @@
|
|
|
21869
23086
|
"immutable": true,
|
|
21870
23087
|
"locationInModule": {
|
|
21871
23088
|
"filename": "lib/table-base.ts",
|
|
21872
|
-
"line":
|
|
23089
|
+
"line": 164
|
|
21873
23090
|
},
|
|
21874
23091
|
"name": "parameters",
|
|
21875
23092
|
"optional": true,
|
|
@@ -21893,7 +23110,7 @@
|
|
|
21893
23110
|
"immutable": true,
|
|
21894
23111
|
"locationInModule": {
|
|
21895
23112
|
"filename": "lib/table-base.ts",
|
|
21896
|
-
"line":
|
|
23113
|
+
"line": 91
|
|
21897
23114
|
},
|
|
21898
23115
|
"name": "partitionIndexes",
|
|
21899
23116
|
"optional": true,
|
|
@@ -21916,7 +23133,7 @@
|
|
|
21916
23133
|
"immutable": true,
|
|
21917
23134
|
"locationInModule": {
|
|
21918
23135
|
"filename": "lib/table-base.ts",
|
|
21919
|
-
"line":
|
|
23136
|
+
"line": 82
|
|
21920
23137
|
},
|
|
21921
23138
|
"name": "partitionKeys",
|
|
21922
23139
|
"optional": true,
|
|
@@ -21941,7 +23158,7 @@
|
|
|
21941
23158
|
"immutable": true,
|
|
21942
23159
|
"locationInModule": {
|
|
21943
23160
|
"filename": "lib/table-base.ts",
|
|
21944
|
-
"line":
|
|
23161
|
+
"line": 176
|
|
21945
23162
|
},
|
|
21946
23163
|
"name": "partitionProjection",
|
|
21947
23164
|
"optional": true,
|
|
@@ -21967,7 +23184,7 @@
|
|
|
21967
23184
|
"immutable": true,
|
|
21968
23185
|
"locationInModule": {
|
|
21969
23186
|
"filename": "lib/table-base.ts",
|
|
21970
|
-
"line":
|
|
23187
|
+
"line": 154
|
|
21971
23188
|
},
|
|
21972
23189
|
"name": "storageParameters",
|
|
21973
23190
|
"optional": true,
|
|
@@ -21990,7 +23207,7 @@
|
|
|
21990
23207
|
"immutable": true,
|
|
21991
23208
|
"locationInModule": {
|
|
21992
23209
|
"filename": "lib/table-base.ts",
|
|
21993
|
-
"line":
|
|
23210
|
+
"line": 110
|
|
21994
23211
|
},
|
|
21995
23212
|
"name": "storedAsSubDirectories",
|
|
21996
23213
|
"optional": true,
|
|
@@ -22008,7 +23225,7 @@
|
|
|
22008
23225
|
"immutable": true,
|
|
22009
23226
|
"locationInModule": {
|
|
22010
23227
|
"filename": "lib/table-base.ts",
|
|
22011
|
-
"line":
|
|
23228
|
+
"line": 58
|
|
22012
23229
|
},
|
|
22013
23230
|
"name": "tableName",
|
|
22014
23231
|
"optional": true,
|
|
@@ -23259,6 +24476,6 @@
|
|
|
23259
24476
|
"symbolId": "lib/storage-parameter:WriteParallel"
|
|
23260
24477
|
}
|
|
23261
24478
|
},
|
|
23262
|
-
"version": "2.
|
|
24479
|
+
"version": "2.265.0-alpha.0",
|
|
23263
24480
|
"fingerprint": "**********"
|
|
23264
24481
|
}
|