IotAnalyticsAction - Amazon IoT
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).

IotAnalyticsAction

Sends message data to an Amazon IoT Analytics channel.

Contents

batchMode

Whether to process the action as a batch. The default value is false.

When batchMode is true and the rule SQL statement evaluates to an Array, each Array element is delivered as a separate message when passed by BatchPutMessage to the Amazon IoT Analytics channel. The resulting array can't have more than 100 messages.

Type: Boolean

Required: No

channelArn

(deprecated) The ARN of the IoT Analytics channel to which message data will be sent.

Type: String

Required: No

channelName

The name of the IoT Analytics channel to which message data will be sent.

Type: String

Required: No

roleArn

The ARN of the role which has a policy that grants IoT Analytics permission to send message data via IoT Analytics (iotanalytics:BatchPutMessage).

Type: String

Required: No

See Also

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