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

ConnectivityInfo

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

Information about a Greengrass core's connectivity.

interface ConnectivityInfo {
HostAddress?: string | null;
Id?: string | null;
Metadata?: string | null;
PortNumber?: number | null;
}

§Properties

§
HostAddress?: string | null
[src]

The endpoint for the Greengrass core. Can be an IP address or DNS.

§
Id?: string | null
[src]

The ID of the connectivity information.

§
Metadata?: string | null
[src]

Metadata for this endpoint.

§
PortNumber?: number | null
[src]

The port of the Greengrass core. Usually 8883.