AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Contains the details of an Amazon Neptune DB instance.
This data type is used as a response element in the DescribeDBInstances action.
Namespace: Amazon.Neptune.Model
Assembly: AWSSDK.Neptune.dll
Version: 3.x.y.z
public class DBInstance
The DBInstance type exposes the following members
Name | Description | |
---|---|---|
![]() |
DBInstance() |
Name | Type | Description | |
---|---|---|---|
![]() |
AllocatedStorage | System.Int32 |
Gets and sets the property AllocatedStorage. Not supported by Neptune. |
![]() |
AutoMinorVersionUpgrade | System.Boolean |
Gets and sets the property AutoMinorVersionUpgrade. Indicates that minor version patches are applied automatically. |
![]() |
AvailabilityZone | System.String |
Gets and sets the property AvailabilityZone. Specifies the name of the Availability Zone the DB instance is located in. |
![]() |
BackupRetentionPeriod | System.Int32 |
Gets and sets the property BackupRetentionPeriod. Specifies the number of days for which automatic DB snapshots are retained. |
![]() |
CACertificateIdentifier | System.String |
Gets and sets the property CACertificateIdentifier. The identifier of the CA certificate for this DB instance. |
![]() |
CharacterSetName | System.String |
Gets and sets the property CharacterSetName. (Not supported by Neptune) |
![]() |
CopyTagsToSnapshot | System.Boolean |
Gets and sets the property CopyTagsToSnapshot. Specifies whether tags are copied from the DB instance to snapshots of the DB instance. |
![]() |
DBClusterIdentifier | System.String |
Gets and sets the property DBClusterIdentifier. 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. |
![]() |
DBInstanceArn | System.String |
Gets and sets the property DBInstanceArn. The Amazon Resource Name (ARN) for the DB instance. |
![]() |
DBInstanceClass | System.String |
Gets and sets the property DBInstanceClass. Contains the name of the compute and memory capacity class of the DB instance. |
![]() |
DBInstanceIdentifier | System.String |
Gets and sets the property DBInstanceIdentifier. Contains a user-supplied database identifier. This identifier is the unique key that identifies a DB instance. |
![]() |
DbInstancePort | System.Int32 |
Gets and sets the property DbInstancePort. Specifies the port that the DB instance listens on. If the DB instance is part of a DB cluster, this can be a different port than the DB cluster port. |
![]() |
DBInstanceStatus | System.String |
Gets and sets the property DBInstanceStatus. Specifies the current state of this database. |
![]() |
DbiResourceId | System.String |
Gets and sets the property DbiResourceId. The Amazon Region-unique, immutable identifier for the DB instance. This identifier is found in Amazon CloudTrail log entries whenever the Amazon KMS key for the DB instance is accessed. |
![]() |
DBName | System.String |
Gets and sets the property DBName. The database name. |
![]() |
DBParameterGroups | System.Collections.Generic.List<Amazon.Neptune.Model.DBParameterGroupStatus> |
Gets and sets the property DBParameterGroups. Provides the list of DB parameter groups applied to this DB instance. |
![]() |
DBSecurityGroups | System.Collections.Generic.List<Amazon.Neptune.Model.DBSecurityGroupMembership> |
Gets and sets the property DBSecurityGroups.
Provides List of DB security group elements containing only |
![]() |
DBSubnetGroup | Amazon.Neptune.Model.DBSubnetGroup |
Gets and sets the property DBSubnetGroup. Specifies information on the subnet group associated with the DB instance, including the name, description, and subnets in the subnet group. |
![]() |
DeletionProtection | System.Boolean |
Gets and sets the property DeletionProtection. Indicates whether or not the DB instance has deletion protection enabled. The instance can't be deleted when deletion protection is enabled. See Deleting a DB Instance. |
![]() |
DomainMemberships | System.Collections.Generic.List<Amazon.Neptune.Model.DomainMembership> |
Gets and sets the property DomainMemberships. Not supported |
![]() |
EnabledCloudwatchLogsExports | System.Collections.Generic.List<System.String> |
Gets and sets the property EnabledCloudwatchLogsExports. A list of log types that this DB instance is configured to export to CloudWatch Logs. |
![]() |
Endpoint | Amazon.Neptune.Model.Endpoint |
Gets and sets the property Endpoint. Specifies the connection endpoint. |
![]() |
Engine | System.String |
Gets and sets the property Engine. Provides the name of the database engine to be used for this DB instance. |
![]() |
EngineVersion | System.String |
Gets and sets the property EngineVersion. Indicates the database engine version. |
![]() |
EnhancedMonitoringResourceArn | System.String |
Gets and sets the property EnhancedMonitoringResourceArn. The Amazon Resource Name (ARN) of the Amazon CloudWatch Logs log stream that receives the Enhanced Monitoring metrics data for the DB instance. |
![]() |
IAMDatabaseAuthenticationEnabled | System.Boolean |
Gets and sets the property IAMDatabaseAuthenticationEnabled. True if Amazon Identity and Access Management (IAM) authentication is enabled, and otherwise false. |
![]() |
InstanceCreateTime | System.DateTime |
Gets and sets the property InstanceCreateTime. Provides the date and time the DB instance was created. |
![]() |
Iops | System.Int32 |
Gets and sets the property Iops. Specifies the Provisioned IOPS (I/O operations per second) value. |
![]() |
KmsKeyId | System.String |
Gets and sets the property KmsKeyId. Not supported: The encryption for DB instances is managed by the DB cluster. |
![]() |
LatestRestorableTime | System.DateTime |
Gets and sets the property LatestRestorableTime. Specifies the latest time to which a database can be restored with point-in-time restore. |
![]() |
LicenseModel | System.String |
Gets and sets the property LicenseModel. License model information for this DB instance. |
![]() |
MasterUsername | System.String |
Gets and sets the property MasterUsername. Not supported by Neptune. |
![]() |
MonitoringInterval | System.Int32 |
Gets and sets the property MonitoringInterval. The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance. |
![]() |
MonitoringRoleArn | System.String |
Gets and sets the property MonitoringRoleArn. The ARN for the IAM role that permits Neptune to send Enhanced Monitoring metrics to Amazon CloudWatch Logs. |
![]() |
MultiAZ | System.Boolean |
Gets and sets the property MultiAZ. Specifies if the DB instance is a Multi-AZ deployment. |
![]() |
OptionGroupMemberships | System.Collections.Generic.List<Amazon.Neptune.Model.OptionGroupMembership> |
Gets and sets the property OptionGroupMemberships. (Not supported by Neptune) |
![]() |
PendingModifiedValues | Amazon.Neptune.Model.PendingModifiedValues |
Gets and sets the property PendingModifiedValues. Specifies that changes to the DB instance are pending. This element is only included when changes are pending. Specific changes are identified by subelements. |
![]() |
PerformanceInsightsEnabled | System.Boolean |
Gets and sets the property PerformanceInsightsEnabled. (Not supported by Neptune) |
![]() |
PerformanceInsightsKMSKeyId | System.String |
Gets and sets the property PerformanceInsightsKMSKeyId. (Not supported by Neptune) |
![]() |
PreferredBackupWindow | System.String |
Gets and sets the property PreferredBackupWindow.
Specifies the daily time range during which automated backups are created if automated
backups are enabled, as determined by the |
![]() |
PreferredMaintenanceWindow | System.String |
Gets and sets the property PreferredMaintenanceWindow. Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC). |
![]() |
PromotionTier | System.Int32 |
Gets and sets the property PromotionTier. A value that specifies the order in which a Read Replica is promoted to the primary instance after a failure of the existing primary instance. |
![]() |
PubliclyAccessible | System.Boolean |
Gets and sets the property PubliclyAccessible. This flag should no longer be used. |
![]() |
ReadReplicaDBClusterIdentifiers | System.Collections.Generic.List<System.String> |
Gets and sets the property ReadReplicaDBClusterIdentifiers. Contains one or more identifiers of DB clusters that are Read Replicas of this DB instance. |
![]() |
ReadReplicaDBInstanceIdentifiers | System.Collections.Generic.List<System.String> |
Gets and sets the property ReadReplicaDBInstanceIdentifiers. Contains one or more identifiers of the Read Replicas associated with this DB instance. |
![]() |
ReadReplicaSourceDBInstanceIdentifier | System.String |
Gets and sets the property ReadReplicaSourceDBInstanceIdentifier. Contains the identifier of the source DB instance if this DB instance is a Read Replica. |
![]() |
SecondaryAvailabilityZone | System.String |
Gets and sets the property SecondaryAvailabilityZone. If present, specifies the name of the secondary Availability Zone for a DB instance with multi-AZ support. |
![]() |
StatusInfos | System.Collections.Generic.List<Amazon.Neptune.Model.DBInstanceStatusInfo> |
Gets and sets the property StatusInfos. The status of a Read Replica. If the instance is not a Read Replica, this is blank. |
![]() |
StorageEncrypted | System.Boolean |
Gets and sets the property StorageEncrypted. Not supported: The encryption for DB instances is managed by the DB cluster. |
![]() |
StorageType | System.String |
Gets and sets the property StorageType. Specifies the storage type associated with DB instance. |
![]() |
TdeCredentialArn | System.String |
Gets and sets the property TdeCredentialArn. The ARN from the key store with which the instance is associated for TDE encryption. |
![]() |
Timezone | System.String |
Gets and sets the property Timezone. Not supported. |
![]() |
VpcSecurityGroups | System.Collections.Generic.List<Amazon.Neptune.Model.VpcSecurityGroupMembership> |
Gets and sets the property VpcSecurityGroups. Provides a list of VPC security group elements that the DB instance belongs to. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5