Amazon Glue · Example Payload

Glue Create Crawler Request Example

AnalyticsData CatalogData IntegrationData PipelineETLServerless

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

NameRoleDatabaseNameDescriptionTargetsSchedule

Example Payload

Raw ↑
{
  "Name": "MyGlueJob",
  "Role": "example-Role",
  "DatabaseName": "MyGlueJob",
  "Description": "example-Description",
  "Targets": "example-Targets",
  "Schedule": "example-Schedule"
}