View source: R/rds_operations.R
rds_stop_db_instance | R Documentation |
Stops an Amazon RDS DB instance. When you stop a DB instance, Amazon RDS retains the DB instance's metadata, including its endpoint, DB parameter group, and option group membership. Amazon RDS also retains the transaction logs so you can do a point-in-time restore if necessary.
See https://www.paws-r-sdk.com/docs/rds_stop_db_instance/ for full documentation.
rds_stop_db_instance(DBInstanceIdentifier, DBSnapshotIdentifier = NULL)
DBInstanceIdentifier |
[required] The user-supplied instance identifier. |
DBSnapshotIdentifier |
The user-supplied instance identifier of the DB Snapshot created immediately before the DB instance is stopped. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.