Amazon S3 API · Schema

SelectObjectContentEventStream

The container for selecting objects from a content event stream.

Cloud StorageObject StorageStorage

Properties

Name Type Description
Records object
Stats object
Progress object
Cont object
End object
View JSON Schema on GitHub

JSON Schema

s3-selectobjectcontenteventstream-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SelectObjectContentEventStream",
  "type": "object",
  "properties": {
    "Records": {},
    "Stats": {},
    "Progress": {},
    "Cont": {},
    "End": {}
  },
  "description": "The container for selecting objects from a content event stream."
}