Amazon Glue · Example Payload

Glue Action Example

AnalyticsData CatalogData IntegrationData PipelineETLServerless

Glue Action 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

JobNameArgumentsTimeoutSecurityConfigurationNotificationPropertyCrawlerName

Example Payload

Raw ↑
{
  "JobName": "MyGlueJob",
  "Arguments": "example-Arguments",
  "Timeout": "example-Timeout",
  "SecurityConfiguration": "example-SecurityConf",
  "NotificationProperty": "example-Notification",
  "CrawlerName": "MyGlueJob"
}