Skip to content

Commit

Permalink
AWS Glue Update: Added support for S3 Event Notifications for Catalog…
Browse files Browse the repository at this point in the history
… Target Crawlers.
  • Loading branch information
AWS committed Sep 22, 2022
1 parent c8dfc89 commit fe6efc0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changes/next-release/feature-AWSGlue-d91009f.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "feature",
"category": "AWS Glue",
"contributor": "",
"description": "Added support for S3 Event Notifications for Catalog Target Crawlers."
}
Original file line number Diff line number Diff line change
Expand Up @@ -4409,6 +4409,14 @@
"ConnectionName":{
"shape":"ConnectionName",
"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>"
},
"EventQueueArn":{
"shape":"EventQueueArn",
"documentation":"<p>A valid Amazon SQS ARN. For example, <code>arn:aws:sqs:region:account:sqs</code>.</p>"
},
"DlqEventQueueArn":{
"shape":"EventQueueArn",
"documentation":"<p>A valid Amazon dead-letter SQS ARN. For example, <code>arn:aws:sqs:region:account:deadLetterQueue</code>.</p>"
}
},
"documentation":"<p>Specifies an Glue Data Catalog target.</p>"
Expand Down

0 comments on commit fe6efc0

Please sign in to comment.