Amazon Neptune · Schema
ModifyDBInstanceRequest
DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL
Properties
| Name | Type | Description |
|---|---|---|
| DBInstanceIdentifier | string | The DB instance identifier. |
| DBInstanceClass | string | The new compute and memory capacity. |
| PreferredMaintenanceWindow | string | |
| AutoMinorVersionUpgrade | boolean | |
| NewDBInstanceIdentifier | string | |
| PromotionTier | integer | |
| ApplyImmediately | boolean |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ModifyDBInstanceRequest",
"title": "ModifyDBInstanceRequest",
"type": "object",
"required": [
"DBInstanceIdentifier"
],
"properties": {
"DBInstanceIdentifier": {
"type": "string",
"description": "The DB instance identifier."
},
"DBInstanceClass": {
"type": "string",
"description": "The new compute and memory capacity."
},
"PreferredMaintenanceWindow": {
"type": "string"
},
"AutoMinorVersionUpgrade": {
"type": "boolean"
},
"NewDBInstanceIdentifier": {
"type": "string"
},
"PromotionTier": {
"type": "integer"
},
"ApplyImmediately": {
"type": "boolean"
}
}
}