tracker_consumers
Retrieves a list of tracker_consumers
in a region
Overview
Name | tracker_consumers |
Type | Resource |
Description | tracker_consumers |
Id | awscc.location.tracker_consumers |
Fields
Name | Datatype | Description |
---|---|---|
tracker_name | string | |
consumer_arn | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
tracker_name,
consumer_arn
FROM awscc.location.tracker_consumers
WHERE region = 'us-east-1'
Permissions
To operate on the tracker_consumers
resource, the following permissions are required:
Create
geo:AssociateTrackerConsumer,
geo:ListTrackerConsumers
List
geo:ListTrackerConsumers