AWS::OpsWorks::App DataSource
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Arn" :
String
, "DatabaseName" :String
, "Type" :String
}
YAML
Arn:
String
DatabaseName:String
Type:String
Properties
Arn
-
The data source's ARN.
Required: No
Type: String
Update requires: No interruption
DatabaseName
-
The database name.
Required: No
Type: String
Update requires: No interruption
Type
-
The data source's type,
AutoSelectOpsworksMysqlInstance
,OpsworksMysqlInstance
,RdsDbInstance
, orNone
.Required: No
Type: String
Update requires: No interruption