Amazon S3 Glacier · Example Payload

Amazon S3 Glacier Vault Example

ArchiveBackupStorage

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

Top-level fields

VaultARNVaultNameCreationDateLastInventoryDateNumberOfArchivesSizeInBytesVaultAccessPolicyVaultNotificationConfigTags

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,
  "VaultAccessPolicy": "example-value",
  "VaultNotificationConfig": "example-value",
  "Tags": {}
}