DBClusterSnapshot class

Contains the details for an Amazon Neptune DB cluster snapshot

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

Constructors

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

Properties

allocatedStorage int?
Specifies the allocated storage size in gibibytes (GiB).
final
availabilityZones List<String>?
Provides the list of EC2 Availability Zones that instances in the DB cluster snapshot can be restored in.
final
clusterCreateTime DateTime?
Specifies the time when the DB cluster was created, in Universal Coordinated Time (UTC).
final
dBClusterIdentifier String?
Specifies the DB cluster identifier of the DB cluster that this DB cluster snapshot was created from.
final
dBClusterSnapshotArn String?
The Amazon Resource Name (ARN) for the DB cluster snapshot.
final
dBClusterSnapshotIdentifier String?
Specifies the identifier for a DB cluster snapshot. Must match the identifier of an existing snapshot.
final
engine String?
Specifies the name of the database engine.
final
engineVersion String?
Provides the version of the database engine for this DB cluster snapshot.
final
hashCode int
The hash code for this object.
no setterinherited
iAMDatabaseAuthenticationEnabled bool?
True if mapping of AWS Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false.
final
kmsKeyId String?
If StorageEncrypted is true, the AWS KMS key identifier for the encrypted DB cluster snapshot.
final
licenseModel String?
Provides the license model information for this DB cluster snapshot.
final
masterUsername String?
Provides the master username for the DB cluster snapshot.
final
percentProgress int?
Specifies the percentage of the estimated data that has been transferred.
final
port int?
Specifies the port that the DB 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 Universal Coordinated Time (UTC).
final
snapshotType String?
Provides the type of the DB cluster snapshot.
final
sourceDBClusterSnapshotArn String?
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.
final
status String?
Specifies the status of this DB cluster snapshot.
final
storageEncrypted bool?
Specifies whether the DB cluster snapshot is encrypted.
final
vpcId String?
Provides the VPC ID associated with the DB 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