Amazon Neptune · Example Payload

Management Db Cluster Snapshot Example

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

Management Db Cluster Snapshot Example is an example object payload from Amazon Neptune, with 13 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

DBClusterSnapshotIdentifierDBClusterIdentifierSnapshotCreateTimeEngineEngineVersionStatusAllocatedStorageVpcIdPortStorageEncryptedKmsKeyIdDBClusterSnapshotArnSnapshotType

Example Payload

Raw ↑
{
  "DBClusterSnapshotIdentifier": "neptune-cluster-abc123",
  "DBClusterIdentifier": "neptune-cluster-abc123",
  "SnapshotCreateTime": "2025-03-15T14:30:00Z",
  "Engine": "neptune",
  "EngineVersion": "1.3.2.0",
  "Status": "available",
  "AllocatedStorage": 30,
  "VpcId": "neptune-cluster-abc123",
  "Port": 100,
  "StorageEncrypted": true,
  "KmsKeyId": "neptune-cluster-abc123",
  "DBClusterSnapshotArn": "arn:aws:neptune:us-east-1:123456789012:cluster:neptune-1",
  "SnapshotType": "db.r6g.large"
}