CopySnapshotRequest

Represents the input of a CopySnapshotMessage operation.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the KMS key used to encrypt the target snapshot.

Link copied to clipboard

The name of an existing snapshot from which to make a copy.

Link copied to clipboard
val tags: List<Tag>?

A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.

Link copied to clipboard

The Amazon S3 bucket to which the snapshot is exported. This parameter is used only when exporting a snapshot for external access.

Link copied to clipboard

A name for the snapshot copy. ElastiCache does not permit overwriting a snapshot, therefore this name must be unique within its context - ElastiCache or an Amazon S3 bucket if exporting.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String