Amazon Glue · Example Payload

Glue Create Job Request Example

AnalyticsData CatalogData IntegrationData PipelineETLServerless

Glue Create Job 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

NameDescriptionLogUriRoleExecutionPropertyCommand

Example Payload

Raw ↑
{
  "Name": "MyGlueJob",
  "Description": "example-Description",
  "LogUri": "example-LogUri",
  "Role": "example-Role",
  "ExecutionProperty": "example-ExecutionPro",
  "Command": "example-Command"
}