Amazon Glue DataBrew · Example Payload

Glue Databrew Describe Project Response Example

Data AnalyticsData PreparationETLMachine Learning

Glue Databrew Describe Project Response 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

CreateDateCreatedByDatasetNameLastModifiedDateLastModifiedByNameRecipeNameResourceArn

Example Payload

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