Get Snapshot Result
data class GetSnapshotResult(val allocatedStorage: Int, val availabilityZone: String, val dbInstanceIdentifier: String? = null, val dbSnapshotArn: String, val dbSnapshotIdentifier: String? = null, val encrypted: Boolean, val engine: String, val engineVersion: String, val id: String, val includePublic: Boolean? = null, val includeShared: Boolean? = null, val iops: Int, val kmsKeyId: String, val licenseModel: String, val mostRecent: Boolean? = null, val optionGroupName: String, val port: Int, val snapshotCreateTime: String, val snapshotType: String? = null, val sourceDbSnapshotIdentifier: String, val sourceRegion: String, val status: String, val storageType: String, val vpcId: String)
A collection of values returned by getSnapshot.
Constructors
Link copied to clipboard
constructor(allocatedStorage: Int, availabilityZone: String, dbInstanceIdentifier: String? = null, dbSnapshotArn: String, dbSnapshotIdentifier: String? = null, encrypted: Boolean, engine: String, engineVersion: String, id: String, includePublic: Boolean? = null, includeShared: Boolean? = null, iops: Int, kmsKeyId: String, licenseModel: String, mostRecent: Boolean? = null, optionGroupName: String, port: Int, snapshotCreateTime: String, snapshotType: String? = null, sourceDbSnapshotIdentifier: String, sourceRegion: String, status: String, storageType: String, vpcId: String)
Properties
Link copied to clipboard
Allocated storage size in gigabytes (GB).
Link copied to clipboard
Name of the Availability Zone the DB instance was located in at the time of the DB snapshot.
Link copied to clipboard
Link copied to clipboard
ARN for the DB snapshot.
Link copied to clipboard
Link copied to clipboard
Version of the database engine.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
License model information for the restored DB instance.
Link copied to clipboard
Link copied to clipboard
Provides the option group name for the DB snapshot.
Link copied to clipboard
Provides the time when the snapshot was taken, in Universal Coordinated Time (UTC).
Link copied to clipboard
Link copied to clipboard
DB snapshot ARN that the DB snapshot was copied from. It only has value in case of cross customer or cross region copy.
Link copied to clipboard
Region that the DB snapshot was created in or copied from.
Link copied to clipboard
Storage type associated with DB snapshot.