Copy DB Snapshot
GET {{aws_rds_base_url}}/?CopyTags&KmsKeyId&OptionGroupName&PreSignedUrl&SourceDBSnapshotIdentifier&Tags.Tag.N&TargetDBSnapshotIdentifier&Action=CopyDBSnapshot&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 snapshot to the target DB snapshot. By default, tags are not copied. | |
KmsKeyId | null | The AWS KMS key ID for an encrypted DB snapshot. The KMS key ID is the Amazon Resource Name (ARN), KMS key identifier, or the KMS key alias for the KMS encryption key. | |
OptionGroupName | null | The name of an option group to associate with the copy of the snapshot. | |
PreSignedUrl | null | The URL that contains a Signature Version 4 signed request for the CopyDBSnapshot API action in the source AWS Region that contains the source DB snapshot to copy. | |
SourceDBSnapshotIdentifier | null | The identifier for the source DB snapshot. | |
Tags.Tag.N | null | A list of tags. For more information, see Tagging Amazon RDS Resources in the Amazon RDS User Guide. | |
TargetDBSnapshotIdentifier | null | The identifier for the copy of the snapshot. | |
Action | string | ||
Version | string |