DbClusterSnapshot

Contains the details for an Amazon RDS DB cluster snapshot

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The allocated storage size of the DB cluster snapshot in gibibytes (GiB).

Link copied to clipboard

The list of Availability Zones (AZs) where instances in the DB cluster snapshot can be restored.

Link copied to clipboard

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

Link copied to clipboard

The DB cluster identifier of the DB cluster that this DB cluster snapshot was created from.

Link copied to clipboard

The resource ID of the DB cluster that this DB cluster snapshot was created from.

Link copied to clipboard

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

Link copied to clipboard

The identifier for the DB cluster snapshot.

Link copied to clipboard

Reserved for future use.

Link copied to clipboard

The name of the database engine for this DB cluster snapshot.

Link copied to clipboard

The engine mode of the database engine for this DB cluster snapshot.

Link copied to clipboard

The version of the database engine for this DB cluster snapshot.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The license model information for this DB cluster snapshot.

Link copied to clipboard

The master username for this DB cluster snapshot.

Link copied to clipboard

The percentage of the estimated data that has been transferred.

Link copied to clipboard
val port: Int?

The port that the DB cluster was listening on at the time of the snapshot.

Link copied to clipboard

The time when the snapshot was taken, in Universal Coordinated Time (UTC).

Link copied to clipboard

The type of the DB cluster snapshot.

Link copied to clipboard

If the DB cluster snapshot was copied from a source DB cluster snapshot, the Amazon Resource Name (ARN) for the source DB cluster snapshot, otherwise, a null value.

Link copied to clipboard

The status of this DB cluster snapshot. Valid statuses are the following:

Link copied to clipboard

Indicates whether the DB cluster snapshot is encrypted.

Link copied to clipboard

The storage throughput for the DB cluster snapshot. The throughput is automatically set based on the IOPS that you provision, and is not configurable.

Link copied to clipboard

The storage type associated with the DB cluster snapshot.

Link copied to clipboard

A list of tags. For more information, see Tagging Amazon RDS Resources in the Amazon RDS User Guide.

Link copied to clipboard

The VPC ID associated with the DB cluster snapshot.

Functions

Link copied to clipboard
inline fun copy(block: DbClusterSnapshot.Builder.() -> Unit = {}): DbClusterSnapshot
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String