Amazon S3 Glacier · JSON Structure

Amazon S3 Glacier Api Job Parameters Structure

JobParameters schema from api

Type: object Properties: 6
ArchiveBackupStorage

JobParameters is a JSON Structure definition published by Amazon S3 Glacier, describing 6 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Type ArchiveId Description SNSTopic RetrievalByteRange Tier

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-s3-glacier/refs/heads/main/json-structure/amazon-s3-glacier-api-job-parameters-structure.json",
  "description": "JobParameters schema from api",
  "type": "object",
  "properties": {
    "Type": {
      "type": "string",
      "enum": [
        "archive-retrieval",
        "inventory-retrieval",
        "select"
      ]
    },
    "ArchiveId": {
      "type": "string"
    },
    "Description": {
      "type": "string"
    },
    "SNSTopic": {
      "type": "string"
    },
    "RetrievalByteRange": {
      "type": "string"
    },
    "Tier": {
      "type": "string",
      "enum": [
        "Expedited",
        "Standard",
        "Bulk"
      ]
    }
  },
  "name": "JobParameters"
}