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

RDSDatabase

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

The database details of an Amazon RDS database.

interface RDSDatabase {
DatabaseName: string;
InstanceIdentifier: string;
}

§Properties

§
DatabaseName: string
[src]
§
InstanceIdentifier: string
[src]

The ID of an RDS DB instance.