---
type: resource-type
title: GraphSnapshot
description: aws resource type AWS::NeptuneGraph::GraphSnapshot
name: GraphSnapshot
lexicon: aws
resource_type: AWS::NeptuneGraph::GraphSnapshot
---
`AWS::NeptuneGraph::GraphSnapshot`, a resource type of the aws lexicon.

## Properties

- `GraphIdentifier` (`string`, required): The unique identifier of the Neptune Analytics graph to create the snapshot from.
- `SnapshotName` (`string`, required): The snapshot name.
- `Arn` (`string`, optional): The ARN of the graph snapshot.
- `Id` (`string`, optional): The unique identifier of the graph snapshot.
- `KmsKeyIdentifier` (`string`, optional): The ID of the KMS key used to encrypt and decrypt the snapshot.
- `SnapshotCreateTime` (`string`, optional): The time when the snapshot was created.
- `Status` (`"AVAILABLE" | "CREATING" | "DELETING" | "FAILED"`, optional): The current status of the graph snapshot.
- `Tags` (`GraphSnapshot_Tag[]`, optional): An array of key-value pairs to apply to this resource.

## Attributes

- `Arn`
- `Id`
- `KmsKeyIdentifier`
- `SnapshotCreateTime`
- `Status`
