elasticache_copy_serverless_cache_snapshot {paws.database} | R Documentation |
Creates a copy of an existing serverless cache’s snapshot. Available for Redis OSS and Serverless Memcached only.
See https://www.paws-r-sdk.com/docs/elasticache_copy_serverless_cache_snapshot/ for full documentation.
elasticache_copy_serverless_cache_snapshot(
SourceServerlessCacheSnapshotName,
TargetServerlessCacheSnapshotName,
KmsKeyId = NULL,
Tags = NULL
)
SourceServerlessCacheSnapshotName |
[required] The identifier of the existing serverless cache’s snapshot to be copied. Available for Redis OSS and Serverless Memcached only. |
TargetServerlessCacheSnapshotName |
[required] The identifier for the snapshot to be created. Available for Redis OSS and Serverless Memcached only. |
KmsKeyId |
The identifier of the KMS key used to encrypt the target snapshot. Available for 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 Redis OSS and Serverless Memcached only. Default: NULL |