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

VendorProperties

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

Properties of the worker that are provided by the vendor FMS.

interface VendorProperties {
vendorAdditionalFixedProperties?: string | null;
vendorAdditionalTransientProperties?: string | null;
vendorWorkerId: string;
vendorWorkerIpAddress?: string | null;
}

§Properties

§
vendorAdditionalFixedProperties?: string | null
[src]
§
vendorAdditionalTransientProperties?: string | null
[src]
§
vendorWorkerId: string
[src]
§
vendorWorkerIpAddress?: string | null
[src]