Learn R Programming

paws.database (version 0.1.5)

elasticache_create_snapshot: Creates a copy of an entire cluster or replication group at a specific moment in time

Description

Creates a copy of an entire cluster or replication group at a specific moment in time.

Usage

elasticache_create_snapshot(ReplicationGroupId, CacheClusterId,
  SnapshotName)

Arguments

ReplicationGroupId

The identifier of an existing replication group. The snapshot is created from this replication group.

CacheClusterId

The identifier of an existing cluster. The snapshot is created from this cluster.

SnapshotName

[required] A name for the snapshot being created.

Request syntax

svc$create_snapshot(
  ReplicationGroupId = "string",
  CacheClusterId = "string",
  SnapshotName = "string"
)

Details

This operation is valid for Redis only.