Amazon Neptune · Example Payload

Amazon Neptune Createdbsubnetgroup Example

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

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

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "createDBSubnetGroup",
  "method": "POST",
  "path": "/?Action=CreateDBSubnetGroup",
  "summary": "Amazon Neptune Create a New DB Subnet Group",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/xml",
      "name": "createDBSubnetGroup200Example",
      "example": {
        "DBSubnetGroupName": "my-neptune-cluster",
        "DBSubnetGroupDescription": "example-value",
        "VpcId": "neptune-cluster-abc123",
        "SubnetGroupStatus": "available",
        "Subnets": [
          {
            "SubnetIdentifier": "neptune-cluster-abc123",
            "SubnetAvailabilityZone": {
              "Name": {}
            },
            "SubnetStatus": "available"
          }
        ],
        "DBSubnetGroupArn": "arn:aws:neptune:us-east-1:123456789012:db:neptune-cluster-1"
      }
    }
  ]
}