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

DestinationInfo

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

Describes the destination of a record.

interface DestinationInfo {
id?: string | null;
service?: string | null;
}

§Properties

§
id?: string | null
[src]

The ID of the resource created at the destination.

§
service?: string | null
[src]

The destination service of the record.