docdbelastic_create_cluster_snapshot {paws.database} | R Documentation |
Creates a snapshot of an elastic cluster
Description
Creates a snapshot of an elastic cluster.
See https://www.paws-r-sdk.com/docs/docdbelastic_create_cluster_snapshot/ for full documentation.
Usage
docdbelastic_create_cluster_snapshot(clusterArn, snapshotName, tags = NULL)
Arguments
clusterArn |
[required] The ARN identifier of the elastic cluster of which you want to create a snapshot. |
snapshotName |
[required] The name of the new elastic cluster snapshot. |
tags |
The tags to be assigned to the new elastic cluster snapshot. |
[Package paws.database version 0.6.0 Index]