Amazon S3 API · Schema

OutputLocation

Describes the location where the restore job's output is stored.

Cloud StorageObject StorageStorage

Properties

Name Type Description
S3 object
View JSON Schema on GitHub

JSON Schema

s3-outputlocation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "OutputLocation",
  "type": "object",
  "properties": {
    "S3": {}
  },
  "description": "Describes the location where the restore job's output is stored."
}