Amazon Glue · Example Payload

Glue Start Blueprint Run Request Example

AnalyticsData CatalogData IntegrationData PipelineETLServerless

Glue Start Blueprint Run 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

BlueprintNameParametersRoleArn

Example Payload

Raw ↑
{
  "BlueprintName": "MyGlueJob",
  "Parameters": "example-Parameters",
  "RoleArn": "arn:aws:glue:us-east-1:123456789012:job/MyGlueJob"
}