Amazon Glue · Example Payload

Glue Batch Delete Table Request Example

AnalyticsData CatalogData IntegrationData PipelineETLServerless

Glue Batch Delete Table Request Example is an example object payload from Amazon Glue, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

CatalogIdDatabaseNameTablesToDeleteTransactionId

Example Payload

Raw ↑
{
  "CatalogId": "example-CatalogId",
  "DatabaseName": "MyGlueJob",
  "TablesToDelete": "example-TablesToDele",
  "TransactionId": "example-TransactionI"
}