/AWS1/CL_IOTIOTANALYTICSACTION¶
Sends message data to an IoT Analytics channel.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_channelarn TYPE /AWS1/IOTAWSARN /AWS1/IOTAWSARN¶
(deprecated) The ARN of the IoT Analytics channel to which message data will be sent.
iv_channelname TYPE /AWS1/IOTCHANNELNAME /AWS1/IOTCHANNELNAME¶
The name of the IoT Analytics channel to which message data will be sent.
iv_batchmode TYPE /AWS1/IOTBATCHMODE /AWS1/IOTBATCHMODE¶
Whether to process the action as a batch. The default value is
false.When
batchModeistrueand the rule SQL statement evaluates to an Array, each Array element is delivered as a separate message when passed byBatchPutMessageto the IoT Analytics channel. The resulting array can't have more than 100 messages.
iv_rolearn TYPE /AWS1/IOTAWSARN /AWS1/IOTAWSARN¶
The ARN of the role which has a policy that grants IoT Analytics permission to send message data via IoT Analytics (iotanalytics:BatchPutMessage).
Queryable Attributes¶
channelArn¶
(deprecated) The ARN of the IoT Analytics channel to which message data will be sent.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CHANNELARN() |
Getter for CHANNELARN, with configurable default |
ASK_CHANNELARN() |
Getter for CHANNELARN w/ exceptions if field has no value |
HAS_CHANNELARN() |
Determine if CHANNELARN has a value |
channelName¶
The name of the IoT Analytics channel to which message data will be sent.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CHANNELNAME() |
Getter for CHANNELNAME, with configurable default |
ASK_CHANNELNAME() |
Getter for CHANNELNAME w/ exceptions if field has no value |
HAS_CHANNELNAME() |
Determine if CHANNELNAME has a value |
batchMode¶
Whether to process the action as a batch. The default value is
false.When
batchModeistrueand the rule SQL statement evaluates to an Array, each Array element is delivered as a separate message when passed byBatchPutMessageto the IoT Analytics channel. The resulting array can't have more than 100 messages.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BATCHMODE() |
Getter for BATCHMODE, with configurable default |
ASK_BATCHMODE() |
Getter for BATCHMODE w/ exceptions if field has no value |
HAS_BATCHMODE() |
Determine if BATCHMODE has a value |
roleArn¶
The ARN of the role which has a policy that grants IoT Analytics permission to send message data via IoT Analytics (iotanalytics:BatchPutMessage).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROLEARN() |
Getter for ROLEARN, with configurable default |
ASK_ROLEARN() |
Getter for ROLEARN w/ exceptions if field has no value |
HAS_ROLEARN() |
Determine if ROLEARN has a value |