Amazon Glue DataBrew · JSON Structure

Glue Databrew Metadata Structure

Contains additional resource information needed for specific datasets.

Type: object Properties: 1
Data AnalyticsData PreparationETLMachine Learning

Metadata is a JSON Structure definition published by Amazon Glue DataBrew, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

SourceArn

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue-databrew/refs/heads/main/json-structure/glue-databrew-metadata-structure.json",
  "name": "Metadata",
  "description": "Contains additional resource information needed for specific datasets.",
  "type": "object",
  "properties": {
    "SourceArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Arn"
        },
        {
          "description": "The Amazon Resource Name (ARN) associated with the dataset. Currently, DataBrew only supports ARNs from Amazon AppFlow."
        }
      ]
    }
  }
}