Copy DB Cluster Snapshot
GET {{aws_rds_base_url}}/?CopyTags&KmsKeyId&PreSignedUrl&SourceDBClusterSnapshotIdentifier&Tags.Tag.N&TargetDBClusterSnapshotIdentifier&Action=CopyDBClusterSnapshot&Version=2014-10-31
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
CopyTags | null | A value that indicates whether to copy all tags from the source DB cluster snapshot to the target DB cluster snapshot. By default, tags are not copied. | |
KmsKeyId | null | The AWS AWS KMS key ID for an encrypted DB 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. | |
PreSignedUrl | null | The URL that contains a Signature Version 4 signed request for the CopyDBClusterSnapshot API action in the AWS Region that contains the source DB cluster snapshot to copy. The PreSignedUrl parameter must be used when copying an encrypted DB cluster snapshot from another AWS Region. Don't specify PreSignedUrl when you are copying an encrypted DB cluster snapshot in the same AWS Region. | |
SourceDBClusterSnapshotIdentifier | null | The identifier of the DB cluster snapshot to copy. This parameter isn't case-sensitive. | |
Tags.Tag.N | null | A list of tags. For more information, see Tagging Amazon RDS Resources in the Amazon RDS User Guide. | |
TargetDBClusterSnapshotIdentifier | null | The identifier of the new DB cluster snapshot to create from the source DB cluster snapshot. This parameter isn't case-sensitive. | |
Action | string | ||
Version | string |