Amazon S3 API · Schema

OutputSerialization

Describes how results of the Select job are serialized.

Cloud StorageObject StorageStorage

Properties

Name Type Description
CSV object
JSON object
View JSON Schema on GitHub

JSON Schema

s3-outputserialization-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "OutputSerialization",
  "type": "object",
  "properties": {
    "CSV": {},
    "JSON": {}
  },
  "description": "Describes how results of the Select job are serialized."
}