Amazon Glue DataBrew · JSON Structure

Glue Databrew Output Format Options Structure

Represents a set of options that define the structure of comma-separated (CSV) job output.

Type: object Properties: 1
Data AnalyticsData PreparationETLMachine Learning

OutputFormatOptions 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

Csv

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-output-format-options-structure.json",
  "name": "OutputFormatOptions",
  "description": "Represents a set of options that define the structure of comma-separated (CSV) job output.",
  "type": "object",
  "properties": {
    "Csv": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CsvOutputOptions"
        },
        {
          "description": "Represents a set of options that define the structure of comma-separated value (CSV) job output."
        }
      ]
    }
  }
}