Amazon Neptune · JSON Structure

Management Db Cluster Snapshot Structure

Contains the details of a Neptune DB cluster snapshot.

Type: object Properties: 13
DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

DBClusterSnapshot is a JSON Structure definition published by Amazon Neptune, describing 13 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

DBClusterSnapshotIdentifier DBClusterIdentifier SnapshotCreateTime Engine EngineVersion Status AllocatedStorage VpcId Port StorageEncrypted KmsKeyId DBClusterSnapshotArn SnapshotType

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-neptune/refs/heads/main/json-structure/management-db-cluster-snapshot-structure.json",
  "name": "DBClusterSnapshot",
  "description": "Contains the details of a Neptune DB cluster snapshot.",
  "type": "object",
  "properties": {
    "DBClusterSnapshotIdentifier": {
      "type": "string",
      "description": "The identifier of the cluster snapshot."
    },
    "DBClusterIdentifier": {
      "type": "string",
      "description": "The cluster identifier of the source cluster."
    },
    "SnapshotCreateTime": {
      "type": "datetime"
    },
    "Engine": {
      "type": "string"
    },
    "EngineVersion": {
      "type": "string"
    },
    "Status": {
      "type": "string",
      "description": "The status of the snapshot."
    },
    "AllocatedStorage": {
      "type": "int32"
    },
    "VpcId": {
      "type": "string"
    },
    "Port": {
      "type": "int32"
    },
    "StorageEncrypted": {
      "type": "boolean"
    },
    "KmsKeyId": {
      "type": "string"
    },
    "DBClusterSnapshotArn": {
      "type": "string"
    },
    "SnapshotType": {
      "type": "string",
      "description": "The type of the snapshot (manual or automated)."
    }
  }
}