AWS SDK Version 3 for .NET
API Reference

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 cluster.

This data type is used as a response element in the DescribeDBClusters.

Inheritance Hierarchy

System.Object
  Amazon.Neptune.Model.DBCluster

Namespace: Amazon.Neptune.Model
Assembly: AWSSDK.Neptune.dll
Version: 3.x.y.z

Syntax

C#
public class DBCluster

The DBCluster type exposes the following members

Constructors

NameDescription
Public Method DBCluster()

Properties

NameTypeDescription
Public Property AllocatedStorage System.Int32

Gets and sets the property AllocatedStorage.

AllocatedStorage always returns 1, because Neptune DB cluster storage size is not fixed, but instead automatically adjusts as needed.

Public Property AssociatedRoles System.Collections.Generic.List<Amazon.Neptune.Model.DBClusterRole>

Gets and sets the property AssociatedRoles.

Provides a list of the Amazon Identity and Access Management (IAM) roles that are associated with the DB cluster. IAM roles that are associated with a DB cluster grant permission for the DB cluster to access other Amazon services on your behalf.

Public Property AutomaticRestartTime System.DateTime

Gets and sets the property AutomaticRestartTime.

Time at which the DB cluster will be automatically restarted.

Public Property AvailabilityZones System.Collections.Generic.List<System.String>

Gets and sets the property AvailabilityZones.

Provides the list of EC2 Availability Zones that instances in the DB cluster can be created in.

Public Property BackupRetentionPeriod System.Int32

Gets and sets the property BackupRetentionPeriod.

Specifies the number of days for which automatic DB snapshots are retained.

Public Property CharacterSetName System.String

Gets and sets the property CharacterSetName.

Not supported by Neptune.

Public Property CloneGroupId System.String

Gets and sets the property CloneGroupId.

Identifies the clone group to which the DB cluster is associated.

Public Property ClusterCreateTime System.DateTime

Gets and sets the property ClusterCreateTime.

Specifies the time when the DB cluster was created, in Universal Coordinated Time (UTC).

Public Property CopyTagsToSnapshot System.Boolean

Gets and sets the property CopyTagsToSnapshot.

If set to true, tags are copied to any snapshot of the DB cluster that is created.

Public Property CrossAccountClone System.Boolean

Gets and sets the property CrossAccountClone.

If set to true, the DB cluster can be cloned across accounts.

Public Property DatabaseName System.String

Gets and sets the property DatabaseName.

Contains the name of the initial database of this DB cluster that was provided at create time, if one was specified when the DB cluster was created. This same name is returned for the life of the DB cluster.

Public Property DBClusterArn System.String

Gets and sets the property DBClusterArn.

The Amazon Resource Name (ARN) for the DB cluster.

Public Property DBClusterIdentifier System.String

Gets and sets the property DBClusterIdentifier.

Contains a user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.

Public Property DBClusterMembers System.Collections.Generic.List<Amazon.Neptune.Model.DBClusterMember>

Gets and sets the property DBClusterMembers.

Provides the list of instances that make up the DB cluster.

Public Property DBClusterOptionGroupMemberships System.Collections.Generic.List<Amazon.Neptune.Model.DBClusterOptionGroupStatus>

Gets and sets the property DBClusterOptionGroupMemberships.

Not supported by Neptune.

Public Property DBClusterParameterGroup System.String

Gets and sets the property DBClusterParameterGroup.

Specifies the name of the DB cluster parameter group for the DB cluster.

Public Property DbClusterResourceId System.String

Gets and sets the property DbClusterResourceId.

The Amazon Region-unique, immutable identifier for the DB cluster. This identifier is found in Amazon CloudTrail log entries whenever the Amazon KMS key for the DB cluster is accessed.

Public Property DBSubnetGroup System.String

Gets and sets the property DBSubnetGroup.

Specifies information on the subnet group associated with the DB cluster, including the name, description, and subnets in the subnet group.

Public Property DeletionProtection System.Boolean

Gets and sets the property DeletionProtection.

Indicates whether or not the DB cluster has deletion protection enabled. The database can't be deleted when deletion protection is enabled.

Public Property EarliestRestorableTime System.DateTime

Gets and sets the property EarliestRestorableTime.

Specifies the earliest time to which a database can be restored with point-in-time restore.

Public Property EnabledCloudwatchLogsExports System.Collections.Generic.List<System.String>

Gets and sets the property EnabledCloudwatchLogsExports.

A list of the log types that this DB cluster is configured to export to CloudWatch Logs. Valid log types are: audit (to publish audit logs to CloudWatch) and slowquery (to publish slow-query logs to CloudWatch). See Publishing Neptune logs to Amazon CloudWatch logs.

Public Property Endpoint System.String

Gets and sets the property Endpoint.

Specifies the connection endpoint for the primary instance of the DB cluster.

Public Property Engine System.String

Gets and sets the property Engine.

Provides the name of the database engine to be used for this DB cluster.

Public Property EngineVersion System.String

Gets and sets the property EngineVersion.

Indicates the database engine version.

Public Property GlobalClusterIdentifier System.String

Gets and sets the property GlobalClusterIdentifier.

Contains a user-supplied global database cluster identifier. This identifier is the unique key that identifies a global database.

Public Property HostedZoneId System.String

Gets and sets the property HostedZoneId.

Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.

Public Property IAMDatabaseAuthenticationEnabled System.Boolean

Gets and sets the property IAMDatabaseAuthenticationEnabled.

True if mapping of Amazon Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false.

Public Property IOOptimizedNextAllowedModificationTime System.DateTime

Gets and sets the property IOOptimizedNextAllowedModificationTime.

The next time you can modify the DB cluster to use the iopt1 storage type.

Public Property KmsKeyId System.String

Gets and sets the property KmsKeyId.

If StorageEncrypted is true, the Amazon KMS key identifier for the encrypted DB cluster.

Public Property 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.

Public Property MasterUsername System.String

Gets and sets the property MasterUsername.

Not supported by Neptune.

Public Property MultiAZ System.Boolean

Gets and sets the property MultiAZ.

Specifies whether the DB cluster has instances in multiple Availability Zones.

Public Property PendingModifiedValues Amazon.Neptune.Model.ClusterPendingModifiedValues

Gets and sets the property PendingModifiedValues.

This data type is used as a response element in the ModifyDBCluster operation and contains changes that will be applied during the next maintenance window.

Public Property PercentProgress System.String

Gets and sets the property PercentProgress.

Specifies the progress of the operation as a percentage.

Public Property Port System.Int32

Gets and sets the property Port.

Specifies the port that the database engine is listening on.

Public Property 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 BackupRetentionPeriod.

Public Property 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).

Public Property ReaderEndpoint System.String

Gets and sets the property ReaderEndpoint.

The reader endpoint for the DB cluster. The reader endpoint for a DB cluster load-balances connections across the Read Replicas that are available in a DB cluster. As clients request new connections to the reader endpoint, Neptune distributes the connection requests among the Read Replicas in the DB cluster. This functionality can help balance your read workload across multiple Read Replicas in your DB cluster.

If a failover occurs, and the Read Replica that you are connected to is promoted to be the primary instance, your connection is dropped. To continue sending your read workload to other Read Replicas in the cluster, you can then reconnect to the reader endpoint.

Public Property ReadReplicaIdentifiers System.Collections.Generic.List<System.String>

Gets and sets the property ReadReplicaIdentifiers.

Contains one or more identifiers of the Read Replicas associated with this DB cluster.

Public Property ReplicationSourceIdentifier System.String

Gets and sets the property ReplicationSourceIdentifier.

Not supported by Neptune.

Public Property ServerlessV2ScalingConfiguration Amazon.Neptune.Model.ServerlessV2ScalingConfigurationInfo

Gets and sets the property ServerlessV2ScalingConfiguration.

Shows the scaling configuration for a Neptune Serverless DB cluster.

For more information, see Using Amazon Neptune Serverless in the Amazon Neptune User Guide.

Public Property Status System.String

Gets and sets the property Status.

Specifies the current state of this DB cluster.

Public Property StorageEncrypted System.Boolean

Gets and sets the property StorageEncrypted.

Specifies whether the DB cluster is encrypted.

Public Property StorageType System.String

Gets and sets the property StorageType.

The storage type associated with the DB cluster.

Public Property VpcSecurityGroups System.Collections.Generic.List<Amazon.Neptune.Model.VpcSecurityGroupMembership>

Gets and sets the property VpcSecurityGroups.

Provides a list of VPC security groups that the DB cluster belongs to.

Version Information

.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