View source: R/rds_operations.R
rds_promote_read_replica | R Documentation |
Promotes a read replica DB instance to a standalone DB instance.
See https://www.paws-r-sdk.com/docs/rds_promote_read_replica/ for full documentation.
rds_promote_read_replica(
DBInstanceIdentifier,
BackupRetentionPeriod = NULL,
PreferredBackupWindow = NULL
)
DBInstanceIdentifier |
[required] The DB instance identifier. This value is stored as a lowercase string. Constraints:
Example: |
BackupRetentionPeriod |
The number of days for which automated backups are retained. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups. Default: 1 Constraints:
|
PreferredBackupWindow |
The daily time range during which automated backups are created if
automated backups are enabled, using the The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region. To see the time blocks available, see Adjusting the Preferred Maintenance Window in the Amazon RDS User Guide. Constraints:
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.