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

Endpoint

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

Network information for accessing a cluster or instance. Client programs must specify a valid endpoint to access these Amazon DocumentDB resources.

interface Endpoint {
Address?: string | null;
HostedZoneId?: string | null;
Port?: number | null;
}

§Properties

§
Address?: string | null
[src]

Specifies the DNS address of the instance.

§
HostedZoneId?: string | null
[src]

Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.

§
Port?: number | null
[src]

Specifies the port that the database engine is listening on.