Creates a copy of an entire cluster or replication group at a specific moment in time.
elasticache_create_snapshot(ReplicationGroupId, CacheClusterId,
SnapshotName)
The identifier of an existing replication group. The snapshot is created from this replication group.
The identifier of an existing cluster. The snapshot is created from this cluster.
[required] A name for the snapshot being created.
svc$create_snapshot( ReplicationGroupId = "string", CacheClusterId = "string", SnapshotName = "string" )
This operation is valid for Redis only.