Learn R Programming

paws.database (version 0.1.9)

docdb_delete_db_instance: Deletes a previously provisioned instance

Description

Deletes a previously provisioned instance.

Usage

docdb_delete_db_instance(DBInstanceIdentifier)

Arguments

DBInstanceIdentifier

[required] The instance identifier for the instance to be deleted. This parameter isn\'t case sensitive.

Constraints:

  • Must match the name of an existing instance.

Request syntax

svc$delete_db_instance(
  DBInstanceIdentifier = "string"
)