View source: R/memorydb_operations.R
memorydb_create_snapshot | R Documentation |
Creates a copy of an entire cluster at a specific moment in time.
See https://www.paws-r-sdk.com/docs/memorydb_create_snapshot/ for full documentation.
memorydb_create_snapshot(
ClusterName,
SnapshotName,
KmsKeyId = NULL,
Tags = NULL
)
ClusterName |
[required] 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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.