Amazon Neptune · Example Payload

Management Modify Db Cluster Request Example

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

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

Top-level fields

DBClusterIdentifierNewDBClusterIdentifierEngineVersionPortDBClusterParameterGroupNameVpcSecurityGroupIdsBackupRetentionPeriodPreferredBackupWindowPreferredMaintenanceWindowDeletionProtectionApplyImmediately

Example Payload

Raw ↑
{
  "DBClusterIdentifier": "neptune-cluster-abc123",
  "NewDBClusterIdentifier": "neptune-cluster-abc123",
  "EngineVersion": "1.3.2.0",
  "Port": 44,
  "DBClusterParameterGroupName": "my-neptune-cluster",
  "VpcSecurityGroupIds": [
    "example-string"
  ],
  "BackupRetentionPeriod": 85,
  "PreferredBackupWindow": "example-string",
  "PreferredMaintenanceWindow": "example-string",
  "DeletionProtection": true,
  "ApplyImmediately": true
}