rds_reboot_db_instance {paws.database} | R Documentation |
You might need to reboot your DB instance, usually for maintenance reasons
Description
You might need to reboot your DB instance, usually for maintenance reasons. For example, if you make certain modifications, or if you change the DB parameter group associated with the DB instance, you must reboot the instance for the changes to take effect.
See https://www.paws-r-sdk.com/docs/rds_reboot_db_instance/ for full documentation.
Usage
rds_reboot_db_instance(DBInstanceIdentifier, ForceFailover = NULL)
Arguments
DBInstanceIdentifier |
[required] The DB instance identifier. This parameter is stored as a lowercase string. Constraints:
|
ForceFailover |
Specifies whether the reboot is conducted through a Multi-AZ failover. Constraint: You can't enable force failover if the instance isn't configured for Multi-AZ. |
[Package paws.database version 0.7.0 Index]