Amazon Neptune · Example Payload

Management Restore Db Cluster From Snapshot Request Example

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

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

Top-level fields

DBClusterIdentifierSnapshotIdentifierEngineEngineVersionPortDBSubnetGroupNameVpcSecurityGroupIdsDeletionProtectionIAMDatabaseAuthenticationEnabled

Example Payload

Raw ↑
{
  "DBClusterIdentifier": "neptune-cluster-abc123",
  "SnapshotIdentifier": "neptune-cluster-abc123",
  "Engine": "neptune",
  "EngineVersion": "1.3.2.0",
  "Port": 47,
  "DBSubnetGroupName": "my-neptune-cluster",
  "VpcSecurityGroupIds": [
    "example-string"
  ],
  "DeletionProtection": true,
  "IAMDatabaseAuthenticationEnabled": true
}