Skip to main content

trackers

Retrieves a list of trackers in a region

Overview

Nametrackers
TypeResource
Descriptiontrackers
Idawscc.location.trackers

Fields

NameDatatypeDescription
tracker_namestring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
tracker_name
FROM awscc.location.trackers
WHERE region = 'us-east-1'

Permissions

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

Create

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

List

geo:ListTrackers