tracker_consumer
Gets an individual tracker_consumer
resource
Overview
Name | tracker_consumer |
Type | Resource |
Description | tracker_consumer |
Id | awscc.location.tracker_consumer |
Fields
Name | Datatype | Description |
---|---|---|
consumer_arn | string | |
tracker_name | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
consumer_arn,
tracker_name
FROM awscc.location.tracker_consumer
WHERE data__Identifier = '<TrackerName>|<ConsumerArn>';
Permissions
To operate on the tracker_consumer
resource, the following permissions are required:
Delete
geo:DisassociateTrackerConsumer,
geo:ListTrackerConsumers
Read
geo:ListTrackerConsumers