Container for the parameters to the CreateDBSnapshot operation.

Creates a DBSnapshot. The source DBInstance must be in "available" state.

Namespace: Amazon.RDS.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class CreateDBSnapshotRequest : AmazonWebServiceRequest
Public Class CreateDBSnapshotRequest _
	Inherits AmazonWebServiceRequest
public ref class CreateDBSnapshotRequest : public AmazonWebServiceRequest

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
CreateDBSnapshotRequest()()()()
Initializes a new instance of the CreateDBSnapshotRequest class
DBInstanceIdentifier
The DB Instance identifier. This is the unique key that identifies a DB Instance. This parameter isn't case sensitive. Constraints:
  • Must contain from 1 to 63 alphanumeric characters or hyphens
  • First character must be a letter
  • Cannot end with a hyphen or contain two consecutive hyphens
DBSnapshotIdentifier
The identifier for the DB 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-snapshot-id
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.)
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithDBInstanceIdentifier(String)
Sets the DBInstanceIdentifier property
WithDBSnapshotIdentifier(String)
Sets the DBSnapshotIdentifier property

Inheritance Hierarchy

System..::..Object
  Amazon.Runtime..::..AmazonWebServiceRequest
    Amazon.RDS.Model..::..CreateDBSnapshotRequest

See Also