Amazon Glue · Example Payload

Glue Update Table Request Example

AnalyticsData CatalogData IntegrationData PipelineETLServerless

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

Top-level fields

CatalogIdDatabaseNameTableInputSkipArchiveTransactionIdVersionId

Example Payload

Raw ↑
{
  "CatalogId": "example-CatalogId",
  "DatabaseName": "MyGlueJob",
  "TableInput": "example-TableInput",
  "SkipArchive": "example-SkipArchive",
  "TransactionId": "example-TransactionI",
  "VersionId": "example-VersionId"
}