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

# aws_memorydb_snapshot{% #aws_memorydb_snapshot %}

## `account_id`{% #account_id %}

**Type**: `STRING`

## `arn`{% #arn %}

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

## `cluster_configuration`{% #cluster_configuration %}

**Type**: `STRUCT`**Provider name**: `ClusterConfiguration`**Description**: The configuration of the cluster from which the snapshot was taken

- `description`**Type**: `STRING`**Provider name**: `Description`**Description**: The description of the cluster configuration
- `engine`**Type**: `STRING`**Provider name**: `Engine`**Description**: The name of the engine used by the cluster configuration.
- `engine_version`**Type**: `STRING`**Provider name**: `EngineVersion`**Description**: The Redis OSS engine version used by the cluster
- `maintenance_window`**Type**: `STRING`**Provider name**: `MaintenanceWindow`**Description**: The specified maintenance window for the cluster
- `multi_region_cluster_name`**Type**: `STRING`**Provider name**: `MultiRegionClusterName`**Description**: The name for the multi-Region cluster associated with the cluster configuration.
- `multi_region_parameter_group_name`**Type**: `STRING`**Provider name**: `MultiRegionParameterGroupName`**Description**: The name of the multi-Region parameter group associated with the cluster configuration.
- `name`**Type**: `STRING`**Provider name**: `Name`**Description**: The name of the cluster
- `node_type`**Type**: `STRING`**Provider name**: `NodeType`**Description**: The node type used for the cluster
- `num_shards`**Type**: `INT32`**Provider name**: `NumShards`**Description**: The number of shards in the cluster
- `parameter_group_name`**Type**: `STRING`**Provider name**: `ParameterGroupName`**Description**: The name of parameter group used by the cluster
- `port`**Type**: `INT32`**Provider name**: `Port`**Description**: The port used by the cluster
- `shards`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `Shards`**Description**: The list of shards in the cluster
  - `configuration`**Type**: `STRUCT`**Provider name**: `Configuration`**Description**: The configuration details of the shard
    - `replica_count`**Type**: `INT32`**Provider name**: `ReplicaCount`**Description**: The number of read replica nodes in this shard.
    - `slots`**Type**: `STRING`**Provider name**: `Slots`**Description**: A string that specifies the keyspace for a particular node group. Keyspaces range from 0 to 16,383. The string is in the format startkey-endkey.
  - `name`**Type**: `STRING`**Provider name**: `Name`**Description**: The name of the shard
  - `size`**Type**: `STRING`**Provider name**: `Size`**Description**: The size of the shard's snapshot
  - `snapshot_creation_time`**Type**: `TIMESTAMP`**Provider name**: `SnapshotCreationTime`**Description**: The date and time that the shard's snapshot was created
- `snapshot_retention_limit`**Type**: `INT32`**Provider name**: `SnapshotRetentionLimit`**Description**: The snapshot retention limit set by the cluster
- `snapshot_window`**Type**: `STRING`**Provider name**: `SnapshotWindow`**Description**: The snapshot window set by the cluster
- `subnet_group_name`**Type**: `STRING`**Provider name**: `SubnetGroupName`**Description**: The name of the subnet group used by the cluster
- `topic_arn`**Type**: `STRING`**Provider name**: `TopicArn`**Description**: The Amazon Resource Name (ARN) of the SNS notification topic for the cluster
- `vpc_id`**Type**: `STRING`**Provider name**: `VpcId`**Description**: The ID of the VPC the cluster belongs to

## `data_tiering`{% #data_tiering %}

**Type**: `STRING`**Provider name**: `DataTiering`**Description**: Enables data tiering. Data tiering is only supported for clusters using the r6gd node type. This parameter must be set when using r6gd nodes. For more information, see [Data tiering](https://docs.aws.amazon.com/memorydb/latest/devguide/data-tiering.html).

## `kms_key_id`{% #kms_key_id %}

**Type**: `STRING`**Provider name**: `KmsKeyId`**Description**: The ID of the KMS key used to encrypt the snapshot.

## `name`{% #name %}

**Type**: `STRING`**Provider name**: `Name`**Description**: The name of the snapshot

## `status`{% #status %}

**Type**: `STRING`**Provider name**: `Status`**Description**: The status of the snapshot. Valid values: creating | available | restoring | copying | deleting.

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING`
