/AWS1/CL_IOEIOTEVENTSACTION¶
Sends an AWS IoT Events input, passing in information about the detector model instance and the event that triggered the action.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_inputname TYPE /AWS1/IOEINPUTNAME /AWS1/IOEINPUTNAME¶
The name of the AWS IoT Events input where the data is sent.
Optional arguments:¶
io_payload TYPE REF TO /AWS1/CL_IOEPAYLOAD /AWS1/CL_IOEPAYLOAD¶
You can configure the action payload when you send a message to an AWS IoT Events input.
Queryable Attributes¶
inputName¶
The name of the AWS IoT Events input where the data is sent.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INPUTNAME() |
Getter for INPUTNAME, with configurable default |
ASK_INPUTNAME() |
Getter for INPUTNAME w/ exceptions if field has no value |
HAS_INPUTNAME() |
Determine if INPUTNAME has a value |
payload¶
You can configure the action payload when you send a message to an AWS IoT Events input.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PAYLOAD() |
Getter for PAYLOAD |