Get Cluster Snapshot Result
data class GetClusterSnapshotResult(val allocatedStorage: Int, val availabilityZones: List<String>, val dbClusterIdentifier: String? = null, val dbClusterSnapshotArn: String, val dbClusterSnapshotIdentifier: String? = null, val engine: String, val engineVersion: String, val id: String, val includePublic: Boolean? = null, val includeShared: Boolean? = null, val kmsKeyId: String, val licenseModel: String, val mostRecent: Boolean? = null, val port: Int, val snapshotCreateTime: String, val snapshotType: String? = null, val sourceDbClusterSnapshotArn: String, val status: String, val storageEncrypted: Boolean, val tags: Map<String, String>, val vpcId: String)
A collection of values returned by getClusterSnapshot.
Constructors
Link copied to clipboard
constructor(allocatedStorage: Int, availabilityZones: List<String>, dbClusterIdentifier: String? = null, dbClusterSnapshotArn: String, dbClusterSnapshotIdentifier: String? = null, engine: String, engineVersion: String, id: String, includePublic: Boolean? = null, includeShared: Boolean? = null, kmsKeyId: String, licenseModel: String, mostRecent: Boolean? = null, port: Int, snapshotCreateTime: String, snapshotType: String? = null, sourceDbClusterSnapshotArn: String, status: String, storageEncrypted: Boolean, tags: Map<String, String>, vpcId: String)
Properties
Link copied to clipboard
Allocated storage size in gigabytes (GB).
Link copied to clipboard
List of EC2 Availability Zones that instances in the DB cluster snapshot can be restored in.
Link copied to clipboard
Specifies the DB cluster identifier of the DB cluster that this DB cluster snapshot was created from.
Link copied to clipboard
The ARN for the DB Cluster Snapshot.
Link copied to clipboard
Link copied to clipboard
Version of the database engine for this DB cluster snapshot.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
License model information for the restored DB cluster.
Link copied to clipboard
Link copied to clipboard
Time when the snapshot was taken, in Universal Coordinated Time (UTC).
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Whether the DB cluster snapshot is encrypted.