geofence_collections
Retrieves a list of geofence_collections
in a region
Overview
Name | geofence_collections |
Type | Resource |
Description | geofence_collections |
Id | awscc.location.geofence_collections |
Fields
Name | Datatype | Description |
---|---|---|
collection_name | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
collection_name
FROM awscc.location.geofence_collections
WHERE region = 'us-east-1'
Permissions
To operate on the geofence_collections
resource, the following permissions are required:
Create
geo:CreateGeofenceCollection,
geo:DescribeGeofenceCollection,
geo:TagResource,
geo:UntagResource,
kms:DescribeKey,
kms:CreateGrant
List
geo:ListGeofenceCollections