You might need to reboot your instance, usually for maintenance reasons
Source:R/docdb_operations.R
docdb_reboot_db_instance.RdYou might need to reboot your instance, usually for maintenance reasons. For example, if you make certain changes, or if you change the cluster parameter group that is associated with the instance, you must reboot the instance for the changes to take effect.
See https://www.paws-r-sdk.com/docs/docdb_reboot_db_instance/ for full documentation.
Arguments
- DBInstanceIdentifier
[required] The instance identifier. This parameter is stored as a lowercase string.
Constraints:
Must match the identifier of an existing
DBInstance.
- ForceFailover
When
true, the reboot is conducted through a Multi-AZ failover.Constraint: You can't specify
trueif the instance is not configured for Multi-AZ.