Amazon Glue · Example Payload

Glue Get Partition Indexes Request Example

AnalyticsData CatalogData IntegrationData PipelineETLServerless

Glue Get Partition Indexes 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

CatalogIdDatabaseNameTableNameNextToken

Example Payload

Raw ↑
{
  "CatalogId": "example-CatalogId",
  "DatabaseName": "MyGlueJob",
  "TableName": "MyGlueJob",
  "NextToken": "example-NextToken"
}