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

The DeleteDBInstance action deletes a previously provisioned DB instance. A successful response from the web service indicates the request was received correctly. When you delete a DB instance, all automated backups for that instance are deleted and cannot be recovered. Manual DB snapshots of the DB instance to be deleted are not deleted.

If a final DB snapshot is requested the status of the RDS instance will be "deleting" until the DB snapshot is created. The API action DescribeDBInstance is used to monitor the status of this operation. The action cannot be canceled or reverted once submitted.

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



IconMemberDescription
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:
  • 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

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FinalDBSnapshotIdentifier
The DBSnapshotIdentifier of the new DBSnapshot created when SkipFinalSnapshot is set to false.
Note:
Specifying this parameter and also setting the SkipFinalShapshot parameter to true results in an error.
Constraints:
  • Must be 1 to 255 alphanumeric characters
  • First character must be a letter
  • Cannot end with a hyphen or contain two consecutive hyphens
  • Cannot be specified when deleting a read replica.

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. Specify true when deleting a read replica.
Note:
The FinalDBSnapshotIdentifier parameter must be specified if SkipFinalSnapshot is false.
Default: false

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

WithFinalDBSnapshotIdentifier(String) Obsolete.
Sets the FinalDBSnapshotIdentifier property

WithSkipFinalSnapshot(Boolean) Obsolete.
Sets the SkipFinalSnapshot property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 DeleteDBInstanceRequest
See Also

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