Location Tracker

Location Tracker in AWS is part of the Amazon Location Service. It lets you create and manage trackers that record the position of devices or assets over time. Using a tracker, you can store, retrieve, and analyze location updates, enabling use cases like asset tracking, fleet management, and geofencing.

aws.location_tracker

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
create_timecoretimestampThe timestamp for when the tracker resource was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.
descriptioncorestringThe optional description for the tracker resource.
event_bridge_enabledcoreboolWhether UPDATE events from this tracker in EventBridge are enabled. If set to true these events will be sent to EventBridge.
kms_key_enable_geospatial_queriescoreboolEnables GeospatialQueries for a tracker that uses a Amazon Web Services KMS customer managed key. This parameter is only used if you are using a KMS customer managed key. If you wish to encrypt your data using your own KMS customer managed key, then the Bounding Polygon Queries feature will be disabled by default. This is because by using this feature, a representation of your device positions will not be encrypted using the your KMS managed key. The exact device position, however; is still encrypted using your managed key. You can choose to opt-in to the Bounding Polygon Quseries feature. This is done by setting the KmsKeyEnableGeospatialQueries parameter to true when creating or updating a Tracker.
kms_key_idcorestringA key identifier for an Amazon Web Services KMS customer managed key assigned to the Amazon Location resource.
position_filteringcorestringThe position filtering method of the tracker resource.
pricing_plancorestringAlways returns RequestBasedUsage.
pricing_plan_data_sourcecorestringNo longer used. Always returns an empty string.
tagscorehstore
tracker_arncorestringThe Amazon Resource Name (ARN) for the tracker resource. Used when you need to specify a resource across all Amazon Web Services. Format example: arn:aws:geo:region:account-id:tracker/ExampleTracker
tracker_namecorestringThe name of the tracker resource.
update_timecoretimestampThe timestamp for when the tracker resource was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.