tracker
Gets an individual tracker
resource
Overview
Name | tracker |
Type | Resource |
Description | tracker |
Id | awscc.location.tracker |
Fields
Name | Datatype | Description |
---|---|---|
create_time | string | |
description | string | |
event_bridge_enabled | boolean | |
kms_key_enable_geospatial_queries | boolean | |
kms_key_id | string | |
position_filtering | string | |
pricing_plan | string | |
pricing_plan_data_source | string | |
tags | array | An array of key-value pairs to apply to this resource. |
tracker_arn | string | |
tracker_name | string | |
update_time | string | |
arn | string | |
region | string | AWS 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