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

DeviceRegistryEnrichActivity

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

An activity that adds data from the IoT device registry to your message.

interface DeviceRegistryEnrichActivity {
attribute: string;
name: string;
next?: string | null;
roleArn: string;
thingName: string;
}

§Properties

§
attribute: string
[src]

The name of the attribute that is added to the message.

§
name: string
[src]

The name of the deviceRegistryEnrich activity.

§
roleArn: string
[src]

The ARN of the role that allows access to the device's registry information.

§
thingName: string
[src]

The name of the IoT device whose registry information is added to the message.