PipelineActivity - Amazon IoT Analytics
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

PipelineActivity

An activity that performs a transformation on a message.

Contents

addAttributes

Adds other attributes based on existing attributes in the message.

Type: AddAttributesActivity object

Required: No

channel

Determines the source of the messages to be processed.

Type: ChannelActivity object

Required: No

datastore

Specifies where to store the processed message data.

Type: DatastoreActivity object

Required: No

deviceRegistryEnrich

Adds data from the Amazon IoT device registry to your message.

Type: DeviceRegistryEnrichActivity object

Required: No

deviceShadowEnrich

Adds information from the Amazon IoT Device Shadow service to a message.

Type: DeviceShadowEnrichActivity object

Required: No

filter

Filters a message based on its attributes.

Type: FilterActivity object

Required: No

lambda

Runs a Lambda function to modify the message.

Type: LambdaActivity object

Required: No

math

Computes an arithmetic expression using the message's attributes and adds it to the message.

Type: MathActivity object

Required: No

removeAttributes

Removes attributes from a message.

Type: RemoveAttributesActivity object

Required: No

selectAttributes

Used to create a new message using only the specified attributes from the original message.

Type: SelectAttributesActivity object

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: