Skip to content

Commit fe6efc0

Browse files
author
AWS
committed
AWS Glue Update: Added support for S3 Event Notifications for Catalog Target Crawlers.
1 parent c8dfc89 commit fe6efc0

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Glue",
4+
"contributor": "",
5+
"description": "Added support for S3 Event Notifications for Catalog Target Crawlers."
6+
}

services/glue/src/main/resources/codegen-resources/service-2.json

+8
Original file line numberDiff line numberDiff line change
@@ -4409,6 +4409,14 @@
44094409
"ConnectionName":{
44104410
"shape":"ConnectionName",
44114411
"documentation":"<p>The name of the connection for an Amazon S3-backed Data Catalog table to be a target of the crawl when using a <code>Catalog</code> connection type paired with a <code>NETWORK</code> Connection type.</p>"
4412+
},
4413+
"EventQueueArn":{
4414+
"shape":"EventQueueArn",
4415+
"documentation":"<p>A valid Amazon SQS ARN. For example, <code>arn:aws:sqs:region:account:sqs</code>.</p>"
4416+
},
4417+
"DlqEventQueueArn":{
4418+
"shape":"EventQueueArn",
4419+
"documentation":"<p>A valid Amazon dead-letter SQS ARN. For example, <code>arn:aws:sqs:region:account:deadLetterQueue</code>.</p>"
44124420
}
44134421
},
44144422
"documentation":"<p>Specifies an Glue Data Catalog target.</p>"

0 commit comments

Comments
 (0)