Amazon Neptune · Example Payload

Management Create Db Cluster Request Example

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

Management Create Db Cluster Request 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

DBClusterIdentifierEngineEngineVersionPortDBSubnetGroupNameVpcSecurityGroupIdsStorageEncryptedKmsKeyIdPreferredBackupWindowPreferredMaintenanceWindowBackupRetentionPeriodDeletionProtectionIAMDatabaseAuthenticationEnabled

Example Payload

Raw ↑
{
  "DBClusterIdentifier": "neptune-cluster-abc123",
  "Engine": "neptune",
  "EngineVersion": "1.3.2.0",
  "Port": 95,
  "DBSubnetGroupName": "my-neptune-cluster",
  "VpcSecurityGroupIds": [
    "example-string"
  ],
  "StorageEncrypted": true,
  "KmsKeyId": "neptune-cluster-abc123",
  "PreferredBackupWindow": "example-string",
  "PreferredMaintenanceWindow": "example-string",
  "BackupRetentionPeriod": 67,
  "DeletionProtection": true,
  "IAMDatabaseAuthenticationEnabled": false
}