AWS SDK for .NET Documentation
CopyDBSnapshotRequest Class
AmazonAmazon.RDS.ModelCopyDBSnapshotRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the CopyDBSnapshot operation.

Copies the specified DBSnapshot. The source DBSnapshot must be in the "available" state.

Declaration Syntax
C#
public class CopyDBSnapshotRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
CopyDBSnapshotRequest()()()()
Initializes a new instance of the CopyDBSnapshotRequest class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
SourceDBSnapshotIdentifier
The identifier for the source DB snapshot. Constraints:
  • Must specify a valid system snapshot in the "available" state.
  • If the source snapshot is in the same region as the copy, specify a valid DB snapshot identifier.
  • If the source snapshot is in a different region than the copy, specify valid DB snapshot ARN. For more information, go to Copying a DB Snapshot.
Example: rds:mydb-2012-04-02-00-01 Example: arn:aws:rds:rr-regn-1:123456789012:snapshot:mysql-instance1-snapshot-20130805

Tags
A list of tags.

TargetDBSnapshotIdentifier
The identifier for the copied snapshot. Constraints:
  • Cannot be null, empty, or blank
  • Must contain from 1 to 255 alphanumeric characters or hyphens
  • First character must be a letter
  • Cannot end with a hyphen or contain two consecutive hyphens
Example: my-db-snapshot

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithSourceDBSnapshotIdentifier(String) Obsolete.
Sets the SourceDBSnapshotIdentifier property

WithTags(array<Tag>[]()[][]) Obsolete.
Adds elements to the Tags collection

WithTags(IEnumerable<(Of <<'(Tag>)>>)) Obsolete.
Adds elements to the Tags collection

WithTargetDBSnapshotIdentifier(String) Obsolete.
Sets the TargetDBSnapshotIdentifier property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 CopyDBSnapshotRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)