---
title: Getting Started with Datadog
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > Infrastructure > Datadog Resource Catalog
---

# aws_glacier_vault{% #aws_glacier_vault %}

## `account_id`{% #account_id %}

**Type**: `STRING`

## `creation_date`{% #creation_date %}

**Type**: `STRING`**Provider name**: `CreationDate`**Description**: The 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_date`{% #last_inventory_date %}

**Type**: `STRING`**Provider name**: `LastInventoryDate`**Description**: The 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_archives`{% #number_of_archives %}

**Type**: `INT64`**Provider name**: `NumberOfArchives`**Description**: The 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_bytes`{% #size_in_bytes %}

**Type**: `INT64`**Provider name**: `SizeInBytes`**Description**: Total 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.

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING`

## `vault_arn`{% #vault_arn %}

**Type**: `STRING`**Provider name**: `VaultARN`**Description**: The Amazon Resource Name (ARN) of the vault.

## `vault_name`{% #vault_name %}

**Type**: `STRING`**Provider name**: `VaultName`**Description**: The name of the vault.

## `vault_notification_config`{% #vault_notification_config %}

**Type**: `STRUCT`**Provider name**: `vaultNotificationConfig`**Description**: Returns the notification configuration set on the vault.

- `events`**Type**: `UNORDERED_LIST_STRING`**Provider name**: `Events`**Description**: A list of one or more events for which Amazon S3 Glacier will send a notification to the specified Amazon SNS topic.
- `sns_topic`**Type**: `STRING`**Provider name**: `SNSTopic`**Description**: The Amazon Simple Notification Service (Amazon SNS) topic Amazon Resource Name (ARN).
