View source: R/docdb_operations.R
docdb_copy_db_cluster_snapshot | R Documentation |
Copies a snapshot of a cluster.
See https://www.paws-r-sdk.com/docs/docdb_copy_db_cluster_snapshot/ for full documentation.
docdb_copy_db_cluster_snapshot(
SourceDBClusterSnapshotIdentifier,
TargetDBClusterSnapshotIdentifier,
KmsKeyId = NULL,
PreSignedUrl = NULL,
CopyTags = NULL,
Tags = NULL
)
SourceDBClusterSnapshotIdentifier |
[required] The identifier of the cluster snapshot to copy. This parameter is not case sensitive. Constraints:
Example: |
TargetDBClusterSnapshotIdentifier |
[required] The identifier of the new cluster snapshot to create from the source cluster snapshot. This parameter is not case sensitive. Constraints:
Example: |
KmsKeyId |
The KMS key ID for an encrypted cluster snapshot. The KMS key ID is the Amazon Resource Name (ARN), KMS key identifier, or the KMS key alias for the KMS encryption key. If you copy an encrypted cluster snapshot from your Amazon Web Services
account, you can specify a value for If you copy an encrypted cluster snapshot that is shared from another
Amazon Web Services account, then you must specify a value for
To copy an encrypted cluster snapshot to another Amazon Web Services
Region, set If you copy an unencrypted cluster snapshot and specify a value for the
|
PreSignedUrl |
The URL that contains a Signature Version 4 signed request for
the If you are using an Amazon Web Services SDK tool or the CLI, you can
specify The presigned URL must be a valid request for the
|
CopyTags |
Set to |
Tags |
The tags to be assigned to the cluster snapshot. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.