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.
If you are copying from a shared manual DB snapshot, the SourceDBSnapshotIdentifier
must be the ARN of the shared DB snapshot.
Namespace: Amazon.RDS.Model
Assembly: AWSSDK.dll
Version: (assembly version)
public class CopyDBSnapshotRequest : AmazonRDSRequest IRequestEvents
The CopyDBSnapshotRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
CopyDBSnapshotRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
CopyTags | System.Boolean |
Gets and sets the property CopyTags.
True to copy all tags from the source DB snapshot to the target DB snapshot; otherwise false. The default is false. |
![]() |
KmsKeyId | System.String |
Gets and sets the property KmsKeyId.
The AWS Key Management Service (AWS KMS) key identifier for an encrypted DB snapshot. The KMS key identifier is the Amazon Resource Name (ARN) or the KMS key alias for the KMS encryption key.
If you copy an unencrypted DB snapshot and specify a value for the
If you copy an encrypted DB snapshot from your AWS account, you can specify a value
for
If you copy an encrypted DB snapshot that is shared from another AWS account, then
you must specify a value for |
![]() |
SourceDBSnapshotIdentifier | System.String |
Gets and sets the property SourceDBSnapshotIdentifier.
The identifier for the source DB snapshot. If you are copying from a shared manual DB snapshot, this must be the ARN of the shared DB snapshot. Constraints:
Example:
Example: |
![]() |
Tags | System.Collections.Generic.List<Amazon.RDS.Model.Tag> | Gets and sets the property Tags. |
![]() |
TargetDBSnapshotIdentifier | System.String |
Gets and sets the property TargetDBSnapshotIdentifier.
The identifier for the copied snapshot. Constraints:
Example: |
.NET Framework:
Supported in: 4.5, 4.0, 3.5
.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8
.NET for Windows Phone:
Supported in: Windows Phone 8.1