View source: R/rds_operations.R
rds_copy_db_cluster_snapshot | R Documentation |
Copies a snapshot of a DB cluster.
See https://www.paws-r-sdk.com/docs/rds_copy_db_cluster_snapshot/ for full documentation.
rds_copy_db_cluster_snapshot(
SourceDBClusterSnapshotIdentifier,
TargetDBClusterSnapshotIdentifier,
KmsKeyId = NULL,
PreSignedUrl = NULL,
CopyTags = NULL,
Tags = NULL,
SourceRegion = NULL
)
SourceDBClusterSnapshotIdentifier |
[required] The identifier of the DB cluster snapshot to copy. This parameter isn't case-sensitive. You can't copy an encrypted, shared DB cluster snapshot from one Amazon Web Services Region to another. Constraints:
Example: |
TargetDBClusterSnapshotIdentifier |
[required] The identifier of the new DB cluster snapshot to create from the source DB cluster snapshot. This parameter isn't case-sensitive. Constraints:
Example: |
KmsKeyId |
The Amazon Web Services KMS key identifier for an encrypted DB cluster snapshot. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the Amazon Web Services KMS key. If you copy an encrypted DB cluster snapshot from your Amazon Web
Services account, you can specify a value for If you copy an encrypted DB cluster snapshot that is shared from another
Amazon Web Services account, then you must specify a value for
To copy an encrypted DB cluster snapshot to another Amazon Web Services
Region, you must set If you copy an unencrypted DB cluster snapshot and specify a value for
the |
PreSignedUrl |
When you are copying a DB cluster snapshot from one Amazon Web Services
GovCloud (US) Region to another, the URL that contains a Signature
Version 4 signed request for the
This setting applies only to Amazon Web Services GovCloud (US) Regions. It's ignored in other Amazon Web Services Regions. The presigned URL must be a valid request for the
To learn how to generate a Signature Version 4 signed request, see Authenticating Requests: Using Query Parameters (Amazon Web Services Signature Version 4) and Signature Version 4 Signing Process. If you are using an Amazon Web Services SDK tool or the CLI, you can
specify If you supply a value for this operation's |
CopyTags |
Specifies whether to copy all tags from the source DB cluster snapshot to the target DB cluster snapshot. By default, tags are not copied. |
Tags |
|
SourceRegion |
The ID of the region that contains the snapshot to be copied. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.