Amazon Glue DataBrew · JSON Structure

Glue Databrew S3 Table Output Options Structure

Represents options that specify how and where DataBrew writes the Amazon S3 output generated by recipe jobs.

Type: object Properties: 1 Required: 1
Data AnalyticsData PreparationETLMachine Learning

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

Properties

Location

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-s3-table-output-options-structure.json",
  "name": "S3TableOutputOptions",
  "description": "Represents options that specify how and where DataBrew writes the Amazon S3 output generated by recipe jobs.",
  "type": "object",
  "properties": {
    "Location": {
      "allOf": [
        {
          "$ref": "#/components/schemas/S3Location"
        },
        {
          "description": "Represents an Amazon S3 location (bucket name and object key) where DataBrew can write output from a job."
        }
      ]
    }
  },
  "required": [
    "Location"
  ]
}