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

AddAttributesActivity

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

An activity that adds other attributes based on existing attributes in the message.

interface AddAttributesActivity {
attributes: {
[key: string]: string | null | undefined;
}
;
name: string;
next?: string | null;
}

§Properties

§
attributes: {
[key: string]: string | null | undefined;
}
[src]

A list of 1-50 AttributeNameMapping objects that map an existing attribute to a new attribute.

Note: The existing attributes remain in the message, so if you want to remove the originals, use RemoveAttributeActivity.

§
name: string
[src]

The name of the addAttributes activity.