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

DnsServiceDiscovery

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

An object that represents the DNS service discovery information for your virtual node.

interface DnsServiceDiscovery {
hostname: string;
responseType?: DnsResponseType | null;
}

§Properties

§
hostname: string
[src]

Specifies the DNS service discovery hostname for the virtual node.

§
responseType?: DnsResponseType | null
[src]

Specifies the DNS response type for the virtual node.