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://paws-r.github.io/docs/rds/stop_db_instance.html for full documentation.
rds_stop_db_instance(DBInstanceIdentifier, DBSnapshotIdentifier = NULL)[required] The user-supplied instance identifier.
The user-supplied instance identifier of the DB Snapshot created immediately before the DB instance is stopped.