Skip to main content

geofence_collections

Retrieves a list of geofence_collections in a region

Overview

Namegeofence_collections
TypeResource
Descriptiongeofence_collections
Idawscc.location.geofence_collections

Fields

NameDatatypeDescription
collection_namestring
regionstringAWS 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