Amazon Glue DataBrew · Example Payload

Glue Databrew Schedule Example

Data AnalyticsData PreparationETLMachine Learning

Glue Databrew Schedule Example is an example object payload from Amazon Glue DataBrew, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

AccountIdCreatedByCreateDateJobNamesLastModifiedByLastModifiedDateResourceArnCronExpression

Example Payload

Raw ↑
{
  "AccountId": "example-AccountId",
  "CreatedBy": "example-CreatedBy",
  "CreateDate": "example-CreateDate",
  "JobNames": "MyDataBrewProject",
  "LastModifiedBy": "example-LastModifiedBy",
  "LastModifiedDate": "example-LastModifiedDat",
  "ResourceArn": "arn:aws:databrew:us-east-1:123456789012:project/MyProject",
  "CronExpression": "example-CronExpression"
}