Starts an Amazon RDS DB instance that was stopped using the AWS console, the stop-db-instance AWS CLI command, or the StopDBInstance action.
rds_start_db_instance(DBInstanceIdentifier)
[required] The user-supplied instance identifier.
svc$start_db_instance( DBInstanceIdentifier = "string" )
For more information, see Starting an Amazon RDS DB instance That Was Previously Stopped in the Amazon RDS User Guide.
This command doesn't apply to Aurora MySQL and Aurora PostgreSQL. For
Aurora DB clusters, use StartDBCluster
instead.