Skip to main content

tracker

Gets an individual tracker resource

Overview

Nametracker
TypeResource
Descriptiontracker
Idawscc.location.tracker

Fields

NameDatatypeDescription
create_timestring
descriptionstring
event_bridge_enabledboolean
kms_key_enable_geospatial_queriesboolean
kms_key_idstring
position_filteringstring
pricing_planstring
pricing_plan_data_sourcestring
tagsarrayAn array of key-value pairs to apply to this resource.
tracker_arnstring
tracker_namestring
update_timestring
arnstring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
create_time,
description,
event_bridge_enabled,
kms_key_enable_geospatial_queries,
kms_key_id,
position_filtering,
pricing_plan,
pricing_plan_data_source,
tags,
tracker_arn,
tracker_name,
update_time,
arn
FROM awscc.location.tracker
WHERE data__Identifier = '<TrackerName>';

Permissions

To operate on the tracker resource, the following permissions are required:

Read

geo:DescribeTracker,
kms:DescribeKey

Update

geo:CreateTracker,
geo:DescribeTracker,
geo:TagResource,
geo:UntagResource,
kms:DescribeKey,
kms:CreateGrant,
geo:UpdateTracker

Delete

geo:DeleteTracker,
geo:DescribeTracker