elasticache_copy_serverless_cache_snapshot: Creates a copy of an existing serverless cache’s snapshot

View source: R/elasticache_operations.R

elasticache_copy_serverless_cache_snapshotR Documentation

Creates a copy of an existing serverless cache’s snapshot

Description

Creates a copy of an existing serverless cache’s snapshot. Available for Valkey, Redis OSS and Serverless Memcached only.

See https://www.paws-r-sdk.com/docs/elasticache_copy_serverless_cache_snapshot/ for full documentation.

Usage

elasticache_copy_serverless_cache_snapshot(
  SourceServerlessCacheSnapshotName,
  TargetServerlessCacheSnapshotName,
  KmsKeyId = NULL,
  Tags = NULL
)

Arguments

SourceServerlessCacheSnapshotName

[required] The identifier of the existing serverless cache’s snapshot to be copied. Available for Valkey, Redis OSS and Serverless Memcached only.

TargetServerlessCacheSnapshotName

[required] The identifier for the snapshot to be created. Available for Valkey, Redis OSS and Serverless Memcached only. This value is stored as a lowercase string.

KmsKeyId

The identifier of the KMS key used to encrypt the target snapshot. Available for Valkey, Redis OSS and Serverless Memcached only.

Tags

A list of tags to be added to the target snapshot resource. A tag is a key-value pair. Available for Valkey, Redis OSS and Serverless Memcached only. Default: NULL


paws.database documentation built on June 1, 2026, 5:08 p.m.