AWS OpsWorks Stack RdsDbInstance
RdsDbInstance
is a property of the AWS::OpsWorks::Stack resource that registers an Amazon Relational Database Service (Amazon RDS)
DB instance with an AWS OpsWorks stack.
Syntax
JSON
{ "DbPassword" :
String
, "DbUser" :String
, "RdsDbInstanceArn" :String
}
YAML
DbPassword:
String
DbUser:String
RdsDbInstanceArn:String
Properties
DbPassword
-
The password of the registered database.
Required: Yes
Type: String
DbUser
-
The master user name of the registered database.
Required: Yes
Type: String
RdsDbInstanceArn
-
The Amazon Resource Name (ARN) of the Amazon RDS DB instance to register with the AWS OpsWorks stack.
Required: Yes
Type: String