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
fun GetClusterSnapshotResult(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)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard