LocationAction

The Amazon Location rule action sends device location updates from an MQTT message to an Amazon Location tracker resource.

Types

Link copied to clipboard
class Builder
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.

Functions

Link copied to clipboard
inline fun copy(block: LocationAction.Builder.() -> Unit = {}): LocationAction
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String