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.

An automated backup of a DB cluster. It consists of system backups, transaction logs, and the database cluster properties that existed at the time you deleted the source cluster.

Inheritance Hierarchy

System.Object
  Amazon.RDS.Model.DBClusterAutomatedBackup

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

Syntax

C#
public class DBClusterAutomatedBackup

The DBClusterAutomatedBackup type exposes the following members

Constructors

NameDescription
Public Method DBClusterAutomatedBackup()

Properties

NameTypeDescription
Public Property AllocatedStorage System.Int32

Gets and sets the property AllocatedStorage.

For all database engines except Amazon Aurora, AllocatedStorage specifies the allocated storage size in gibibytes (GiB). For Aurora, AllocatedStorage always returns 1, because Aurora DB cluster storage size isn't fixed, but instead automatically adjusts as needed.

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

Gets and sets the property AvailabilityZones.

The Availability Zones where instances in the DB cluster can be created. For information on Amazon Web Services Regions and Availability Zones, see Regions and Availability Zones.

Public Property AwsBackupRecoveryPointArn System.String

Gets and sets the property AwsBackupRecoveryPointArn.

The Amazon Resource Name (ARN) of the recovery point in Amazon Web Services Backup.

Public Property BackupRetentionPeriod System.Int32

Gets and sets the property BackupRetentionPeriod.

The retention period for the automated backups.

Public Property ClusterCreateTime System.DateTime

Gets and sets the property ClusterCreateTime.

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

Public Property DBClusterArn System.String

Gets and sets the property DBClusterArn.

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

Public Property DBClusterAutomatedBackupsArn System.String

Gets and sets the property DBClusterAutomatedBackupsArn.

The Amazon Resource Name (ARN) for the automated backups.

Public Property DBClusterIdentifier System.String

Gets and sets the property DBClusterIdentifier.

The identifier for the source DB cluster, which can't be changed and which is unique to an Amazon Web Services Region.

Public Property DbClusterResourceId System.String

Gets and sets the property DbClusterResourceId.

The resource ID for the source DB cluster, which can't be changed and which is unique to an Amazon Web Services Region.

Public Property Engine System.String

Gets and sets the property Engine.

The name of the database engine for this automated backup.

Public Property EngineMode System.String

Gets and sets the property EngineMode.

The engine mode of the database engine for the automated backup.

Public Property EngineVersion System.String

Gets and sets the property EngineVersion.

The version of the database engine for the automated backup.

Public Property IAMDatabaseAuthenticationEnabled System.Boolean

Gets and sets the property IAMDatabaseAuthenticationEnabled.

Indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.

Public Property Iops System.Int32

Gets and sets the property Iops.

The IOPS (I/O operations per second) value for the automated backup.

This setting is only for non-Aurora Multi-AZ DB clusters.

Public Property KmsKeyId System.String

Gets and sets the property KmsKeyId.

The Amazon Web Services KMS key ID for an automated backup.

The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.

Public Property LicenseModel System.String

Gets and sets the property LicenseModel.

The license model information for this DB cluster automated backup.

Public Property MasterUsername System.String

Gets and sets the property MasterUsername.

The master user name of the automated backup.

Public Property Port System.Int32

Gets and sets the property Port.

The port number that the automated backup used for connections.

Default: Inherits from the source DB cluster

Valid Values: 1150-65535

Public Property Region System.String

Gets and sets the property Region.

The Amazon Web Services Region associated with the automated backup.

Public Property RestoreWindow Amazon.RDS.Model.RestoreWindow

Gets and sets the property RestoreWindow.

Public Property Status System.String

Gets and sets the property Status.

A list of status information for an automated backup:

  • retained - Automated backups for deleted clusters.

Public Property StorageEncrypted System.Boolean

Gets and sets the property StorageEncrypted.

Indicates whether the source DB cluster is encrypted.

Public Property StorageThroughput System.Int32

Gets and sets the property StorageThroughput.

The storage throughput for the automated backup. The throughput is automatically set based on the IOPS that you provision, and is not configurable.

This setting is only for non-Aurora Multi-AZ DB clusters.

Public Property StorageType System.String

Gets and sets the property StorageType.

The storage type associated with the DB cluster.

This setting is only for non-Aurora Multi-AZ DB clusters.

Public Property VpcId System.String

Gets and sets the property VpcId.

The VPC ID associated with the DB cluster.

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