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