The AWS IoT output type in ArcGIS Velocity sends event data to AWS IoT. AWS IoT is a managed cloud service that provides a solution for connected devices to interact with AWS cloud services as well as other IoT devices.
For more information about AWS IoT, see AWS IoT in the AWS documentation.
Examples
The following are example uses of the AWS IoT output:
- A data analyst wants to send the results of their big data analytic to AWS IoT Hub.
- A logistics company configures an AWS IoT output to send enriched vehicle fleet information to various department systems.
Usage note
AWS IoT connection parameters can be obtained from the AWS IoT web interface.
Parameters
The following are the parameters for the AWS IoT output:
Parameter | Description | Data type |
---|---|---|
Endpoint | The endpoint for the AWS IoT broker. | String |
Access Key ID | The access key for the AWS IoT credentials. | String |
Secret Access Key | The secret access key for the AWS IoT credentials. | Password |
Topic | The topic over which event messages will stream. | String |
Quality of Service Level | Specifies the Quality of Service (QoS) level for a connection to the AWS IoT message broker. The AWS IoT message broker supports QoS levels 0 and 1. For more information, see the QoS options in the AWS documentation.
| Integer |
Session Token (optional) | The session token for the AWS IoT broker. This parameter is optional. | String |