Amazon Glue · Example Payload

Glue Get Blueprint Runs Request Example

AnalyticsData CatalogData IntegrationData PipelineETLServerless

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

Top-level fields

BlueprintNameNextTokenMaxResults

Example Payload

Raw ↑
{
  "BlueprintName": "MyGlueJob",
  "NextToken": "example-NextToken",
  "MaxResults": "example-MaxResults"
}