Builder
Properties
Adds other attributes based on existing attributes in the message.
Determines the source of the messages to be processed.
Specifies where to store the processed message data.
Adds data from the IoT device registry to your message.
Adds information from the IoT Device Shadow service to a message.
Filters a message based on its attributes.
Runs a Lambda function to modify the message.
Computes an arithmetic expression using the message's attributes and adds it to the message.
Removes attributes from a message.
Used to create a new message using only the specified attributes from the original message.
Functions
construct an aws.sdk.kotlin.services.iotanalytics.model.AddAttributesActivity inside the given block
construct an aws.sdk.kotlin.services.iotanalytics.model.ChannelActivity inside the given block
construct an aws.sdk.kotlin.services.iotanalytics.model.DatastoreActivity inside the given block
construct an aws.sdk.kotlin.services.iotanalytics.model.DeviceRegistryEnrichActivity inside the given block
construct an aws.sdk.kotlin.services.iotanalytics.model.DeviceShadowEnrichActivity inside the given block
construct an aws.sdk.kotlin.services.iotanalytics.model.FilterActivity inside the given block
construct an aws.sdk.kotlin.services.iotanalytics.model.LambdaActivity inside the given block
construct an aws.sdk.kotlin.services.iotanalytics.model.MathActivity inside the given block
construct an aws.sdk.kotlin.services.iotanalytics.model.RemoveAttributesActivity inside the given block
construct an aws.sdk.kotlin.services.iotanalytics.model.SelectAttributesActivity inside the given block