View source: R/opsworks_operations.R
opsworks_update_rds_db_instance | R Documentation |
Updates an Amazon RDS instance.
See https://www.paws-r-sdk.com/docs/opsworks_update_rds_db_instance/ for full documentation.
opsworks_update_rds_db_instance(
RdsDbInstanceArn,
DbUser = NULL,
DbPassword = NULL
)
RdsDbInstanceArn |
[required] The Amazon RDS instance's ARN. |
DbUser |
The master user name. |
DbPassword |
The database password. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.