TopicRuleLocationAction

data class TopicRuleLocationAction(val deviceId: String, val latitude: String, val longitude: String, val roleArn: String, val timestamp: TopicRuleTimestamp? = null, val trackerName: String)

Constructors

Link copied to clipboard
constructor(deviceId: String, latitude: String, longitude: String, roleArn: String, timestamp: TopicRuleTimestamp? = null, trackerName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unique ID of the device providing the location data.

Link copied to clipboard

A string that evaluates to a double value that represents the latitude of the device's location.

Link copied to clipboard

A string that evaluates to a double value that represents the longitude of the device's location.

Link copied to clipboard

The IAM role that grants permission to write to the Amazon Location resource.

Link copied to clipboard

The time that the location data was sampled. The default value is the time the MQTT message was processed.

Link copied to clipboard

The name of the tracker resource in Amazon Location in which the location is updated.