AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the CopyDBSnapshot operation.
Copies the specified DB snapshot. The source DB snapshot must be in the available
state.
You can copy a snapshot from one Amazon Web Services Region to another. In that case,
the Amazon Web Services Region where you call the CopyDBSnapshot
operation
is the destination Amazon Web Services Region for the DB snapshot copy.
This command doesn't apply to RDS Custom.
For more information about copying snapshots, see Copying a DB Snapshot in the Amazon RDS User Guide.
Namespace: Amazon.RDS.Model
Assembly: AWSSDK.RDS.dll
Version: 3.x.y.z
public class CopyDBSnapshotRequest : AmazonRDSRequest IAmazonWebServiceRequest, IPreSignedUrlRequest
The CopyDBSnapshotRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
CopyDBSnapshotRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
CopyOptionGroup | System.Boolean |
Gets and sets the property CopyOptionGroup. Specifies whether to copy the DB option group associated with the source DB snapshot to the target Amazon Web Services account and associate with the target DB snapshot. The associated option group can be copied only with cross-account snapshot copy calls. |
![]() |
CopyTags | System.Boolean |
Gets and sets the property CopyTags. Specifies whether to copy all tags from the source DB snapshot to the target DB snapshot. By default, tags aren't copied. |
![]() |
KmsKeyId | System.String |
Gets and sets the property KmsKeyId. The Amazon Web Services KMS key identifier for an encrypted DB snapshot. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. If you copy an encrypted DB snapshot from your Amazon Web Services account, you can specify a value for this parameter to encrypt the copy with a new KMS key. If you don't specify a value for this parameter, then the copy of the DB snapshot is encrypted with the same Amazon Web Services KMS key as the source DB snapshot. If you copy an encrypted DB snapshot that is shared from another Amazon Web Services account, then you must specify a value for this parameter. If you specify this parameter when you copy an unencrypted snapshot, the copy is encrypted. If you copy an encrypted snapshot to a different Amazon Web Services Region, then you must specify an Amazon Web Services KMS key identifier for the destination Amazon Web Services Region. KMS keys are specific to the Amazon Web Services Region that they are created in, and you can't use KMS keys from one Amazon Web Services Region in another Amazon Web Services Region. |
![]() |
OptionGroupName | System.String |
Gets and sets the property OptionGroupName. The name of an option group to associate with the copy of the snapshot. Specify this option if you are copying a snapshot from one Amazon Web Services Region to another, and your DB instance uses a nondefault option group. If your source DB instance uses Transparent Data Encryption for Oracle or Microsoft SQL Server, you must specify this option when copying across Amazon Web Services Regions. For more information, see Option group considerations in the Amazon RDS User Guide. |
![]() |
PreSignedUrl | System.String |
Gets and sets the property PreSignedUrl.
When you are copying a 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.
You must specify this parameter when you copy an encrypted DB snapshot from another
Amazon Web Services Region by using the Amazon RDS API. Don't specify
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 |
![]() |
SnapshotAvailabilityZone | System.String |
Gets and sets the property SnapshotAvailabilityZone. Specifies the name of the Availability Zone where RDS stores the DB snapshot. This value is valid only for snapshots that RDS stores on a Dedicated Local Zone. |
![]() |
SnapshotTarget | System.String |
Gets and sets the property SnapshotTarget. Configures the location where RDS will store copied snapshots. Valid Values:
|
![]() |
SourceDBSnapshotIdentifier | System.String |
Gets and sets the property SourceDBSnapshotIdentifier. The identifier for the source DB snapshot.
If the source snapshot is in the same Amazon Web Services Region as the copy, specify
a valid DB snapshot identifier. For example, you might specify
If the source snapshot is in a different Amazon Web Services Region than the copy,
specify a valid DB snapshot ARN. For example, you might specify If you are copying from a shared manual DB snapshot, this parameter must be the Amazon Resource Name (ARN) of the shared DB snapshot. If you are copying an encrypted snapshot this parameter must be in the ARN format for the source Amazon Web Services Region. Constraints:
Example:
Example: |
![]() |
SourceRegion | System.String |
The SourceRegion for generating the PreSignedUrl property. If SourceRegion is set and the PreSignedUrl property is not, then PreSignedUrl will be automatically generated by the client. |
![]() |
Tags | System.Collections.Generic.List<Amazon.RDS.Model.Tag> |
Gets and sets the property Tags. |
![]() |
TargetCustomAvailabilityZone | System.String |
Gets and sets the property TargetCustomAvailabilityZone. The external custom Availability Zone (CAZ) identifier for the target CAZ.
Example: |
![]() |
TargetDBSnapshotIdentifier | System.String |
Gets and sets the property TargetDBSnapshotIdentifier. The identifier for the copy of the snapshot. Constraints:
Example: |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5