elasticache_create_snapshot: Creates a copy of an entire cluster or replication group at a...

View source: R/elasticache_operations.R

elasticache_create_snapshotR Documentation

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.

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

Usage

elasticache_create_snapshot(
  ReplicationGroupId = NULL,
  CacheClusterId = NULL,
  SnapshotName,
  KmsKeyId = NULL,
  Tags = NULL
)

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.

KmsKeyId

The ID of the KMS key used to encrypt the snapshot.

Tags

A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.