class Aws::OpsWorks::Types::DataSource

Describes an app's data source.

@note When making an API call, you may pass DataSource

data as a hash:

    {
      type: "String",
      arn: "String",
      database_name: "String",
    }

@!attribute [rw] type

The data source's type, `AutoSelectOpsworksMysqlInstance`,
`OpsworksMysqlInstance`, `RdsDbInstance`, or `None`.
@return [String]

@!attribute [rw] arn

The data source's ARN.
@return [String]

@!attribute [rw] database_name

The database name.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DataSource AWS API Documentation

Constants

SENSITIVE