---
type: resource-type
title: NeptuneDBInstance
description: aws resource type AWS::Neptune::DBInstance
name: NeptuneDBInstance
lexicon: aws
resource_type: AWS::Neptune::DBInstance
---
`AWS::Neptune::DBInstance`, a resource type of the aws lexicon.

## Properties

- `DBInstanceClass` (`string`, required): Contains the name of the compute and memory capacity class of the DB instance. If you update this property, some interruptions may occur.
- `AllowMajorVersionUpgrade` (`boolean`, optional): Indicates that major version upgrades are allowed. Changing this parameter doesn't result in an outage and the change is asynchronously applied as soon as possible. This parameter must be set to true when specifying a value for the EngineVersion parameter that is a different major version than the DB instance's current version.
- `AutoMinorVersionUpgrade` (`boolean`, optional): Indicates that minor version patches are applied automatically. When updating this property, some interruptions may occur.
- `AvailabilityZone` (`string`, optional): Specifies the name of the Availability Zone the DB instance is located in.
- `DBClusterIdentifier` (`string`, optional): If the DB instance is a member of a DB cluster, contains the name of the DB cluster that the DB instance is a member of.
- `DBInstanceIdentifier` (`string`, optional): Contains a user-supplied database identifier. This identifier is the unique key that identifies a DB instance.
- `DBParameterGroupName` (`string`, optional): The name of an existing DB parameter group or a reference to an AWS::Neptune::DBParameterGroup resource created in the template. If any of the data members of the referenced parameter group are changed during an update, the DB instance might need to be restarted, which causes some interruption. If the parameter group contains static parameters, whether they were changed or not, an update triggers a reboot.
- `DBSnapshotIdentifier` (`string`, optional): This parameter is not supported. `AWS::Neptune::DBInstance` does not support restoring from snapshots. `AWS::Neptune::DBCluster` does support restoring from snapshots.
- `DBSubnetGroupName` (`string`, optional): A DB subnet group to associate with the DB instance. If you update this value, the new subnet group must be a subnet group in a new virtual private cloud (VPC).
- `Endpoint` (`string`, optional): The connection endpoint for the database. For example: `mystack-mydb-1apw1j4phylrk.cg034hpkmmjt.us-east-2.rds.amazonaws.com`.
- `Port` (`string`, optional): The port number on which the database accepts connections. For example: `8182`.
- `PreferredMaintenanceWindow` (`string`, optional): Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
- `PubliclyAccessible` (`boolean`, optional): Indicates that public accessibility is enabled. This should be enabled in combination with IAM Auth enabled on the DBCluster
- `Tags` (`NeptuneDBInstance_Tag[]`, optional): An arbitrary set of tags (key-value pairs) for this DB instance.

## Attributes

- `Endpoint`
- `Port`
