trackers
Retrieves a list of trackers
in a region
Overview
Name | trackers |
Type | Resource |
Description | trackers |
Id | awscc.location.trackers |
Fields
Name | Datatype | Description |
---|---|---|
tracker_name | string | |
region | string | AWS 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