Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DataSource

import type { DataSource } from "https://aws-api.deno.dev/v0.3/services/opsworks.ts?docs=full";

Describes an app's data source.

interface DataSource {
Arn?: string | null;
DatabaseName?: string | null;
Type?: string | null;
}

§Properties

§
Arn?: string | null
[src]

The data source's ARN.

§
DatabaseName?: string | null
[src]

The database name.

§
Type?: string | null
[src]

The data source's type, AutoSelectOpsworksMysqlInstance, OpsworksMysqlInstance, RdsDbInstance, or None.