Amazon S3 Glacier · JSON Structure

Amazon S3 Glacier Api Describe Vault Output Structure

DescribeVaultOutput schema from api

Type: object Properties: 6
ArchiveBackupStorage

DescribeVaultOutput 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

VaultARN VaultName CreationDate LastInventoryDate NumberOfArchives SizeInBytes

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-describe-vault-output-structure.json",
  "description": "DescribeVaultOutput schema from api",
  "type": "object",
  "properties": {
    "VaultARN": {
      "type": "string"
    },
    "VaultName": {
      "type": "string"
    },
    "CreationDate": {
      "type": "datetime"
    },
    "LastInventoryDate": {
      "type": "datetime"
    },
    "NumberOfArchives": {
      "type": "int32"
    },
    "SizeInBytes": {
      "type": "int32"
    }
  },
  "name": "DescribeVaultOutput"
}