AWS SDK Version 2 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.

.NET Framework 4.5
 
Contains the result of a successful invocation of the following actions:

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

Inheritance Hierarchy

System.Object
  Amazon.RDS.Model.DBCluster

Namespace: Amazon.RDS.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class DBCluster : Object

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.

Specifies the allocated storage size in gigabytes (GB).

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.

If present, specifies the name of the character set that this cluster is associated with.

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 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.RDS.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.RDS.Model.DBClusterOptionGroupStatus> Gets and sets the property DBClusterOptionGroupMemberships.

Provides the list of option group memberships for this DB cluster.

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 region-unique, immutable identifier for the DB cluster. This identifier is found in AWS CloudTrail log entries whenever the 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 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 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 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 KmsKeyId System.String Gets and sets the property KmsKeyId.

If StorageEncrypted is true, the 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.

Contains the master username for the DB cluster.

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 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 VpcSecurityGroups System.Collections.Generic.List<Amazon.RDS.Model.VpcSecurityGroupMembership> Gets and sets the property VpcSecurityGroups.

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

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1