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

DatabaseConfigDetail

import type { DatabaseConfigDetail } from "https://aws-api.deno.dev/v0.4/services/migrationhubstrategy.ts?docs=full";

Configuration information used for assessing databases.

interface DatabaseConfigDetail {
secretName?: string | null;
}

§Properties

§
secretName?: string | null
[src]

AWS Secrets Manager key that holds the credentials that you use to connect to a database.