GetSnapshotResult

data class GetSnapshotResult(val arn: String, val clusterConfigurations: List<GetSnapshotClusterConfiguration>, val clusterName: String, val id: String, val kmsKeyArn: String, val name: String, val source: String, val tags: Map<String, String>)

A collection of values returned by getSnapshot.

Constructors

Link copied to clipboard
constructor(arn: String, clusterConfigurations: List<GetSnapshotClusterConfiguration>, clusterName: String, id: String, kmsKeyArn: String, name: String, source: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the snapshot.

Link copied to clipboard

The configuration of the cluster from which the snapshot was taken.

Link copied to clipboard

Name of the MemoryDB cluster that this snapshot was taken from.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

ARN of the KMS key used to encrypt the snapshot at rest.

Link copied to clipboard

Name of the cluster.

Link copied to clipboard

Whether the snapshot is from an automatic backup (automated) or was created manually (manual).

Link copied to clipboard

Map of tags assigned to the snapshot.