AWS::OpsWorks::App DataSource - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::OpsWorks::App DataSource

Syntax

To declare this entity in your Amazon 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, or None.

Required: No

Type: String

Update requires: No interruption