GetClusterSnapshotResult

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)

Types

Link copied to clipboard
object Companion

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

Name of the database engine.

Link copied to clipboard

Version of the database engine for this DB cluster snapshot.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val includePublic: Boolean? = null
Link copied to clipboard
val includeShared: Boolean? = null
Link copied to clipboard

If storage_encrypted is true, the AWS KMS key identifier for the encrypted DB cluster snapshot.

Link copied to clipboard

License model information for the restored DB cluster.

Link copied to clipboard
val mostRecent: Boolean? = null
Link copied to clipboard
val port: Int

Port that the DB cluster was listening on at the time of the snapshot.

Link copied to clipboard

Time when the snapshot was taken, in Universal Coordinated Time (UTC).

Link copied to clipboard
val snapshotType: String? = null
Link copied to clipboard

Status of this DB Cluster Snapshot.

Link copied to clipboard

Whether the DB cluster snapshot is encrypted.

Link copied to clipboard

Map of tags for the resource.

Link copied to clipboard

VPC ID associated with the DB cluster snapshot.