Amazon Glue DataBrew · Example Payload

Glue Databrew Create Profile Job Request Example

Data AnalyticsData PreparationETLMachine Learning

Glue Databrew Create Profile Job Request 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

DatasetNameEncryptionKeyArnEncryptionModeNameLogSubscriptionMaxCapacityMaxRetriesOutputLocation

Example Payload

Raw ↑
{
  "DatasetName": "MyDataBrewProject",
  "EncryptionKeyArn": "arn:aws:databrew:us-east-1:123456789012:project/MyProject",
  "EncryptionMode": "example-EncryptionMode",
  "Name": "MyDataBrewProject",
  "LogSubscription": "example-LogSubscription",
  "MaxCapacity": "example-MaxCapacity",
  "MaxRetries": "example-MaxRetries",
  "OutputLocation": "example-OutputLocation"
}