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/memorydb.ts?docs=full";

Represents the information required for client programs to connect to the cluster and its nodes.

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

§Properties

§
Address?: string | null
[src]

The DNS hostname of the node.

§
Port?: number | null
[src]

The port number that the engine is listening on.