Amazon Neptune · Schema

Amazon Neptune DB Instance

Represents an Amazon Neptune DB instance, which is a compute node within a Neptune DB cluster that processes graph queries and manages the connection to the shared cluster storage.

AWSDatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

Properties

Name Type Description
DBInstanceIdentifier string The user-supplied unique identifier for the DB instance.
DBInstanceArn string The Amazon Resource Name (ARN) for the DB instance.
DBInstanceClass string The compute and memory capacity of the DB instance (e.g., db.r5.large, db.r6g.xlarge, db.serverless).
Engine string The name of the database engine.
EngineVersion string The version of the Neptune database engine.
DBInstanceStatus string The current state of the DB instance.
Endpoint object The connection endpoint for the DB instance.
DBClusterIdentifier string The identifier of the DB cluster that this instance belongs to.
AvailabilityZone string The name of the Availability Zone where the DB instance is located.
DBSubnetGroup object The DB subnet group associated with the instance.
PreferredMaintenanceWindow string The weekly time range during which system maintenance can occur (UTC).
AutoMinorVersionUpgrade boolean Whether minor engine version upgrades are applied automatically.
PubliclyAccessible boolean Whether the DB instance is publicly accessible.
PromotionTier integer The order in which a read replica is promoted to the primary instance during a failover.
StorageEncrypted boolean Whether the DB instance storage is encrypted.
KmsKeyId string The AWS KMS key identifier for the encrypted instance.
DbiResourceId string The AWS Region-unique, immutable identifier for the DB instance.
CACertificateIdentifier string The identifier of the CA certificate for this DB instance.
CopyTagsToSnapshot boolean Whether tags are copied to snapshots of the DB instance.
InstanceCreateTime string The date and time when the DB instance was created.
PendingModifiedValues object Changes to the DB instance that are pending application.
View JSON Schema on GitHub