DBClusterAutomatedBackup - Amazon Relational Database Service
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

DBClusterAutomatedBackup

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.

Contents

Note

In the following list, the required parameters are described first.

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.

Type: Integer

Required: No

AvailabilityZones.AvailabilityZone.N

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.

Type: Array of strings

Required: No

AwsBackupRecoveryPointArn

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

Type: String

Required: No

BackupRetentionPeriod

The retention period for the automated backups.

Type: Integer

Required: No

ClusterCreateTime

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

Type: Timestamp

Required: No

DBClusterArn

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

Type: String

Required: No

DBClusterAutomatedBackupsArn

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

Type: String

Required: No

DBClusterIdentifier

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

Type: String

Required: No

DbClusterResourceId

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

Type: String

Required: No

Engine

The name of the database engine for this automated backup.

Type: String

Required: No

EngineMode

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

Type: String

Required: No

EngineVersion

The version of the database engine for the automated backup.

Type: String

Required: No

IAMDatabaseAuthenticationEnabled

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

Type: Boolean

Required: No

Iops

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

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

Type: Integer

Required: No

KmsKeyId

The Amazon KMS key ID for an automated backup.

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

Type: String

Required: No

LicenseModel

The license model information for this DB cluster automated backup.

Type: String

Required: No

MasterUsername

The master user name of the automated backup.

Type: String

Required: No

Port

The port number that the automated backup used for connections.

Default: Inherits from the source DB cluster

Valid Values: 1150-65535

Type: Integer

Required: No

Region

The Amazon Web Services Region associated with the automated backup.

Type: String

Required: No

RestoreWindow

Earliest and latest time an instance can be restored to:

Type: RestoreWindow object

Required: No

Status

A list of status information for an automated backup:

  • retained - Automated backups for deleted clusters.

Type: String

Required: No

StorageEncrypted

Indicates whether the source DB cluster is encrypted.

Type: Boolean

Required: No

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.

Type: Integer

Required: No

StorageType

The storage type associated with the DB cluster.

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

Type: String

Required: No

VpcId

The VPC ID associated with the DB cluster.

Type: String

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: