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

RelationalDatabaseEndpoint

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

Describes an endpoint for a database.

interface RelationalDatabaseEndpoint {
address?: string | null;
port?: number | null;
}

§Properties

§
address?: string | null
[src]

Specifies the DNS address of the database.

§
port?: number | null
[src]

Specifies the port that the database is listening on.