geofence_collection
Gets an individual geofence_collection
resource
Overview
Name | geofence_collection |
Type | Resource |
Description | geofence_collection |
Id | awscc.location.geofence_collection |
Fields
Name | Datatype | Description |
---|---|---|
collection_arn | string | |
collection_name | string | |
create_time | string | |
description | string | |
kms_key_id | string | |
pricing_plan | string | |
pricing_plan_data_source | string | |
tags | array | An array of key-value pairs to apply to this resource. |
update_time | string | |
arn | string | |
region | string | AWS 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