Amazon S3 Glacier · Example Payload

Amazon S3 Glacier Api Describe Vault Output Example

ArchiveBackupStorage

Amazon S3 Glacier Api Describe Vault Output Example is an example object payload from Amazon S3 Glacier, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

VaultARNVaultNameCreationDateLastInventoryDateNumberOfArchivesSizeInBytes

Example Payload

Raw ↑
{
  "VaultARN": "arn:aws:service:us-east-1:123456789012:resource/example",
  "VaultName": "Example Resource",
  "CreationDate": "2026-04-19T00:00:00Z",
  "LastInventoryDate": "2026-04-19T00:00:00Z",
  "NumberOfArchives": 100,
  "SizeInBytes": 100
}