Skip to main content

geofence_collection

Gets an individual geofence_collection resource

Overview

Namegeofence_collection
TypeResource
Descriptiongeofence_collection
Idawscc.location.geofence_collection

Fields

NameDatatypeDescription
collection_arnstring
collection_namestring
create_timestring
descriptionstring
kms_key_idstring
pricing_planstring
pricing_plan_data_sourcestring
tagsarrayAn array of key-value pairs to apply to this resource.
update_timestring
arnstring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
collection_arn,
collection_name,
create_time,
description,
kms_key_id,
pricing_plan,
pricing_plan_data_source,
tags,
update_time,
arn
FROM awscc.location.geofence_collection
WHERE data__Identifier = '<CollectionName>';

Permissions

To operate on the geofence_collection resource, the following permissions are required:

Read

geo:DescribeGeofenceCollection,
kms:DescribeKey

Update

geo:CreateGeofenceCollection,
geo:DescribeGeofenceCollection,
geo:TagResource,
geo:UntagResource,
kms:DescribeKey,
kms:CreateGrant,
geo:UpdateGeofenceCollection

Delete

geo:DeleteGeofenceCollection,
geo:DescribeGeofenceCollection