DBClusterSnapshot class

Detailed information about a cluster snapshot.

Constructors

DBClusterSnapshot({List<String>? availabilityZones, DateTime? clusterCreateTime, String? dBClusterIdentifier, String? dBClusterSnapshotArn, String? dBClusterSnapshotIdentifier, String? engine, String? engineVersion, String? kmsKeyId, String? masterUsername, int? percentProgress, int? port, DateTime? snapshotCreateTime, String? snapshotType, String? sourceDBClusterSnapshotArn, String? status, bool? storageEncrypted, String? vpcId})
DBClusterSnapshot.fromXml(XmlElement elem)
factory

Properties

availabilityZones List<String>?
Provides the list of Amazon EC2 Availability Zones that instances in the cluster snapshot can be restored in.
final
clusterCreateTime DateTime?
Specifies the time when the cluster was created, in Universal Coordinated Time (UTC).
final
dBClusterIdentifier String?
Specifies the cluster identifier of the cluster that this cluster snapshot was created from.
final
dBClusterSnapshotArn String?
The Amazon Resource Name (ARN) for the cluster snapshot.
final
dBClusterSnapshotIdentifier String?
Specifies the identifier for the cluster snapshot.
final
engine String?
Specifies the name of the database engine.
final
engineVersion String?
Provides the version of the database engine for this cluster snapshot.
final
hashCode int
The hash code for this object.
no setterinherited
kmsKeyId String?
If StorageEncrypted is true, the AWS KMS key identifier for the encrypted cluster snapshot.
final
masterUsername String?
Provides the master user name for the cluster snapshot.
final
percentProgress int?
Specifies the percentage of the estimated data that has been transferred.
final
port int?
Specifies the port that the cluster was listening on at the time of the snapshot.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
snapshotCreateTime DateTime?
Provides the time when the snapshot was taken, in UTC.
final
snapshotType String?
Provides the type of the cluster snapshot.
final
sourceDBClusterSnapshotArn String?
If the cluster snapshot was copied from a source cluster snapshot, the ARN for the source cluster snapshot; otherwise, a null value.
final
status String?
Specifies the status of this cluster snapshot.
final
storageEncrypted bool?
Specifies whether the cluster snapshot is encrypted.
final
vpcId String?
Provides the virtual private cloud (VPC) ID that is associated with the cluster snapshot.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited