AWS IOT ETL Target

The AWS IOT emitter allows you to push data on AWS IOT Topics on MQTT client.

Target Configuration

Configure the target parameters that are explained below.

Connection Name

Connections are the service identifiers. A connection name can be selected from the list if you have created and saved connection details for AWS IOT earlier. Or create one as explained in the topic - [AWS IOT Connection] →](/gathr-saas/docs/components/aws_iot/aws_iot_connection/)


IOT Topic Name

Name of the IOT Topic where data will be published.


Message Timeout

The timeout duration for messages.


Output Format

Data Type format of the output message.


Delimiter

Message field separator should be selected. This field will appear in case if output format is selected as DELIMITED.


Output Fields

Fields in the message that needs to be a part of the output data.


Output Mode

Output mode to be used while writing the data to Streaming emitter. Select the output mode from the given three options:

  • Append: Output Mode in which only the new rows in the streaming data will be written to the sink

  • Complete Mode: Output Mode in which all the rows in the streaming data will be written to the sink every time there are some updates

  • Update Mode: Output Mode in which only the rows that were updated in the streaming data will be written to the sink every time there are some updates.


Enable Trigger

Trigger defines how frequently a streaming query should be executed.


Processing Time

It will appear only when Enable Trigger checkbox is selected. Processing Time is the trigger time interval in minutes or seconds.


Add Configuration: Enables to configure additional properties.


Post Action

To understand how to provide SQL queries or Stored Procedures that will be executed during pipeline run, see Post-Actions →


Notes

Optionally, enter notes in the Notes → tab and save the configuration.

Top