Skip to main content

geofence_collections_list_only

Lists geofence_collections in a region or regions, for all properties use geofence_collections

Overview

Namegeofence_collections_list_only
TypeResource
DescriptionDefinition of AWS::Location::GeofenceCollection Resource Type
Idaws.location.geofence_collections_list_only

Fields

NameDatatypeDescription
collection_arnstring
collection_namestring
create_timestringThe datetime value in ISO 8601 format. The timezone is always UTC. (YYYY-MM-DDThh:mm:ss.sssZ)
descriptionstring
kms_key_idstring
pricing_planstring
pricing_plan_data_sourcestringThis shape is deprecated since 2022-02-01: Deprecated. No longer allowed.
tagsarrayAn array of key-value pairs to apply to this resource.
update_timestringThe datetime value in ISO 8601 format. The timezone is always UTC. (YYYY-MM-DDThh:mm:ss.sssZ)
arnstring
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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