This API creates a copy of an entire ServerlessCache at a specific moment in time
Source:R/elasticache_operations.R
elasticache_create_serverless_cache_snapshot.RdThis API creates a copy of an entire ServerlessCache at a specific moment in time. Available for Valkey, Redis OSS and Serverless Memcached only.
See https://www.paws-r-sdk.com/docs/elasticache_create_serverless_cache_snapshot/ for full documentation.
Usage
elasticache_create_serverless_cache_snapshot(
ServerlessCacheSnapshotName,
ServerlessCacheName,
KmsKeyId = NULL,
Tags = NULL
)Arguments
- ServerlessCacheSnapshotName
[required] The name for the snapshot being created. Must be unique for the customer account. Available for Valkey, Redis OSS and Serverless Memcached only. Must be between 1 and 255 characters. This value is stored as a lowercase string.
- ServerlessCacheName
[required] The name of an existing serverless cache. The snapshot is created from this cache. Available for Valkey, Redis OSS and Serverless Memcached only.
- KmsKeyId
The ID of the KMS key used to encrypt the snapshot. Available for Valkey, Redis OSS and Serverless Memcached only. Default: NULL
A list of tags to be added to the snapshot resource. A tag is a key-value pair. Available for Valkey, Redis OSS and Serverless Memcached only.