tracker_consumers_list_only
Lists tracker_consumers
in a region or regions, for all properties use tracker_consumers
Overview
Name | tracker_consumers_list_only |
Type | Resource |
Description | Definition of AWS::Location::TrackerConsumer Resource Type |
Id | aws.location.tracker_consumers_list_only |
Fields
Name | Datatype | Description |
---|---|---|
consumer_arn | string | |
tracker_name | string | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all tracker_consumers
in a region.
SELECT
region,
tracker_name,
consumer_arn
FROM aws.location.tracker_consumers_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the tracker_consumers_list_only
resource, see tracker_consumers