class Aws::DocDB::Types::DBClusterSnapshot

Detailed information about a cluster snapshot.

@!attribute [rw] availability_zones

Provides the list of Amazon EC2 Availability Zones that instances in
the cluster snapshot can be restored in.
@return [Array<String>]

@!attribute [rw] db_cluster_snapshot_identifier

Specifies the identifier for the cluster snapshot.
@return [String]

@!attribute [rw] db_cluster_identifier

Specifies the cluster identifier of the cluster that this cluster
snapshot was created from.
@return [String]

@!attribute [rw] snapshot_create_time

Provides the time when the snapshot was taken, in UTC.
@return [Time]

@!attribute [rw] engine

Specifies the name of the database engine.
@return [String]

@!attribute [rw] status

Specifies the status of this cluster snapshot.
@return [String]

@!attribute [rw] port

Specifies the port that the cluster was listening on at the time of
the snapshot.
@return [Integer]

@!attribute [rw] vpc_id

Provides the virtual private cloud (VPC) ID that is associated with
the cluster snapshot.
@return [String]

@!attribute [rw] cluster_create_time

Specifies the time when the cluster was created, in Universal
Coordinated Time (UTC).
@return [Time]

@!attribute [rw] master_username

Provides the master user name for the cluster snapshot.
@return [String]

@!attribute [rw] engine_version

Provides the version of the database engine for this cluster
snapshot.
@return [String]

@!attribute [rw] snapshot_type

Provides the type of the cluster snapshot.
@return [String]

@!attribute [rw] percent_progress

Specifies the percentage of the estimated data that has been
transferred.
@return [Integer]

@!attribute [rw] storage_encrypted

Specifies whether the cluster snapshot is encrypted.
@return [Boolean]

@!attribute [rw] kms_key_id

If `StorageEncrypted` is `true`, the KMS key identifier for the
encrypted cluster snapshot.
@return [String]

@!attribute [rw] db_cluster_snapshot_arn

The Amazon Resource Name (ARN) for the cluster snapshot.
@return [String]

@!attribute [rw] source_db_cluster_snapshot_arn

If the cluster snapshot was copied from a source cluster snapshot,
the ARN for the source cluster snapshot; otherwise, a null value.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/DBClusterSnapshot AWS API Documentation

Constants

SENSITIVE