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