Amazon Glue · Example Payload

Glue Basic Catalog Target Example

AnalyticsData CatalogData IntegrationData PipelineETLServerless

Glue Basic Catalog Target 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

NameInputsDatabaseTable

Example Payload

Raw ↑
{
  "Name": "MyGlueJob",
  "Inputs": "example-Inputs",
  "Database": "example-Database",
  "Table": "example-Table"
}