Update Relational Database
POST {{aws_lightsail_base_url}}/?applyImmediately&disableBackupRetention&enableBackupRetention&masterUserPassword&preferredBackupWindow&preferredMaintenanceWindow&publiclyAccessible&relationalDatabaseName&rotateMasterUserPassword&Version=2016-11-28
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
applyImmediately | null | When true, applies changes immediately. When false, applies changes during the preferred maintenance window. Some changes may cause an outage. | |
disableBackupRetention | null | When true, disables automated backup retention for your database. | |
enableBackupRetention | null | When true, enables automated backup retention for your database. | |
masterUserPassword | null | The password for the master user of your database. The password can include any printable ASCII character except /, , or @. | |
preferredBackupWindow | null | The daily time range during which automated backups are created for your database if automated backups are enabled. | |
preferredMaintenanceWindow | null | The weekly time range during which system maintenance can occur on your database. | |
publiclyAccessible | null | Specifies the accessibility options for your database. A value of true specifies a database that is available to resources outside of your Lightsail account. A value of false specifies a database that is available only to your Lightsail resources in the same region as your database. | |
relationalDatabaseName | null | The name of your database to update. | |
rotateMasterUserPassword | null | When true, the master user password is changed to a new strong password generated by Lightsail. | |
Version | string | The version of the API. |
Request Body
{"applyImmediately"=>1, "disableBackupRetention"=>1, "enableBackupRetention"=>1, "masterUserPassword"=>"string", "preferredBackupWindow"=>"string", "preferredMaintenanceWindow"=>"string", "publiclyAccessible"=>1, "relationalDatabaseName"=>"string", "rotateMasterUserPassword"=>1}