Container for the parameters to the DeleteDBInstance operation.
Namespace: Amazon.RDS.ModelThe DeleteDBInstance API deletes a previously provisioned RDS instance. A successful response from the web service indicates the request was received correctly. If a final DBSnapshot is requested the status of the RDS instance will be "deleting" until the DBSnapshot is created. DescribeDBInstance is used to monitor the status of this operation. This cannot be canceled or reverted once submitted.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class DeleteDBInstanceRequest : AmazonWebServiceRequest
Public Class DeleteDBInstanceRequest _ Inherits AmazonWebServiceRequest
public ref class DeleteDBInstanceRequest : public AmazonWebServiceRequest
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |||
|---|---|---|---|---|
| DeleteDBInstanceRequest()()()() | Initializes a new instance of the DeleteDBInstanceRequest class | |||
| DBInstanceIdentifier |
The DB Instance identifier for the DB Instance to be deleted. This parameter isn't case sensitive. Constraints:
| |||
| Equals(Object) | (Inherited from Object.) | |||
| FinalDBSnapshotIdentifier |
The DBSnapshotIdentifier of the new DBSnapshot created when SkipFinalSnapshot is set to false.
| |||
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |||
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |||
| SkipFinalSnapshot |
Determines whether a final DB Snapshot is created before the DB Instance is deleted. If true is specified, no DBSnapshot is created.
If false is specified, a DB Snapshot is created before the DB Instance is deleted.
| |||
| ToString()()()() | (Inherited from Object.) | |||
| WithDBInstanceIdentifier(String) |
Sets the DBInstanceIdentifier property
| |||
| WithFinalDBSnapshotIdentifier(String) |
Sets the FinalDBSnapshotIdentifier property
| |||
| WithSkipFinalSnapshot(Boolean) |
Sets the SkipFinalSnapshot property
|
Inheritance Hierarchy
System..::..Object
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.RDS.Model..::..DeleteDBInstanceRequest
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.RDS.Model..::..DeleteDBInstanceRequest