S3 Glacier Vault

An S3 Glacier Vault is a secure container for storing archives in Amazon S3 Glacier, designed for long-term, low-cost data storage. Each vault can hold unlimited archives and provides metadata such as creation date, number of archives, and total size. Vaults also support access policies and notifications, enabling fine-grained control over data retrieval and monitoring.

aws.glacier_vault

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
creation_datecorestringThe Universal Coordinated Time (UTC) date when the vault was created. This value should be a string in the ISO 8601 date format, for example 2012-03-20T17:03:43.221Z.
last_inventory_datecorestringThe Universal Coordinated Time (UTC) date when Amazon S3 Glacier completed the last vault inventory. This value should be a string in the ISO 8601 date format, for example 2012-03-20T17:03:43.221Z.
number_of_archivescoreint64The number of archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example if you just created the vault.
size_in_bytescoreint64Total size, in bytes, of the archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example if you just created the vault.
tagscorehstore
vault_arncorestringThe Amazon Resource Name (ARN) of the vault.
vault_namecorestringThe name of the vault.
vault_notification_configcorejsonReturns the notification configuration set on the vault.