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

DeviceShadowEnrichActivity

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

An activity that adds information from the IoT Device Shadow service to a message.

interface DeviceShadowEnrichActivity {
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 deviceShadowEnrich activity.

§
roleArn: string
[src]

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

§
thingName: string
[src]

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