/AWS1/CL_IOEIOTTOPICPUBACTION¶
Information required to publish the MQTT message through the AWS IoT message broker.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_mqtttopic TYPE /AWS1/IOEMQTTTOPIC /AWS1/IOEMQTTTOPIC¶
The MQTT topic of the message. You can use a string expression that includes variables (
$variable.) and input values ($input.) as the topic string..
Optional arguments:¶
io_payload TYPE REF TO /AWS1/CL_IOEPAYLOAD /AWS1/CL_IOEPAYLOAD¶
You can configure the action payload when you publish a message to an AWS IoT Core topic.
Queryable Attributes¶
mqttTopic¶
The MQTT topic of the message. You can use a string expression that includes variables (
$variable.) and input values ($input.) as the topic string..
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MQTTTOPIC() |
Getter for MQTTTOPIC, with configurable default |
ASK_MQTTTOPIC() |
Getter for MQTTTOPIC w/ exceptions if field has no value |
HAS_MQTTTOPIC() |
Determine if MQTTTOPIC has a value |
payload¶
You can configure the action payload when you publish a message to an AWS IoT Core topic.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PAYLOAD() |
Getter for PAYLOAD |