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

Collector

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

Process data collector that runs in the environment that you specify.

interface Collector {
collectorHealth?: CollectorHealth | null;
collectorId?: string | null;
collectorVersion?: string | null;
configurationSummary?: ConfigurationSummary | null;
hostName?: string | null;
ipAddress?: string | null;
lastActivityTimeStamp?: string | null;
registeredTimeStamp?: string | null;
}

§Properties

§
collectorHealth?: CollectorHealth | null
[src]

Indicates the health of a collector.

§
collectorId?: string | null
[src]

The ID of the collector.

§
collectorVersion?: string | null
[src]

Current version of the collector that is running in the environment that you specify.

§
configurationSummary?: ConfigurationSummary | null
[src]

Summary of the collector configuration.

§
hostName?: string | null
[src]

Hostname of the server that is hosting the collector.

§
ipAddress?: string | null
[src]

IP address of the server that is hosting the collector.

§
lastActivityTimeStamp?: string | null
[src]

Time when the collector last pinged the service.

§
registeredTimeStamp?: string | null
[src]

Time when the collector registered with the service.