You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: services/glue/src/main/resources/codegen-resources/service-2.json
+8
Original file line number
Diff line number
Diff line change
@@ -4409,6 +4409,14 @@
4409
4409
"ConnectionName":{
4410
4410
"shape":"ConnectionName",
4411
4411
"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>"
4412
4420
}
4413
4421
},
4414
4422
"documentation":"<p>Specifies an Glue Data Catalog target.</p>"
0 commit comments