aws.location.list_geofences
Example SQL Queries
SELECT * FROMaws.location.list_geofencesWHERE"collection_name" = 'VALUE';Description
Lists geofences stored in a given geofence collection.
Table Definition
| Column Name | Column Data Type |
|---|---|
| collection_name Required Input Column The name of the geofence collection storing the list of geofences. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| create_time The timestamp for when the geofence was stored in a geofence collection in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ | TIMESTAMP_S |
| geofence_id The geofence identifier. | VARCHAR |
| geofence_properties User defined properties of the geofence. A property is a key-value pair stored with the geofence and added to any geofence event triggered with that geofence. Format: "key" : "value" | MAP(VARCHAR, VARCHAR) |
| geometry Contains the geofence geometry details describing a polygon or a circle. | STRUCT( |
Show child fields
| |
| status Identifies the state of the geofence. A geofence will hold one of the following states:
| VARCHAR |
| update_time The timestamp for when the geofence was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ | TIMESTAMP_S |